hudson.maven
Interface MavenBuildProxy2

All Superinterfaces:
MavenBuildProxy
All Known Implementing Classes:
MavenBuild.ProxyImpl2, MavenBuildProxy2.Filter

public interface MavenBuildProxy2
extends MavenBuildProxy

A part of MavenBuildProxy that's used internally for aggregated build. Fired and consumed internally and not exposed to plugins.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class MavenBuildProxy2.Filter<CORE extends MavenBuildProxy2>
          Filter for MavenBuildProxy2.
 
Nested classes/interfaces inherited from interface hudson.maven.MavenBuildProxy
MavenBuildProxy.BuildCallable<V,T extends Throwable>
 
Method Summary
 void appendLastLog()
          Maven produces additional error message after the module build is done.
 void end()
          Notifies that the build has left a module.
 void start()
          Notifies that the build has entered a module.
 
Methods inherited from interface hudson.maven.MavenBuildProxy
execute, executeAsync, getArtifactsDir, getMavenBuildInformation, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, registerAsProjectAction, setExecutedMojos, setResult
 

Method Detail

start

void start()
Notifies that the build has entered a module.


end

void end()
Notifies that the build has left a module.


appendLastLog

void appendLastLog()
Maven produces additional error message after the module build is done. So to catch those messages, invoke this method on the last module that was built after all the Maven processing is done, to append last messages to the console output of the module.



Copyright © 2004-2011. All Rights Reserved.