Uses of Class
com.oracle.bmc.devops.model.RepositoryCommit
-
Packages that use RepositoryCommit Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of RepositoryCommit in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryCommit Modifier and Type Method Description RepositoryCommit
RepositoryCommit.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type RepositoryCommit Modifier and Type Method Description List<RepositoryCommit>
CommitActivitySummary. getCommitsAdded()
list of commits added to a PR source branch after git pushList<RepositoryCommit>
CommitActivitySummary. getCommitsRemoved()
list of commits removed from a PR source branch after git pushMethods in com.oracle.bmc.devops.model with parameters of type RepositoryCommit Modifier and Type Method Description RepositoryCommit.Builder
RepositoryCommit.Builder. copy(RepositoryCommit model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryCommit Modifier and Type Method Description CommitActivitySummary.Builder
CommitActivitySummary.Builder. commitsAdded(List<RepositoryCommit> commitsAdded)
list of commits added to a PR source branch after git pushCommitActivitySummary.Builder
CommitActivitySummary.Builder. commitsRemoved(List<RepositoryCommit> commitsRemoved)
list of commits removed from a PR source branch after git pushConstructor parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryCommit Constructor Description CommitActivitySummary(String id, PrincipalDetails principal, String pullRequestId, Date timeOccurred, List<RepositoryCommit> commitsAdded, List<RepositoryCommit> commitsRemoved)
Deprecated. -
Uses of RepositoryCommit in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return RepositoryCommit Modifier and Type Method Description RepositoryCommit
GetCommitResponse. getRepositoryCommit()
The returned RepositoryCommit instance.Methods in com.oracle.bmc.devops.responses with parameters of type RepositoryCommit Modifier and Type Method Description GetCommitResponse.Builder
GetCommitResponse.Builder. repositoryCommit(RepositoryCommit repositoryCommit)
The returned RepositoryCommit instance.
-