Package | Description |
---|---|
com.sdl.delivery.deployer.api.processing.pipeline |
Modifier and Type | Method and Description |
---|---|
default <T extends StepData> |
StepDataProvider.findMandatorySingleStepData(String executionId,
String key,
Class<T> stepDataClass)
Search for mandatory single step data.
|
default <T extends StepData> |
StepDataProvider.findSingleStepData(String executionId,
String key,
Class<T> stepDataClass)
Search for a single step data stored in the state store.
|
Modifier and Type | Method and Description |
---|---|
List<StepData> |
StepDataStore.findData(String executionId)
Find the list of 'Step Data' for all the steps in the scope of the referenced 'Deployment Execution'.
|
List<StepData> |
StepDataStore.findData(String executionId,
Set<String> keys)
Find the list of 'Step Data' for all the steps in the scope of the referenced 'Deployment Execution' that contain
the properties referenced by the given keys.
|
List<StepData> |
StepDataStore.findData(String executionId,
String key)
Find the list of 'Step Data' for all the steps in the scope of the referenced 'Deployment Execution' that contain
a property referenced by the given key.
|
List<StepData> |
StepDataStore.findData(String executionId,
String pipelineId,
String stepId)
Find the list of 'Step Data' for the given step in the scope of the referenced 'Deployment Execution'.
|
Optional<StepData> |
StepDataStore.findData(String executionId,
String pipelineId,
String stepId,
String key)
Find the 'Step Data' as optional for given step in the scope of the reference 'Deployment Execution'.
|
List<StepData> |
StepDataStore.findDataWhereKeyStartsWith(String executionId,
String keyPrefix)
Find the list of 'Step Data' for all the steps in the scope of the referenced 'Deployment Execution' that contain
a property which key starts with the provided key prefix.
|
default List<StepData> |
StepDataProvider.findMandatoryStepDataStartsWith(String executionId,
String keyPrefix)
Find a list 'Step Data' identified by execution id and key which starts as provided one.
|
List<StepData> |
StepDataProvider.findStepData(String executionId,
String key)
Find a list of 'Step Data' identified by the supplied key for the given execution id.
|
Optional<StepData> |
StepDataProvider.findStepData(String executionId,
String pipelineId,
String stepId,
String key)
Find a 'Step Data' identified by the supplied key for the given step in the scope of the referenced
'Deployment Execution'.
|
List<StepData> |
StepDataProvider.findStepDataStartsWith(String executionId,
String keyPrefix)
Find a list of 'Step Data' for execution id which key starts with provided prefix.
|
List<StepData> |
StepState.getData()
Get the list of 'Step Data' hold by the referenced step.
|
List<StepData> |
StepDataProvider.getStepDatas(String executionId,
String pipelineId,
String stepId)
Find a list of 'Step Data' 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