Uses of Class
com.oracle.bmc.devops.model.CommitAnalyticsAuthorSummary
-
Packages that use CommitAnalyticsAuthorSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of CommitAnalyticsAuthorSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type CommitAnalyticsAuthorSummary Modifier and Type Method Description Iterable<CommitAnalyticsAuthorSummary>
DevopsPaginators. listProjectCommitAnalyticsAuthorsRecordIterator(ListProjectCommitAnalyticsAuthorsRequest request)
Creates a new iterable which will iterate over theCommitAnalyticsAuthorSummary
objects contained in responses from the listProjectCommitAnalyticsAuthors operation.Iterable<CommitAnalyticsAuthorSummary>
DevopsPaginators. listRepositoryCommitAnalyticsAuthorsRecordIterator(ListRepositoryCommitAnalyticsAuthorsRequest request)
Creates a new iterable which will iterate over theCommitAnalyticsAuthorSummary
objects contained in responses from the listRepositoryCommitAnalyticsAuthors operation. -
Uses of CommitAnalyticsAuthorSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CommitAnalyticsAuthorSummary Modifier and Type Method Description CommitAnalyticsAuthorSummary
CommitAnalyticsAuthorSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type CommitAnalyticsAuthorSummary Modifier and Type Method Description List<CommitAnalyticsAuthorSummary>
CommitAnalyticsAuthorCollection. getItems()
List of authors.Methods in com.oracle.bmc.devops.model with parameters of type CommitAnalyticsAuthorSummary Modifier and Type Method Description CommitAnalyticsAuthorSummary.Builder
CommitAnalyticsAuthorSummary.Builder. copy(CommitAnalyticsAuthorSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type CommitAnalyticsAuthorSummary Modifier and Type Method Description CommitAnalyticsAuthorCollection.Builder
CommitAnalyticsAuthorCollection.Builder. items(List<CommitAnalyticsAuthorSummary> items)
List of authors.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type CommitAnalyticsAuthorSummary Constructor Description CommitAnalyticsAuthorCollection(List<CommitAnalyticsAuthorSummary> items)
Deprecated.
-