| Package | Description |
|---|---|
| org.gradle.api.internal.changedetection |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeUpToDateRule |
class |
InputFilesChangedUpToDateRule
A rule which marks a task out-of-date when its input files change.
|
class |
InputPropertiesChangedUpToDateRule
A rule which marks a task out-of-date when its input properties change.
|
class |
OutputFilesChangedUpToDateRule
A rule which marks a task out-of-date when its output files change.
|
class |
TaskTypeChangedUpToDateRule
A rule which marks a task out-of-date when its implementation class changes.
|
| Constructor and Description |
|---|
CompositeUpToDateRule(UpToDateRule... rules) |
Copyright © 2013. All rights reserved