Uses of Class
com.amazonaws.services.codedeploy.model.GitHubLocation
-
Packages that use GitHubLocation Package Description com.amazonaws.services.codedeploy.model -
-
Uses of GitHubLocation in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GitHubLocation Modifier and Type Method Description GitHubLocationGitHubLocation. clone()GitHubLocationRevisionLocation. getGitHubLocation()GitHubLocationGitHubLocation. withCommitId(String commitId)The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.GitHubLocationGitHubLocation. 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 GitHubLocation Modifier and Type Method Description voidRevisionLocation. setGitHubLocation(GitHubLocation gitHubLocation)RevisionLocationRevisionLocation. withGitHubLocation(GitHubLocation gitHubLocation)
-