- canGenerateReport() - Method in class org.codehaus.mojo.cobertura.CoberturaReportMojo
-
- CheckTask - Class in org.codehaus.mojo.cobertura.tasks
-
The Check Task.
- CheckTask() - Constructor for class org.codehaus.mojo.cobertura.tasks.CheckTask
-
Setup the check task.
- cmdLineArgs - Variable in class org.codehaus.mojo.cobertura.tasks.AbstractTask
-
The shared command line args.
- CoberturaCheckIntegrationTestMojo - Class in org.codehaus.mojo.cobertura
-
Check the coverage percentages for unit tests and integration tests from the
last instrumentation, and optionally fail the build if the targets are not
met.
- CoberturaCheckIntegrationTestMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaCheckIntegrationTestMojo
-
- CoberturaCheckMojo - Class in org.codehaus.mojo.cobertura
-
Check the coverage percentages for unit tests from the last instrumentation,
and optionally fail the build if the targets are not met.
- CoberturaCheckMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaCheckMojo
-
- CoberturaCleanMojo - Class in org.codehaus.mojo.cobertura
-
Clean up the files that Cobertura Maven Plugin has created during
instrumentation.
- CoberturaCleanMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaCleanMojo
-
- CoberturaDatafileDumpMojo - Class in org.codehaus.mojo.cobertura
-
Output the contents of Cobertura's data file to the command line.
- CoberturaDatafileDumpMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaDatafileDumpMojo
-
- CoberturaInstrumentMojo - Class in org.codehaus.mojo.cobertura
-
Instrument the compiled classes.
- CoberturaInstrumentMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaInstrumentMojo
-
- CoberturaMojoUtils - Class in org.codehaus.mojo.cobertura
-
Utility class which can be used by both build-plugins and reports
- CoberturaReportIntegrationTestMojo - Class in org.codehaus.mojo.cobertura
-
Instrument the compiled classes, run the unit tests and integration tests
and generate a Cobertura report.
- CoberturaReportIntegrationTestMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaReportIntegrationTestMojo
-
- CoberturaReportMojo - Class in org.codehaus.mojo.cobertura
-
Instrument the compiled classes, run the unit tests and generate a Cobertura
report.
- CoberturaReportMojo() - Constructor for class org.codehaus.mojo.cobertura.CoberturaReportMojo
-
Constructs a CoberturaReportMojo
.
- CommandLineArguments - Class in org.codehaus.mojo.cobertura.tasks
-
CommandLineArguments allows for arbitrarily long command line argument lists.
- CommandLineArguments() - Constructor for class org.codehaus.mojo.cobertura.tasks.CommandLineArguments
-
Construct empty arg set.
- ConfigCheck - Class in org.codehaus.mojo.cobertura.configuration
-
The Configuration for Check Settings.
- ConfigCheck() - Constructor for class org.codehaus.mojo.cobertura.configuration.ConfigCheck
-
- ConfigInstrumentation - Class in org.codehaus.mojo.cobertura.configuration
-
The Configuration for the Instrumentation.
- ConfigInstrumentation() - Constructor for class org.codehaus.mojo.cobertura.configuration.ConfigInstrumentation
-
Construct a new ConfigInstrumentation object.
- createClasspath() - Method in class org.codehaus.mojo.cobertura.tasks.AbstractTask
-
Using the ${project.compileClasspathElements}
and the ${plugin.artifacts}
, create
a classpath string that is suitable to be used from a forked cobertura process.
- createClasspath() - Method in class org.codehaus.mojo.cobertura.tasks.InstrumentTask
-
- createRegex() - Method in class org.codehaus.mojo.cobertura.configuration.ConfigCheck
-
Create a regex object for eventual inclusion.