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<String>
getFileFormat()
RegularFileProperty
getInputFile()
DirectoryProperty
getOutputDirectory()
Property<Boolean>
getWithMetadata()
-
-
-
Method Detail
-
getInputFile
RegularFileProperty getInputFile()
-
getOutputDirectory
DirectoryProperty getOutputDirectory()
-
-