Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
RevisionLocation.getGitHubLocation()
Information about the location of application artifacts that are
stored in GitHub.
|
GitHubLocation |
GitHubLocation.withCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that references the 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)
Information about the location of application artifacts that are
stored in GitHub.
|
RevisionLocation |
RevisionLocation.withGitHubLocation(GitHubLocation gitHubLocation)
Information about the location of application artifacts that are
stored in GitHub.
|
Copyright © 2014. All rights reserved.