Interface PlantumlParameters
-
- All Superinterfaces:
WorkParameters
public interface PlantumlParameters extends WorkParameters
- See Also:
PlantumlPlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
WorkParameters.None
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<java.lang.String>getFileFormat()RegularFilePropertygetInputFile()DirectoryPropertygetOutputDirectory()Property<java.lang.Boolean>getWithMetadata()
-
-
-
Method Detail
-
getInputFile
RegularFileProperty getInputFile()
-
getOutputDirectory
DirectoryProperty getOutputDirectory()
-
getFileFormat
Property<java.lang.String> getFileFormat()
-
getWithMetadata
Property<java.lang.Boolean> getWithMetadata()
-
-