Uses of Class
com.oracle.bmc.devops.requests.GetRepoFileDiffRequest
-
Packages that use GetRepoFileDiffRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRepoFileDiffRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetRepoFileDiffRequest Modifier and Type Method Description GetRepoFileDiffResponse
Devops. getRepoFileDiff(GetRepoFileDiffRequest request)
Gets the line-by-line difference between file on different commits.Future<GetRepoFileDiffResponse>
DevopsAsync. getRepoFileDiff(GetRepoFileDiffRequest request, AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.Future<GetRepoFileDiffResponse>
DevopsAsyncClient. getRepoFileDiff(GetRepoFileDiffRequest request, AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
GetRepoFileDiffResponse
DevopsClient. getRepoFileDiff(GetRepoFileDiffRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepoFileDiffRequest Modifier and Type Method Description Future<GetRepoFileDiffResponse>
DevopsAsync. getRepoFileDiff(GetRepoFileDiffRequest request, AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
Gets the line-by-line difference between file on different commits.Future<GetRepoFileDiffResponse>
DevopsAsyncClient. getRepoFileDiff(GetRepoFileDiffRequest request, AsyncHandler<GetRepoFileDiffRequest,GetRepoFileDiffResponse> handler)
-
Uses of GetRepoFileDiffRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepoFileDiffRequest Modifier and Type Method Description GetRepoFileDiffRequest
GetRepoFileDiffRequest.Builder. build()
Build the instance of GetRepoFileDiffRequest as configured by this builderGetRepoFileDiffRequest
GetRepoFileDiffRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRepoFileDiffRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRepoFileDiffRequest Modifier and Type Method Description GetRepoFileDiffRequest.Builder
GetRepoFileDiffRequest.Builder. copy(GetRepoFileDiffRequest o)
Copy method to populate the builder with values from the given instance.
-