Package | Description |
---|---|
com.sdl.delivery.deployer.api.processing.pipeline | |
com.sdl.delivery.deployer.steps | |
com.sdl.delivery.deployer.steps.util |
Modifier and Type | Method and Description |
---|---|
ProcessingContext |
ProcessingContextProvider.addProcessingException(ProcessingContext processingContext,
Throwable exception)
Add the provided exception to the list of exceptions in provided processing context.
|
ProcessingContext |
ProcessingContextProvider.evaluateStepResults(ProcessingContext processingContext,
ExecutableStepResult stepResults)
Inspect the step results and check if there are any results of interest for the processing context.
|
ProcessingContext |
ProcessingContextProvider.provideFinalizeProcessingContext(ProcessingContext processingContext)
Provide new finalizing processing context created from the existing one.
|
ProcessingContext |
ProcessingContextProvider.provideProcessingContext(Command command)
Provide initial processing context.
|
ProcessingContext |
ProcessingContextProvider.provideProcessingContext(ProcessingContext processingContext)
Provide new processing context created from the existing one.
|
ProcessingContext |
ProcessingContextProvider.provideRetryProcessingContext(ProcessingContext processingContext,
RetryPoint retryPoint)
Create new retry processing context which will have new pipeline and step to continue from.
|
Modifier and Type | Method and Description |
---|---|
ProcessingContext |
ProcessingContextProvider.addProcessingException(ProcessingContext processingContext,
Throwable exception)
Add the provided exception to the list of exceptions in provided processing context.
|
ProcessingContext |
ProcessingContextProvider.evaluateStepResults(ProcessingContext processingContext,
ExecutableStepResult stepResults)
Inspect the step results and check if there are any results of interest for the processing context.
|
ExecutableStepResult |
ExecutableStep.process(ProcessingContext context,
StepDataProvider stepDataProvider)
Actual processing logic to execute in the scope of the 'pipeline step'.
|
ProcessingContext |
ProcessingContextProvider.provideFinalizeProcessingContext(ProcessingContext processingContext)
Provide new finalizing processing context created from the existing one.
|
ProcessingContext |
ProcessingContextProvider.provideProcessingContext(ProcessingContext processingContext)
Provide new processing context created from the existing one.
|
ProcessingContext |
ProcessingContextProvider.provideRetryProcessingContext(ProcessingContext processingContext,
RetryPoint retryPoint)
Create new retry processing context which will have new pipeline and step to continue from.
|
default Optional<RetryPoint> |
ExecutableStep.retryPoint(ProcessingContext processingContext)
In case where a step can retry, then should return the retry point.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
ProcessorInstructionsProvider.getIterator(ProcessingContext processingContext,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionWaitStep.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionUnzipStep.process(ProcessingContext context,
StepDataProvider provider) |
ExecutableStepResult |
TridionSearchIndexUnDeployStep.process(ProcessingContext processingContext,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionSearchIndexDeployStep.process(ProcessingContext processingContext,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionRollbackStep.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionPreCommitStep.process(ProcessingContext context,
StepDataProvider provider) |
ExecutableStepResult |
TridionDeployerStepAdapter.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionContentDataStep.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionConceptSchemeSyncStep.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionCommitStep.process(ProcessingContext context,
StepDataProvider stepDataProvider) |
ExecutableStepResult |
TridionCleanupStep.process(ProcessingContext context,
StepDataProvider provider) |
Optional<RetryPoint> |
TridionWaitStep.retryPoint(ProcessingContext processingContext) |
Optional<RetryPoint> |
TridionTransactionalExecutableStep.retryPoint(ProcessingContext processingContext) |
Optional<RetryPoint> |
TridionSearchIndexUnDeployStep.retryPoint(ProcessingContext processingContext) |
Optional<RetryPoint> |
TridionSearchIndexDeployStep.retryPoint(ProcessingContext processingContext) |
Optional<RetryPoint> |
TridionRollbackStep.retryPoint(ProcessingContext processingContext) |
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.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries