Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private GitHubLocation |
RevisionLocation.gitHubLocation |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
GitHubLocation.clone() |
GitHubLocation |
RevisionLocation.getGitHubLocation() |
GitHubLocation |
GitHubLocation.withCommitId(java.lang.String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled
artifacts for the application revision.
|
GitHubLocation |
GitHubLocation.withRepository(java.lang.String repository)
The GitHub account and repository pair that stores a reference to the
commit that represents the bundled artifacts for the application
revision.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionLocation.setGitHubLocation(GitHubLocation gitHubLocation) |
RevisionLocation |
RevisionLocation.withGitHubLocation(GitHubLocation gitHubLocation) |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
GitHubLocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GitHubLocationJsonMarshaller.marshall(GitHubLocation gitHubLocation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|