Package io.github.gmazzo.codeowners
Interface CodeOwnersReports.Report
-
- All Implemented Interfaces:
public interface CodeOwnersReports.Report
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getRequired()abstract RegularFilePropertygetOutputLocation()-
-
Method Detail
-
getRequired
@Input() abstract Property<Boolean> getRequired()
-
getOutputLocation
@OutputFile() abstract RegularFileProperty getOutputLocation()
-
-
-
-