- AbstractCheckTaskEnhancer - Class in org.myire.quill.check
Abstract base class for enhancers of code quality tasks.
- AbstractCheckTaskEnhancer(T) - Constructor in AbstractCheckTaskEnhancer
-
Create a new AbstractTaskEnhancer.
- AbstractPluginEnhancer - Class in org.myire.quill.check
Abstract base class for enhancers that modify and extend the project extension and tasks of a
code quality plugin.
- AbstractPluginEnhancer(Project, Class<? extends Plugin<Project>>, String) - Constructor in AbstractPluginEnhancer
-
Create a new AbstractPluginEnhancer, applying the plugin to the project.
- addMatcher(RuleViolationMatcher) - Method in RuleViolationFilter
-
Add a rule violation matcher to this filter.
- addTransformingReport(Report, String) - Method in AbstractCheckTaskEnhancer
-
Create a TransformingReport and add it to the task being enhanced.
- aggregate(File, String) - Method in JUnitReportAggregator
-
Aggregate all JUnit report files in a directory and add the result to this instance.
- apply(Project) - Method in CheckstyleAdditionsPlugin
-
- apply(Project) - Method in IvyImportPlugin
-
- apply(Project) - Method in JavaAdditionsPlugin
-
- apply(Project) - Method in JUnitAdditionsPlugin
-
- apply(Project) - Method in MavenImportPlugin
-
- apply(Project) - Method in ModuleInfoPlugin
-
- apply(Project) - Method in PmdAdditionsPlugin
-
- apply() - Method in PmdFilter
-
Apply the filter specified in the file property to the result of the task specified in the
constructor.
- apply(Project) - Method in PomPlugin
-
- apply(Project) - Method in ProjectMetaDataPlugin
-
- apply(Project) - Method in QuillAllPlugin
-
- apply(Project) - Method in QuillCorePlugin
-
- apply(Project) - Method in SpotBugsAdditionsPlugin
-
- applyGroupToProject(Object) - Method in MavenImportPlugin
-
Set the project's group property to the group ID specified in a pom file.
- applyGroupToProject() - Method in ProjectMetaDataExtension
-
Set the project's group property to this instance's group property, given
that the latter is non-null.
- applyLongVersionToProject() - Method in SemanticVersionExtension
-
Set the project's version property to this instance's long version string.
- applyShortVersionToProject() - Method in SemanticVersionExtension
-
Set the project's version property to this instance's short version string.
- applyVersionToProject(Object) - Method in MavenImportPlugin
-
Set the project's version property to the version string specified in a pom file.