-
- All Implemented Interfaces:
-
org.gradle.workers.WorkParameters
public interface JandexWorkParameters implements WorkParameters
-
-
Method Summary
Modifier and Type Method Description abstract Property<Integer>getMaxErrors()abstract ConfigurableFileCollectiongetInputFiles()abstract RegularFilePropertygetIndexFile()abstract Property<JandexBuildAction>getJandexBuildAction()-
-
Method Detail
-
getMaxErrors
abstract Property<Integer> getMaxErrors()
-
getInputFiles
abstract ConfigurableFileCollection getInputFiles()
-
getIndexFile
abstract RegularFileProperty getIndexFile()
-
getJandexBuildAction
abstract Property<JandexBuildAction> getJandexBuildAction()
-
-
-
-