org.jenkinsci.plugins.maveninvoker
Class InvokerReport

java.lang.Object
  extended by org.jenkinsci.plugins.maveninvoker.MavenInvokerBuildAction
      extended by org.jenkinsci.plugins.maveninvoker.InvokerReport
All Implemented Interfaces:
hudson.maven.AggregatableAction, hudson.model.Action, hudson.model.ModelObject, Serializable

public class InvokerReport
extends MavenInvokerBuildAction
implements hudson.maven.AggregatableAction

Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
InvokerReport(hudson.model.AbstractBuild<?,?> build, MavenInvokerResults mavenInvokerResults)
           
 
Method Summary
 hudson.maven.MavenAggregatedReport createAggregatedAction(hudson.maven.MavenModuleSetBuild build, Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
           
 MavenInvokerResults getMavenInvokerResults()
           
 
Methods inherited from class org.jenkinsci.plugins.maveninvoker.MavenInvokerBuildAction
getApi, getDisplayName, getFailedTestCount, getIconFileName, getPassedTestCount, getRunTests, getSkippedTestCount, getUrlName, initTestCountsFields, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Constructor Detail

InvokerReport

public InvokerReport(hudson.model.AbstractBuild<?,?> build,
                     MavenInvokerResults mavenInvokerResults)
Method Detail

createAggregatedAction

public hudson.maven.MavenAggregatedReport createAggregatedAction(hudson.maven.MavenModuleSetBuild build,
                                                                 Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
Specified by:
createAggregatedAction in interface hudson.maven.AggregatableAction

getMavenInvokerResults

public MavenInvokerResults getMavenInvokerResults()
Overrides:
getMavenInvokerResults in class MavenInvokerBuildAction


Copyright © 2004-2012. All Rights Reserved.