Uses of Class
com.oracle.bmc.devops.requests.DeleteProjectRepositorySettingsRequest
-
Packages that use DeleteProjectRepositorySettingsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeleteProjectRepositorySettingsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteProjectRepositorySettingsRequest Modifier and Type Method Description Future<DeleteProjectRepositorySettingsResponse>
DevopsAsync. deleteProjectRepositorySettings(DeleteProjectRepositorySettingsRequest request, AsyncHandler<DeleteProjectRepositorySettingsRequest,DeleteProjectRepositorySettingsResponse> handler)
Removes the custom repository settings configured for a project.Future<DeleteProjectRepositorySettingsResponse>
DevopsAsyncClient. deleteProjectRepositorySettings(DeleteProjectRepositorySettingsRequest request, AsyncHandler<DeleteProjectRepositorySettingsRequest,DeleteProjectRepositorySettingsResponse> handler)
-
Uses of DeleteProjectRepositorySettingsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteProjectRepositorySettingsRequest Modifier and Type Method Description DeleteProjectRepositorySettingsRequest
DeleteProjectRepositorySettingsRequest.Builder. build()
Build the instance of DeleteProjectRepositorySettingsRequest as configured by this builderDeleteProjectRepositorySettingsRequest
DeleteProjectRepositorySettingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteProjectRepositorySettingsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeleteProjectRepositorySettingsRequest Modifier and Type Method Description DeleteProjectRepositorySettingsRequest.Builder
DeleteProjectRepositorySettingsRequest.Builder. copy(DeleteProjectRepositorySettingsRequest o)
Copy method to populate the builder with values from the given instance.
-