hudson.maven
Class AbstractMavenBuilder.FilterImpl
java.lang.Object
hudson.maven.MavenBuildProxy.Filter<CORE>
hudson.maven.MavenBuildProxy2.Filter<MavenBuildProxy2>
hudson.maven.AbstractMavenBuilder.FilterImpl
- All Implemented Interfaces:
- MavenBuildProxy, MavenBuildProxy2, Serializable
- Enclosing class:
- AbstractMavenBuilder
protected static class AbstractMavenBuilder.FilterImpl
- extends MavenBuildProxy2.Filter<MavenBuildProxy2>
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class hudson.maven.MavenBuildProxy.Filter |
execute, getArtifactsDir, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, registerAsProjectAction, setExecutedMojos, setResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hudson.maven.MavenBuildProxy |
execute, getArtifactsDir, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, registerAsProjectAction, setExecutedMojos, setResult |
AbstractMavenBuilder.FilterImpl
public AbstractMavenBuilder.FilterImpl(MavenBuildProxy2 core,
MavenBuildInformation mavenBuildInformation)
AbstractMavenBuilder.FilterImpl
public AbstractMavenBuilder.FilterImpl(MavenBuildProxy2 core,
MavenBuildInformation mavenBuildInformation,
hudson.remoting.Channel channel)
executeAsync
public void executeAsync(MavenBuildProxy.BuildCallable<?,?> program)
throws IOException
- Description copied from interface:
MavenBuildProxy
- Executes the given
MavenBuildProxy.BuildCallable
asynchronously on the master.
This method works like MavenBuildProxy.execute(BuildCallable)
except that
the method returns immediately and doesn't wait for the completion of the program.
The completions of asynchronous executions are accounted for before
the build completes. If they throw exceptions, they'll be reported
and the build will be marked as a failure.
- Specified by:
executeAsync
in interface MavenBuildProxy
- Overrides:
executeAsync
in class MavenBuildProxy.Filter<MavenBuildProxy2>
- Throws:
IOException
getMavenBuildInformation
public MavenBuildInformation getMavenBuildInformation()
- Specified by:
getMavenBuildInformation
in interface MavenBuildProxy
- Overrides:
getMavenBuildInformation
in class MavenBuildProxy.Filter<MavenBuildProxy2>
setFutures
public void setFutures(List<hudson.remoting.Future<?>> futures)
readResolve
public Object readResolve()
Copyright © 2004-2013. All Rights Reserved.