Package | Description |
---|---|
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.responses |
Modifier and Type | Class and Description |
---|---|
class |
DeployPipelineDeployment
Deployment of all the stages in the pipeline.
|
class |
DeployPipelineRedeployment
Redeployment of the full pipeline of a previous deployment.
|
class |
SingleDeployStageDeployment
Deployment of a single stage within the pipeline.
|
class |
SingleDeployStageRedeployment
Redeployment of a single stage of a previous deployment.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
ApproveDeploymentResponse.getDeployment()
The returned
Deployment instance. |
Deployment |
CreateDeploymentResponse.getDeployment()
The returned
Deployment instance. |
Deployment |
CancelDeploymentResponse.getDeployment()
The returned
Deployment instance. |
Deployment |
UpdateDeploymentResponse.getDeployment()
The returned
Deployment instance. |
Deployment |
GetDeploymentResponse.getDeployment()
The returned
Deployment instance. |
Modifier and Type | Method and Description |
---|---|
ApproveDeploymentResponse.Builder |
ApproveDeploymentResponse.Builder.deployment(Deployment deployment)
The returned
Deployment instance. |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.deployment(Deployment deployment)
The returned
Deployment instance. |
CancelDeploymentResponse.Builder |
CancelDeploymentResponse.Builder.deployment(Deployment deployment)
The returned
Deployment instance. |
UpdateDeploymentResponse.Builder |
UpdateDeploymentResponse.Builder.deployment(Deployment deployment)
The returned
Deployment instance. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deployment(Deployment deployment)
The returned
Deployment instance. |
Copyright © 2016–2024. All rights reserved.