Package | Description |
---|---|
com.sdl.delivery.deployer.api.processing.pipeline |
Modifier and Type | Method and Description |
---|---|
Status |
StatusItem.getStatus()
Get the processing status.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StateStore.setExecutionState(String executionId,
Status status,
String message)
Set the status of overall 'Deployment Execution'.
|
void |
StateStore.setPipelineState(String executionId,
String pipelineId,
Status status,
String message)
Set the status for the given pipeline in the scope of the referenced 'Deployment Execution'.
|
void |
StateStore.setStepState(String executionId,
String pipelineId,
String stepId,
Status status,
String message)
Set the status for the given step in the scope of the referenced 'Deployment Execution'.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries