public static interface UpToDateRule.TaskUpToDateState
| Modifier and Type | Method and Description |
|---|---|
void |
checkUpToDate(Collection<String> messages)
Checks if the task is up-to-date.
|
void |
snapshotAfterTask()
Snapshot any final state after the task has executed.
|
void checkUpToDate(Collection<String> messages)
messages - The out-of-date messages.void snapshotAfterTask()
TaskExecution object
passed to UpToDateRule.create(org.gradle.api.internal.TaskInternal, org.gradle.api.internal.changedetection.TaskExecution, org.gradle.api.internal.changedetection.TaskExecution).Copyright © 2013. All rights reserved