public interface TaskArtifactState
| Modifier and Type | Method and Description |
|---|---|
void |
afterTask()
Called on successful completion of task execution.
|
void |
beforeTask()
Called before the task is to be executed.
|
void |
finished()
Called when this state is finished with.
|
TaskExecutionHistory |
getExecutionHistory()
Returns the history for this task.
|
boolean |
isUpToDate()
Returns true if the task outputs were generated using the given task inputs.
|
boolean isUpToDate()
void beforeTask()
isUpToDate() may not necessarily have been called.void afterTask()
void finished()
TaskExecutionHistory getExecutionHistory()
Copyright © 2013. All rights reserved