Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
GitHubLocation.clone() |
GitHubLocation |
RevisionLocation.getGitHubLocation() |
GitHubLocation |
GitHubLocation.withCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled
artifacts for the application revision.
|
GitHubLocation |
GitHubLocation.withRepository(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) |
Copyright © 2016. All rights reserved.