Uses of Class
com.oracle.bmc.devops.model.RepositoryRefSummary
-
Packages that use RepositoryRefSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of RepositoryRefSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type RepositoryRefSummary Modifier and Type Method Description Iterable<RepositoryRefSummary>
DevopsPaginators. listRefsRecordIterator(ListRefsRequest request)
Creates a new iterable which will iterate over theRepositoryRefSummary
objects contained in responses from the listRefs operation. -
Uses of RepositoryRefSummary in com.oracle.bmc.devops.model
Subclasses of RepositoryRefSummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
RepositoryBranchSummary
Branch related information.class
RepositoryTagSummary
The information needed to create a lightweight tag.Methods in com.oracle.bmc.devops.model that return types with arguments of type RepositoryRefSummary Modifier and Type Method Description List<RepositoryRefSummary>
RepositoryRefCollection. getItems()
List of references.Method parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryRefSummary Modifier and Type Method Description RepositoryRefCollection.Builder
RepositoryRefCollection.Builder. items(List<RepositoryRefSummary> items)
List of references.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryRefSummary Constructor Description RepositoryRefCollection(List<RepositoryRefSummary> items)
Deprecated.
-