Index
All Classes and Interfaces|All Packages
A
- afterForkedLifecycleEnter(MavenProject, List<MavenProject>, Map<String, String>) - Static method in class org.scoverage.plugin.SCoverageForkedLifecycleConfigurator
-
Configures project and dependent modules in multi-module project when entering forked
scoverage
life cycle. - afterForkedLifecycleExit(MavenProject, List<MavenProject>) - Static method in class org.scoverage.plugin.SCoverageForkedLifecycleConfigurator
-
Restores original configuration after leaving forked
scoverage
life cycle.
B
- bugfix - Variable in class org.scoverage.plugin.ScalaVersion
-
The bugfix Scala version number. e.g. for 2.10.0-M1, this would be 0.
C
- canGenerateReport() - Method in class org.scoverage.plugin.SCoverageReportMojo
- compatible - Variable in class org.scoverage.plugin.ScalaVersion
-
The binary compatible version number for this Scala version.
E
- execute() - Method in class org.scoverage.plugin.SCoverageCheckMojo
-
Checks tests coverage and optionally fails the build if minimum level not reached.
- execute() - Method in class org.scoverage.plugin.SCoverageIntegrationTestMojo
-
Executes
verify
phase in forkedscoverage
life cycle. - execute() - Method in class org.scoverage.plugin.SCoveragePackageMojo
-
Creates artifact file containing instrumented classes.
- execute() - Method in class org.scoverage.plugin.SCoveragePostCompileMojo
-
Restores project original configuration after compilation with SCoverage instrumentation.
- execute() - Method in class org.scoverage.plugin.SCoveragePreCompileMojo
-
Configures project for compilation with SCoverage instrumentation.
- execute() - Method in class org.scoverage.plugin.SCoverageReportMojo
-
Generates SCoverage report.
- execute() - Method in class org.scoverage.plugin.SCoverageTestMojo
-
Executes
test
phase in forkedscoverage
life cycle.
F
- full - Variable in class org.scoverage.plugin.ScalaVersion
-
The full version number, including the modifier if any.
G
- generate(Sink, Locale) - Method in class org.scoverage.plugin.SCoverageReportMojo
- getCategoryName() - Method in class org.scoverage.plugin.SCoverageReportMojo
- getDescription(Locale) - Method in class org.scoverage.plugin.SCoverageReportMojo
- getName(Locale) - Method in class org.scoverage.plugin.SCoverageReportMojo
- getOutputName() - Method in class org.scoverage.plugin.SCoverageReportMojo
- getReportOutputDirectory() - Method in class org.scoverage.plugin.SCoverageReportMojo
I
- isAtLeast(String) - Method in class org.scoverage.plugin.ScalaVersion
-
Ignores modifier, so can return `true` for any ScalaVersion with matching major, minor, bugfix.
- isAtLeast(ScalaVersion) - Method in class org.scoverage.plugin.ScalaVersion
-
Ignores modifier, so can return `true` for any ScalaVersion with matching major, minor, bugfix.
- isExternalReport() - Method in class org.scoverage.plugin.SCoverageReportMojo
- isScala2() - Method in class org.scoverage.plugin.ScalaVersion
M
- major - Variable in class org.scoverage.plugin.ScalaVersion
-
The major Scala version number. e.g. for 2.10.0-M1, this would be 2.
- minor - Variable in class org.scoverage.plugin.ScalaVersion
-
The minor Scala version number. e.g. for 2.10.0-M1, this would be 10.
- modifier - Variable in class org.scoverage.plugin.ScalaVersion
-
The modifier for this Scala version. e.g. for 2.10.0-M1, this would be M1.
O
- org.scoverage.plugin - package org.scoverage.plugin
S
- ScalaVersion - Class in org.scoverage.plugin
-
Inspired by scala-maven-plugin's VersionNumber.java
- ScalaVersion(String) - Constructor for class org.scoverage.plugin.ScalaVersion
-
Creates a ScalaVersion from a String.
- SCoverageCheckMojo - Class in org.scoverage.plugin
-
Checks if minimum code coverage by unit tests reached in forked
scoverage
life cycle. - SCoverageCheckMojo() - Constructor for class org.scoverage.plugin.SCoverageCheckMojo
- SCoverageCheckOnlyMojo - Class in org.scoverage.plugin
-
Checks if coverage minimum reached without forking
scoverage
life cycle. - SCoverageCheckOnlyMojo() - Constructor for class org.scoverage.plugin.SCoverageCheckOnlyMojo
- SCoverageForkedLifecycleConfigurator - Class in org.scoverage.plugin
-
Configures project and dependent modules in multi-module project when entering forked
scoverage
life cycle and restores original configuration after leaving it. - SCoverageForkedLifecycleConfigurator() - Constructor for class org.scoverage.plugin.SCoverageForkedLifecycleConfigurator
- SCoverageIntegrationCheckMojo - Class in org.scoverage.plugin
-
Checks if minimum code coverage by unit and integration tests reached in forked
scoverage
life cycle. - SCoverageIntegrationCheckMojo() - Constructor for class org.scoverage.plugin.SCoverageIntegrationCheckMojo
- SCoverageIntegrationReportMojo - Class in org.scoverage.plugin
-
Generates code coverage by unit and integration tests report in forked
scoverage
life cycle. - SCoverageIntegrationReportMojo() - Constructor for class org.scoverage.plugin.SCoverageIntegrationReportMojo
- SCoverageIntegrationTestMojo - Class in org.scoverage.plugin
-
Executes forked
scoverage
life cycle up toverify
phase. - SCoverageIntegrationTestMojo() - Constructor for class org.scoverage.plugin.SCoverageIntegrationTestMojo
- SCoveragePackageMojo - Class in org.scoverage.plugin
-
Creates artifact file containing SCoverage instrumented classes.
- SCoveragePackageMojo() - Constructor for class org.scoverage.plugin.SCoveragePackageMojo
- SCoveragePostCompileMojo - Class in org.scoverage.plugin
-
Restores project original configuration after compilation with SCoverage instrumentation.
- SCoveragePostCompileMojo() - Constructor for class org.scoverage.plugin.SCoveragePostCompileMojo
- SCoveragePreCompileMojo - Class in org.scoverage.plugin
-
Configures project for compilation with SCoverage instrumentation.
- SCoveragePreCompileMojo() - Constructor for class org.scoverage.plugin.SCoveragePreCompileMojo
- SCoverageReportMojo - Class in org.scoverage.plugin
-
Generates code coverage by unit tests report in forked
scoverage
life cycle. - SCoverageReportMojo() - Constructor for class org.scoverage.plugin.SCoverageReportMojo
- SCoverageReportOnlyMojo - Class in org.scoverage.plugin
-
Generates code coverage report without forking
scoverage
life cycle. - SCoverageReportOnlyMojo() - Constructor for class org.scoverage.plugin.SCoverageReportOnlyMojo
- SCoverageTestMojo - Class in org.scoverage.plugin
-
Executes forked
scoverage
life cycle up totest
phase. - SCoverageTestMojo() - Constructor for class org.scoverage.plugin.SCoverageTestMojo
- setReportOutputDirectory(File) - Method in class org.scoverage.plugin.SCoverageReportMojo
All Classes and Interfaces|All Packages