public abstract class RenderJBake
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
RenderJBake(org.gradle.workers.WorkerExecutor workers) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> |
getConfigurations() |
abstract org.gradle.api.file.DirectoryProperty |
getDestinationDirectory() |
abstract org.gradle.api.file.DirectoryProperty |
getSourceDirectory() |
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, setImpliesSubProjects@Inject public RenderJBake(org.gradle.workers.WorkerExecutor workers)
@InputDirectory public abstract org.gradle.api.file.DirectoryProperty getSourceDirectory()
@Input public abstract org.gradle.api.provider.MapProperty<java.lang.String,java.lang.Object> getConfigurations()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getDestinationDirectory()