Uses of Class
com.oracle.bmc.devops.model.RepositoryPathSummary
-
Packages that use RepositoryPathSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of RepositoryPathSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type RepositoryPathSummary Modifier and Type Method Description Iterable<RepositoryPathSummary>
DevopsPaginators. listPathsRecordIterator(ListPathsRequest request)
Creates a new iterable which will iterate over theRepositoryPathSummary
objects contained in responses from the listPaths operation. -
Uses of RepositoryPathSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryPathSummary Modifier and Type Method Description RepositoryPathSummary
RepositoryPathSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type RepositoryPathSummary Modifier and Type Method Description List<RepositoryPathSummary>
RepositoryPathCollection. getItems()
List of objects describing files or directories in a repository.Methods in com.oracle.bmc.devops.model with parameters of type RepositoryPathSummary Modifier and Type Method Description RepositoryPathSummary.Builder
RepositoryPathSummary.Builder. copy(RepositoryPathSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryPathSummary Modifier and Type Method Description RepositoryPathCollection.Builder
RepositoryPathCollection.Builder. items(List<RepositoryPathSummary> items)
List of objects describing files or directories in a repository.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type RepositoryPathSummary Constructor Description RepositoryPathCollection(List<RepositoryPathSummary> items)
Deprecated.
-