@CacheableTask
public abstract class ProcessDescriptor
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ProcessDescriptor(org.gradle.api.file.FileSystemOperations fileSystemOperations) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.RegularFileProperty |
getDescriptor() |
abstract org.gradle.api.file.RegularFileProperty |
getDestination() |
abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> |
getTokens() |
void |
process() |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Inject public ProcessDescriptor(org.gradle.api.file.FileSystemOperations fileSystemOperations)
@InputFile @PathSensitive(value=RELATIVE) public abstract org.gradle.api.file.RegularFileProperty getDescriptor()
@Input public abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> getTokens()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getDestination()
public void process()