Uses of Class
hudson.maven.MavenModuleSetBuild

Packages that use MavenModuleSetBuild
hudson.maven Maven support. 
hudson.maven.reporters   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of MavenModuleSetBuild in hudson.maven
 

Methods in hudson.maven that return MavenModuleSetBuild
protected  MavenModuleSetBuild RedeployPublisher.getMavenBuild(AbstractBuild<?,?> build)
          Obtains the MavenModuleSetBuild that we'll work on, or null.
 MavenModuleSetBuild MavenBuild.getModuleSetBuild()
          Gets the "governing" MavenModuleSet that has set the workspace for this build.
 MavenModuleSetBuild MavenBuild.getParentBuild()
          Gets the MavenModuleSetBuild that has the same build number.
 

Methods in hudson.maven that return types with arguments of type MavenModuleSetBuild
protected  Class<MavenModuleSetBuild> MavenModuleSet.getBuildClass()
           
 

Methods in hudson.maven with parameters of type MavenModuleSetBuild
protected  void MavenModuleSet.addTransientActionsFromBuild(MavenModuleSetBuild build, List<Action> collection, Set<Class> added)
           
 MavenAggregatedReport AggregatableAction.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
          Creates Action to be contributed to MavenModuleSetBuild.
 String MavenArgumentInterceptorAction.getGoalsAndOptions(MavenModuleSetBuild build)
          Provides maven goals and options to start the build with.
 ArgumentListBuilder MavenArgumentInterceptorAction.intercept(ArgumentListBuilder mavenargs, MavenModuleSetBuild build)
          Change/add arguments to any needs, but special care has to be taken, as the list contains every argument needed for the default execution (e.g.
 

Uses of MavenModuleSetBuild in hudson.maven.reporters
 

Fields in hudson.maven.reporters declared as MavenModuleSetBuild
 MavenModuleSetBuild MavenAggregatedArtifactRecord.parent
           
 

Methods in hudson.maven.reporters that return MavenModuleSetBuild
 MavenModuleSetBuild MavenAggregatedArtifactRecord.getBuild()
           
 

Methods in hudson.maven.reporters with parameters of type MavenModuleSetBuild
static void MavenFingerprinter.aggregate(MavenModuleSetBuild mmsb)
          Creates Fingerprinter.FingerprintAction for MavenModuleSetBuild by aggregating all fingerprints from module builds.
 MavenAggregatedReport SurefireReport.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
           
 MavenAggregatedArtifactRecord MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
           
 

Constructors in hudson.maven.reporters with parameters of type MavenModuleSetBuild
MavenAggregatedArtifactRecord(MavenModuleSetBuild build)
           
 

Uses of MavenModuleSetBuild in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return MavenModuleSetBuild
 MavenModuleSetBuild JenkinsRule.buildAndAssertSuccess(MavenModuleSet job)
           
 MavenModuleSetBuild HudsonTestCase.buildAndAssertSuccess(MavenModuleSet job)
           
 



Copyright © 2004-2013. All Rights Reserved.