|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenReporter | |
---|---|
hudson.maven | Maven support. |
hudson.maven.reporters |
Uses of MavenReporter in hudson.maven |
---|
Fields in hudson.maven with type parameters of type MavenReporter | |
---|---|
protected Map<ModuleName,List<MavenReporter>> |
AbstractMavenBuilder.reporters
|
Methods in hudson.maven that return MavenReporter | |
---|---|
MavenReporter |
MavenReporterDescriptor.newAutoInstance(MavenModule module)
Returns an instance used for automatic MavenReporter activation. |
MavenReporter |
MavenReporterDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req)
Deprecated. |
Methods in hudson.maven that return types with arguments of type MavenReporter | |
---|---|
protected List<MavenReporter> |
MavenModule.createReporters()
Creates a list of MavenReporter s to be used for a build of this project. |
DescribableList<MavenReporter,Descriptor<MavenReporter>> |
MavenModule.getReporters()
List of active MavenReporter s configured for this module. |
DescribableList<MavenReporter,Descriptor<MavenReporter>> |
MavenModule.getReporters()
List of active MavenReporter s configured for this module. |
DescribableList<MavenReporter,Descriptor<MavenReporter>> |
MavenModuleSet.getReporters()
List of active MavenReporter s that should be applied to all module builds. |
DescribableList<MavenReporter,Descriptor<MavenReporter>> |
MavenModuleSet.getReporters()
List of active MavenReporter s that should be applied to all module builds. |
Methods in hudson.maven with parameters of type MavenReporter | |
---|---|
void |
MavenBuildProxy.registerAsAggregatedProjectAction(MavenReporter reporter)
Nominates that the reporter will contribute a project action for this build by using getAggregatedProjectAction(MavenModuleSet) . |
void |
MavenBuildProxy.Filter.registerAsAggregatedProjectAction(MavenReporter reporter)
|
void |
MavenModuleSetBuild.registerAsProjectAction(MavenReporter reporter)
|
void |
MavenBuild.registerAsProjectAction(MavenReporter reporter)
|
void |
MavenBuildProxy.registerAsProjectAction(MavenReporter reporter)
Nominates that the reporter will contribute a project action for this build by using getProjectActions(MavenModule) . |
void |
MavenBuildProxy.Filter.registerAsProjectAction(MavenReporter reporter)
|
Constructor parameters in hudson.maven with type arguments of type MavenReporter | |
---|---|
MavenReporterDescriptor(Class<? extends MavenReporter> clazz)
|
Uses of MavenReporter in hudson.maven.reporters |
---|
Subclasses of MavenReporter in hudson.maven.reporters | |
---|---|
class |
AbstractMavenJavadocArchiver
Records the javadoc and archives it. |
class |
BuildInfoRecorder
|
class |
MavenArtifactArchiver
Archives artifacts of the build. |
class |
MavenFingerprinter
Records fingerprints of the builds to keep track of dependencies. |
class |
MavenJavadocArchiver
Records the javadoc and archives it. |
class |
MavenMailer
Sends out an e-mail notification for Maven build result. |
class |
MavenSiteArchiver
Watches out for the execution of maven-site-plugin and records its output. |
class |
MavenTestJavadocArchiver
Records the javadoc and archives it. |
class |
ReportCollector
Watches out for executions of MavenReport mojos and record its output. |
class |
SurefireArchiver
Records the surefire test result. |
class |
TestFailureDetector
A maven reporter expressing whether he found test failures and the build should be marked as UNSTABLE. |
Methods in hudson.maven.reporters that return MavenReporter | |
---|---|
MavenReporter |
MavenFingerprinter.DescriptorImpl.newAutoInstance(MavenModule module)
|
MavenReporter |
MavenArtifactArchiver.DescriptorImpl.newAutoInstance(MavenModule module)
|
MavenReporter |
MavenMailer.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |