public abstract class GenerateRedirection
extends org.gradle.api.DefaultTask
| Modifier and Type | Class and Description |
|---|---|
static class |
GenerateRedirection.Redirection |
| Constructor and Description |
|---|
GenerateRedirection() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.DirectoryProperty |
getDestinationDirectory() |
abstract org.gradle.api.provider.SetProperty<GenerateRedirection.Redirection> |
getRedirections() |
GenerateRedirection |
redirect(java.lang.String from,
java.lang.String to) |
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, replaceLogger, setImpliesSubProjectspublic abstract org.gradle.api.provider.SetProperty<GenerateRedirection.Redirection> getRedirections()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getDestinationDirectory()
public GenerateRedirection redirect(java.lang.String from, java.lang.String to)