Uses of Class
com.oracle.bmc.devops.model.RepositoryCommitSummary
-
Packages that use RepositoryCommitSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of RepositoryCommitSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type RepositoryCommitSummary Modifier and Type Method Description Iterable<RepositoryCommitSummary>
DevopsPaginators. listCommitsRecordIterator(ListCommitsRequest request)
Creates a new iterable which will iterate over theRepositoryCommitSummary
objects contained in responses from the listCommits operation.Iterable<RepositoryCommitSummary>
DevopsPaginators. listPullRequestCommitsRecordIterator(ListPullRequestCommitsRequest request)
Creates a new iterable which will iterate over theRepositoryCommitSummary
objects contained in responses from the listPullRequestCommits operation. -
Uses of RepositoryCommitSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryCommitSummary Modifier and Type Method Description RepositoryCommitSummary
RepositoryCommitSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type RepositoryCommitSummary Modifier and Type Method Description List<RepositoryCommitSummary>
RepositoryCommitCollection. getItems()
List of commit objects.Methods in com.oracle.bmc.devops.model with parameters of type RepositoryCommitSummary Modifier and Type Method Description RepositoryCommitSummary.Builder
RepositoryCommitSummary.Builder. copy(RepositoryCommitSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryCommitSummary Modifier and Type Method Description RepositoryCommitCollection.Builder
RepositoryCommitCollection.Builder. items(List<RepositoryCommitSummary> items)
List of commit objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryCommitSummary Constructor Description RepositoryCommitCollection(List<RepositoryCommitSummary> items)
Deprecated.
-