public abstract class ExportTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ExportTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
static void |
generate(java.lang.Iterable<org.gradle.api.artifacts.repositories.ArtifactRepository> repos,
java.lang.Iterable<org.gradle.api.artifacts.ResolvedArtifact> artifacts,
java.nio.file.Path destination,
org.gradle.api.NamedDomainObjectCollection<Constraint> constraints) |
abstract org.gradle.api.DomainObjectCollection<ExportConfig> |
getConfigurations() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDirectory() |
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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic void generate()
throws java.lang.Exception
java.lang.Exception@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDirectory()
public abstract org.gradle.api.DomainObjectCollection<ExportConfig> getConfigurations()
public static void generate(java.lang.Iterable<org.gradle.api.artifacts.repositories.ArtifactRepository> repos,
java.lang.Iterable<org.gradle.api.artifacts.ResolvedArtifact> artifacts,
java.nio.file.Path destination,
org.gradle.api.NamedDomainObjectCollection<Constraint> constraints)
throws java.lang.Exception
java.lang.Exception