Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.responses |
Modifier and Type | Method and Description |
---|---|
ListPathsResponse |
Devops.listPaths(ListPathsRequest request)
Retrieves a list of files and directories in a repository.
|
ListPathsResponse |
DevopsClient.listPaths(ListPathsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListPathsResponse> |
DevopsAsyncClient.listPaths(ListPathsRequest request,
AsyncHandler<ListPathsRequest,ListPathsResponse> handler) |
Future<ListPathsResponse> |
DevopsAsync.listPaths(ListPathsRequest request,
AsyncHandler<ListPathsRequest,ListPathsResponse> handler)
Retrieves a list of files and directories in a repository.
|
Iterable<ListPathsResponse> |
DevopsPaginators.listPathsResponseIterator(ListPathsRequest request)
Creates a new iterable which will iterate over the responses received from the listPaths
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPathsResponse> |
DevopsAsyncClient.listPaths(ListPathsRequest request,
AsyncHandler<ListPathsRequest,ListPathsResponse> handler) |
Future<ListPathsResponse> |
DevopsAsync.listPaths(ListPathsRequest request,
AsyncHandler<ListPathsRequest,ListPathsResponse> handler)
Retrieves a list of files and directories in a repository.
|
Modifier and Type | Method and Description |
---|---|
ListPathsResponse |
ListPathsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPathsResponse.Builder |
ListPathsResponse.Builder.copy(ListPathsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.