Uses of Class
hudson.maven.MavenBuild

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

Uses of MavenBuild in hudson.maven
 

Methods in hudson.maven that return MavenBuild
protected  MavenBuild MavenModule.newBuild()
           
 MavenBuild MavenBuild.ProxyImpl2.owner()
          Gets the build for which this proxy is created.
 

Methods in hudson.maven that return types with arguments of type MavenBuild
protected  Class<MavenBuild> MavenModule.getBuildClass()
           
 Map<MavenModule,List<MavenBuild>> MavenModuleSetBuild.getModuleBuilds()
          Computes the module builds that correspond to this build.
 Map<MavenModule,MavenBuild> MavenModuleSetBuild.getModuleLastBuilds()
          Computes the latest module builds that correspond to this build.
 

Methods in hudson.maven with parameters of type MavenBuild
protected  void MavenModule.addTransientActionsFromBuild(MavenBuild build, List<Action> collection, Set<Class> added)
           
 V MavenBuildProxy.BuildCallable.call(MavenBuild build)
          Performs computation and returns the result, or throws some exception.
 boolean MavenReporter.end(MavenBuild build, Launcher launcher, BuildListener listener)
          Called after the maven execution finished and the result is determined.
 void MavenAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
          Called whenever a new module build is completed, to update the aggregated report.
 

Method parameters in hudson.maven with type arguments of type MavenBuild
 MavenAggregatedReport AggregatableAction.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
          Creates Action to be contributed to MavenModuleSetBuild.
 void MavenAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
          Called whenever a new module build is completed, to update the aggregated report.
 

Uses of MavenBuild in hudson.maven.reporters
 

Fields in hudson.maven.reporters declared as MavenBuild
 MavenBuild MavenArtifactRecord.parent
          The build to which this record belongs.
 

Methods in hudson.maven.reporters that return MavenBuild
 MavenBuild MavenArtifactRecord.getBuild()
           
 MavenBuild SurefireAggregatedReport.resolveChild(AggregatedTestResultAction.Child child)
           
 

Methods in hudson.maven.reporters with parameters of type MavenBuild
 boolean SurefireArchiver.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 boolean MavenMailer.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 File MavenArtifact.getFile(MavenBuild build)
          Obtains the File representing the archived artifact.
 void MavenArtifact.recordFingerprint(MavenBuild build)
          Called from within the master to record fingerprint.
 org.apache.maven.artifact.Artifact MavenArtifact.toArtifact(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager, org.apache.maven.artifact.factory.ArtifactFactory factory, MavenBuild build)
          Creates a Maven Artifact back from the persisted data.
 void SurefireAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
           
 void MavenAggregatedArtifactRecord.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
           
 

Method parameters in hudson.maven.reporters with type arguments of type MavenBuild
 MavenAggregatedReport SurefireReport.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
           
 MavenAggregatedArtifactRecord MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build, Map<MavenModule,List<MavenBuild>> moduleBuilds)
           
 void SurefireAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
           
 void MavenAggregatedArtifactRecord.update(Map<MavenModule,List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
           
 

Constructors in hudson.maven.reporters with parameters of type MavenBuild
MavenArtifactRecord(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts)
          Deprecated. 
MavenArtifactRecord(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts, String repositoryUrl, String repositoryId)
           
 

Uses of MavenBuild in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return MavenBuild
 MavenBuild JenkinsRule.buildAndAssertSuccess(MavenModule job)
           
 MavenBuild HudsonTestCase.buildAndAssertSuccess(MavenModule job)
           
 



Copyright © 2004-2013. All Rights Reserved.