Modifier and Type | Method and Description |
---|---|
boolean |
ProcessingService.process(Command command)
Triggers processing a given command in the 'Execution Engine'.
|
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 List<StepData> |
StepDataProvider.findMandatoryStepDataStartsWith(String executionId,
String keyPrefix)
Find a list 'Step Data' identified by execution id and key which starts as provided one.
|
default <T extends StepData> |
StepDataProvider.findSingleStepData(String executionId,
String key,
Class<T> stepDataClass)
Search for a single step data stored in the state store.
|
ExecutableStepResult |
ExecutableStep.process(ProcessingContext context,
StepDataProvider stepDataProvider)
Actual processing logic to execute in the scope of the 'pipeline step'.
|
ProcessingContext |
ProcessingContextProvider.provideProcessingContext(Command command)
Provide initial processing context.
|
ProcessingContext |
ProcessingContextProvider.provideRetryProcessingContext(ProcessingContext processingContext,
RetryPoint retryPoint)
Create new retry processing context which will have new pipeline and step to continue from.
|
void |
StepDataStore.storeData(String executionId,
String pipelineId,
String stepId,
ExecutableStepResult stepResults)
Store some 'Executable Step Results' for the given step in the scope of the referenced 'Deployment Execution'.
|
Modifier and Type | Method and Description |
---|---|
static String |
TridionStepUtil.createPackageFileName(ProcessingContext context)
Create package file name for a Execution Context.
|
static File |
TridionStepUtil.getPackageUnzipLocation(ProcessingContext context,
StepDataProvider provider)
Fetches and returns package Unzip location for the specified context.
|
static boolean |
TridionStepUtil.isInWait(ProcessingContext context,
StepDataProvider provider)
Check if the Package related to the Execution Context is in Wait.
|
static com.tridion.data.json.ContentDataCompPresentation |
ContentParser.parseCompPresentationContent(CMURI componentId,
CMURI templateId,
String content) |
static com.tridion.data.json.ContentDataBase |
ContentParser.parseContentDataBase(CMURI cmuri,
String content) |
static com.tridion.data.json.ContentDataPage |
ContentParser.parseContentDataPage(CMURI cmuri,
String content) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries