Uses of Class
com.oracle.bmc.devops.requests.GetRepoFileLinesRequest
-
Packages that use GetRepoFileLinesRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRepoFileLinesRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetRepoFileLinesRequest Modifier and Type Method Description GetRepoFileLinesResponse
Devops. getRepoFileLines(GetRepoFileLinesRequest request)
Retrieve lines of a specified file.Future<GetRepoFileLinesResponse>
DevopsAsync. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
Retrieve lines of a specified file.Future<GetRepoFileLinesResponse>
DevopsAsyncClient. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
GetRepoFileLinesResponse
DevopsClient. getRepoFileLines(GetRepoFileLinesRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepoFileLinesRequest Modifier and Type Method Description Future<GetRepoFileLinesResponse>
DevopsAsync. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
Retrieve lines of a specified file.Future<GetRepoFileLinesResponse>
DevopsAsyncClient. getRepoFileLines(GetRepoFileLinesRequest request, AsyncHandler<GetRepoFileLinesRequest,GetRepoFileLinesResponse> handler)
-
Uses of GetRepoFileLinesRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepoFileLinesRequest Modifier and Type Method Description GetRepoFileLinesRequest
GetRepoFileLinesRequest.Builder. build()
Build the instance of GetRepoFileLinesRequest as configured by this builderGetRepoFileLinesRequest
GetRepoFileLinesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRepoFileLinesRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRepoFileLinesRequest Modifier and Type Method Description GetRepoFileLinesRequest.Builder
GetRepoFileLinesRequest.Builder. copy(GetRepoFileLinesRequest o)
Copy method to populate the builder with values from the given instance.
-