public class JobExecutionEventImpl extends java.lang.Object implements JobExecutionEvent
Constructor and Description |
---|
JobExecutionEventImpl(StepExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
static JobExecutionEvent |
afterRun(StepExecutionContext executionContext,
ExecutionReference execution,
JobEventResult result) |
static JobExecutionEvent |
beforeRun(StepExecutionContext executionContext,
ExecutionReference execution,
WorkflowExecutionItem workflow) |
java.lang.String |
getExecutionId() |
ExecutionLogger |
getExecutionLogger() |
INodeSet |
getNodes() |
java.util.Map<java.lang.String,java.lang.String> |
getOptions() |
java.lang.String |
getProjectName() |
java.lang.String |
getUserName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExecution, getExecutionContext, getResult, getWorkflow
public JobExecutionEventImpl(StepExecutionContext executionContext)
public static JobExecutionEvent beforeRun(StepExecutionContext executionContext, ExecutionReference execution, WorkflowExecutionItem workflow)
public static JobExecutionEvent afterRun(StepExecutionContext executionContext, ExecutionReference execution, JobEventResult result)
public java.lang.String getProjectName()
getProjectName
in interface JobExecutionEvent
public java.util.Map<java.lang.String,java.lang.String> getOptions()
getOptions
in interface JobExecutionEvent
public ExecutionLogger getExecutionLogger()
getExecutionLogger
in interface JobExecutionEvent
public java.lang.String getUserName()
getUserName
in interface JobExecutionEvent
public java.lang.String getExecutionId()
getExecutionId
in interface JobExecutionEvent
public INodeSet getNodes()
getNodes
in interface JobExecutionEvent