public interface ProcessingContext
| Modifier and Type | Method and Description |
|---|---|
Optional<Pipeline> |
currentPipeline()
Get current
Pipeline. |
Optional<Step> |
currentStep()
Get current
Step. |
String |
getAction()
Get the pipeline action.
|
String |
getBinaryId()
Get the pipeline binary id.
|
String |
getExecutionId()
Get the execution id.
|
List<Throwable> |
getProcessingExceptions()
List of exceptions that occurred during step processing.
|
AtomicInteger |
getRetryCount() |
Set<String> |
getVerbs()
Get the pipeline verb.
|
boolean |
isFinalizeContext()
Return true if this context is a finalizing context.
|
String getExecutionId()
String getAction()
String getBinaryId()
Optional<Pipeline> currentPipeline()
Pipeline.List<Throwable> getProcessingExceptions()
boolean isFinalizeContext()
Status.FAILEDAtomicInteger getRetryCount()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries