public abstract class PlantumlTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
PlantumlTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
abstract org.gradle.api.provider.Property<Boolean> |
getDebug() |
abstract org.gradle.api.provider.Property<Boolean> |
getDeleteOutputBeforeBuild() |
abstract org.gradle.api.provider.Property<String> |
getFileFormat() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileSystemOperations() |
abstract org.gradle.api.provider.Property<String> |
getIncludePattern() |
abstract org.gradle.api.provider.ListProperty<String> |
getJvmArgs() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDirectory() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getPlantumlClasspath() |
abstract org.gradle.api.provider.MapProperty<String,Object> |
getSystemProperties() |
abstract org.gradle.api.file.DirectoryProperty |
getTmpDir() |
abstract org.gradle.api.provider.Property<Boolean> |
getWithMetadata() |
protected abstract org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSet, getPatternSetFactory, getSource, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingcompareTo, 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, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Inject protected abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileSystemOperations()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getPlantumlClasspath()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDirectory()
@Input @Optional public abstract org.gradle.api.provider.Property<String> getFileFormat()
@Input public abstract org.gradle.api.provider.Property<Boolean> getWithMetadata()
@Input public abstract org.gradle.api.provider.Property<String> getIncludePattern()
@Input public abstract org.gradle.api.provider.Property<Boolean> getDeleteOutputBeforeBuild()
@Input public abstract org.gradle.api.provider.MapProperty<String,Object> getSystemProperties()
@Input public abstract org.gradle.api.provider.ListProperty<String> getJvmArgs()
@Input @Optional public abstract org.gradle.api.provider.Property<Boolean> getDebug()
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getTmpDir()
public void execute()