Uses of Class
com.amazonaws.services.codedeploy.model.GitHubLocation
Packages that use GitHubLocation
-
Uses of GitHubLocation in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GitHubLocationModifier and TypeMethodDescriptionGitHubLocation.clone()
RevisionLocation.getGitHubLocation()
GitHubLocation.withCommitId
(String commitId) The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.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.Methods in com.amazonaws.services.codedeploy.model with parameters of type GitHubLocationModifier and TypeMethodDescriptionvoid
RevisionLocation.setGitHubLocation
(GitHubLocation gitHubLocation) RevisionLocation.withGitHubLocation
(GitHubLocation gitHubLocation)