Interface DeploymentRunService
-
- All Implemented Interfaces:
public interface DeploymentRunService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDeploymentRunService.WithRawResponseA view of DeploymentRunService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DeploymentRunService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DeploymentRunService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
BetaManagedAgentsDeploymentRun retrieve(String deploymentRunId)
Get Deployment Run
-
retrieve
BetaManagedAgentsDeploymentRun retrieve(String deploymentRunId, DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsDeploymentRun retrieve(String deploymentRunId, DeploymentRunRetrieveParams params)
-
retrieve
abstract BetaManagedAgentsDeploymentRun retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsDeploymentRun retrieve(DeploymentRunRetrieveParams params)
-
retrieve
BetaManagedAgentsDeploymentRun retrieve(String deploymentRunId, RequestOptions requestOptions)
-
list
DeploymentRunListPage list()
List Deployment Runs
-
list
abstract DeploymentRunListPage list(DeploymentRunListParams params, RequestOptions requestOptions)
-
list
DeploymentRunListPage list(DeploymentRunListParams params)
-
list
DeploymentRunListPage list(RequestOptions requestOptions)
-
-
-
-