static DeploymentState |
DeploymentState.fromComponent(Consumer<ComponentState.Builder> component) |
Create an instance of this class with component() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromComponent(ComponentState component) |
Create an instance of this class with component() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromEnvironment(Consumer<EnvironmentState.Builder> environment) |
Create an instance of this class with environment() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromEnvironment(EnvironmentState environment) |
Create an instance of this class with environment() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromServiceInstance(Consumer<ServiceInstanceState.Builder> serviceInstance) |
Create an instance of this class with serviceInstance() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromServiceInstance(ServiceInstanceState serviceInstance) |
Create an instance of this class with serviceInstance() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromServicePipeline(Consumer<ServicePipelineState.Builder> servicePipeline) |
Create an instance of this class with servicePipeline() initialized to the given value.
|
static DeploymentState |
DeploymentState.fromServicePipeline(ServicePipelineState servicePipeline) |
Create an instance of this class with servicePipeline() initialized to the given value.
|
DeploymentState |
Deployment.initialState() |
The initial state of the target resource at the time of the deployment.
|
DeploymentState |
Deployment.targetState() |
The target state of the target resource at the time of the deployment.
|