Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
GitHubLocation.clone() |
GitHubLocation |
RevisionLocation.getGitHubLocation()
Returns the value of the GitHubLocation property for this object.
|
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)
Sets the value of the GitHubLocation property for this object.
|
RevisionLocation |
RevisionLocation.withGitHubLocation(GitHubLocation gitHubLocation)
Sets the value of the GitHubLocation property for this object.
|
Copyright © 2015. All rights reserved.