public class ChangedFileReportTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ChangedFileReportTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkFilesForChanges(org.gradle.api.tasks.incremental.IncrementalTaskInputs inputs) |
org.gradle.api.file.FileCollection |
getIdlFiles() |
java.util.Collection<java.lang.String> |
getNeedCheckinFiles() |
org.gradle.api.file.FileCollection |
getSnapshotFiles() |
void |
setIdlFiles(org.gradle.api.file.FileCollection idlFiles) |
void |
setSnapshotFiles(org.gradle.api.file.FileCollection snapshotFiles) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void checkFilesForChanges(org.gradle.api.tasks.incremental.IncrementalTaskInputs inputs)
public org.gradle.api.file.FileCollection getSnapshotFiles()
public void setSnapshotFiles(org.gradle.api.file.FileCollection snapshotFiles)
public org.gradle.api.file.FileCollection getIdlFiles()
public void setIdlFiles(org.gradle.api.file.FileCollection idlFiles)
public java.util.Collection<java.lang.String> getNeedCheckinFiles()