Uses of Class
com.oracle.bmc.devops.requests.GetRepositorySettingsRequest
-
Packages that use GetRepositorySettingsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRepositorySettingsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetRepositorySettingsRequest Modifier and Type Method Description GetRepositorySettingsResponse
Devops. getRepositorySettings(GetRepositorySettingsRequest request)
Retrieves a repository’s settings details.Future<GetRepositorySettingsResponse>
DevopsAsync. getRepositorySettings(GetRepositorySettingsRequest request, AsyncHandler<GetRepositorySettingsRequest,GetRepositorySettingsResponse> handler)
Retrieves a repository’s settings details.Future<GetRepositorySettingsResponse>
DevopsAsyncClient. getRepositorySettings(GetRepositorySettingsRequest request, AsyncHandler<GetRepositorySettingsRequest,GetRepositorySettingsResponse> handler)
GetRepositorySettingsResponse
DevopsClient. getRepositorySettings(GetRepositorySettingsRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepositorySettingsRequest Modifier and Type Method Description Future<GetRepositorySettingsResponse>
DevopsAsync. getRepositorySettings(GetRepositorySettingsRequest request, AsyncHandler<GetRepositorySettingsRequest,GetRepositorySettingsResponse> handler)
Retrieves a repository’s settings details.Future<GetRepositorySettingsResponse>
DevopsAsyncClient. getRepositorySettings(GetRepositorySettingsRequest request, AsyncHandler<GetRepositorySettingsRequest,GetRepositorySettingsResponse> handler)
-
Uses of GetRepositorySettingsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepositorySettingsRequest Modifier and Type Method Description GetRepositorySettingsRequest
GetRepositorySettingsRequest.Builder. build()
Build the instance of GetRepositorySettingsRequest as configured by this builderGetRepositorySettingsRequest
GetRepositorySettingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRepositorySettingsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRepositorySettingsRequest Modifier and Type Method Description GetRepositorySettingsRequest.Builder
GetRepositorySettingsRequest.Builder. copy(GetRepositorySettingsRequest o)
Copy method to populate the builder with values from the given instance.
-