Uses of Class
com.oracle.bmc.devops.responses.GetRepoFileDiffResponse
-
Packages that use GetRepoFileDiffResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetRepoFileDiffResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetRepoFileDiffResponse Modifier and Type Method Description GetRepoFileDiffResponse
Devops. getRepoFileDiff(GetRepoFileDiffRequest request)
Gets the line-by-line difference between file on different commits.GetRepoFileDiffResponse
DevopsClient. getRepoFileDiff(GetRepoFileDiffRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetRepoFileDiffResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepoFileDiffResponse 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 GetRepoFileDiffResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetRepoFileDiffResponse Modifier and Type Method Description GetRepoFileDiffResponse
GetRepoFileDiffResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetRepoFileDiffResponse Modifier and Type Method Description GetRepoFileDiffResponse.Builder
GetRepoFileDiffResponse.Builder. copy(GetRepoFileDiffResponse o)
Copy method to populate the builder with values from the given instance.
-