-
- All Implemented Interfaces:
public class CodeQualityExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final DirectoryPropertyreportsDirectoryprivate final RegularFilePropertyissuesFileprivate final Property<Boolean>collectInformationIssues
-
Constructor Summary
Constructors Constructor Description CodeQualityExtension(ObjectFactory objects)
-
Method Summary
Modifier and Type Method Description final DirectoryPropertygetReportsDirectory()final RegularFilePropertygetIssuesFile()final Property<Boolean>getCollectInformationIssues()-
-
Method Detail
-
getReportsDirectory
final DirectoryProperty getReportsDirectory()
-
getIssuesFile
final RegularFileProperty getIssuesFile()
-
getCollectInformationIssues
final Property<Boolean> getCollectInformationIssues()
-
-
-
-