public abstract class ZipSample
extends org.gradle.api.DefaultTask
Skips execution if there are no "main" content. This is usually DSL-specific content.
Removes references to the documentation (e.g. the lines starting with // tag::) and // end::)
| Constructor and Description |
|---|
ZipSample() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.RegularFileProperty |
getArchiveFile() |
abstract org.gradle.api.provider.ListProperty<java.lang.String> |
getExcludes() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getMainSource() |
protected org.gradle.api.file.FileTree |
getMainSourceAsTree() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getSource() |
protected org.gradle.api.file.FileTree |
getSourceAsTree() |
abstract org.gradle.internal.work.WorkerLeaseService |
getWorkerLeaseService() |
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, setLoggerMessageRewriter@InputFiles protected org.gradle.api.file.FileTree getSourceAsTree()
@InputFiles @SkipWhenEmpty protected org.gradle.api.file.FileTree getMainSourceAsTree()
@Internal public abstract org.gradle.api.file.ConfigurableFileCollection getSource()
@Internal public abstract org.gradle.api.file.ConfigurableFileCollection getMainSource()
@Input public abstract org.gradle.api.provider.ListProperty<java.lang.String> getExcludes()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getArchiveFile()
@Inject public abstract org.gradle.internal.work.WorkerLeaseService getWorkerLeaseService()