Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
GitHubLocation.clone() |
GitHubLocation |
RevisionLocation.getGitHubLocation()
Information about the location of application artifacts stored in GitHub.
|
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)
Information about the location of application artifacts stored in GitHub.
|
RevisionLocation |
RevisionLocation.withGitHubLocation(GitHubLocation gitHubLocation)
Information about the location of application artifacts stored in GitHub.
|
Copyright © 2022. All rights reserved.