@CacheableTask
public class CheckClassUniquenessLockTask
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
org.gradle.api.provider.SetProperty<org.gradle.api.artifacts.Configuration> |
configurations |
| Constructor and Description |
|---|
CheckClassUniquenessLockTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doIt() |
java.util.Map<java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>> |
getContentsOfAllConfigurations()
This method exists purely for up-to-dateness purposes - we want to re-run if the contents of a configuration
changes.
|
java.io.File |
getLockFile() |
appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getSharedResources, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, requiresResource, requiresResource, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic final org.gradle.api.provider.SetProperty<org.gradle.api.artifacts.Configuration> configurations
@Input public final java.util.Map<java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>> getContentsOfAllConfigurations()
@OutputFile public final java.io.File getLockFile()
public final void doIt()