public interface UpToDateRule
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UpToDateRule.TaskUpToDateState |
| Modifier and Type | Method and Description |
|---|---|
UpToDateRule.TaskUpToDateState |
create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution)
Creates the transient state for the given task.
|
UpToDateRule.TaskUpToDateState create(TaskInternal task, TaskExecution previousExecution, TaskExecution currentExecution)
task - The task to be executed.previousExecution - The previous execution for this task, if any. May be null.currentExecution - The current execution. The rule may mutate this.Copyright © 2013. All rights reserved