| Package | Description |
|---|---|
| org.gradle.api.internal.changedetection |
| Modifier and Type | Method and Description |
|---|---|
UpToDateRule.TaskUpToDateState |
UpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution)
Creates the transient state for the given task.
|
UpToDateRule.TaskUpToDateState |
TaskTypeChangedUpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution) |
UpToDateRule.TaskUpToDateState |
OutputFilesChangedUpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution) |
UpToDateRule.TaskUpToDateState |
InputPropertiesChangedUpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution) |
UpToDateRule.TaskUpToDateState |
InputFilesChangedUpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution) |
UpToDateRule.TaskUpToDateState |
CompositeUpToDateRule.create(TaskInternal task,
TaskExecution previousExecution,
TaskExecution currentExecution) |
Copyright © 2013. All rights reserved