Interface IssueCheckParameters
-
- All Implemented Interfaces:
-
org.gradle.workers.WorkParameters
public interface IssueCheckParameters implements WorkParameters
-
-
Method Summary
Modifier and Type Method Description abstract ConfigurableFileCollectiongetFiles()abstract RegularFilePropertygetReportFile()abstract Property<String>getGithubToken()-
-
Method Detail
-
getFiles
abstract ConfigurableFileCollection getFiles()
-
getReportFile
abstract RegularFileProperty getReportFile()
-
getGithubToken
abstract Property<String> getGithubToken()
-
-
-
-