Package hudson.ivy
Class IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2>
java.lang.Object
hudson.ivy.IvyBuildProxy.Filter<CORE>
hudson.ivy.IvyBuildProxy2.Filter<CORE>
- All Implemented Interfaces:
- IvyBuildProxy,- IvyBuildProxy2,- Serializable
- Enclosing interface:
- IvyBuildProxy2
public abstract static class IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2>
extends IvyBuildProxy.Filter<CORE>
implements IvyBuildProxy2
Filter for 
IvyBuildProxy2.
 Meant to be useful as the base class for other filters.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.ivy.IvyBuildProxy.FilterIvyBuildProxy.Filter.AsyncInvokerNested classes/interfaces inherited from interface hudson.ivy.IvyBuildProxyIvyBuildProxy.BuildCallable<V,T extends Throwable>, IvyBuildProxy.Filter<CORE extends IvyBuildProxy> Nested classes/interfaces inherited from interface hudson.ivy.IvyBuildProxy2IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2>
- 
Field SummaryFields inherited from class hudson.ivy.IvyBuildProxy.Filtercore
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.ivy.IvyBuildProxy.Filterexecute, executeAsync, getArtifactsDir, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, setResultMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.ivy.IvyBuildProxyexecute, executeAsync, getArtifactsDir, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, setResult
- 
Constructor Details- 
Filter
 
- 
- 
Method Details- 
startpublic void start()Description copied from interface:IvyBuildProxy2Notifies that the build has entered a module.- Specified by:
- startin interface- IvyBuildProxy2
 
- 
endpublic void end()Description copied from interface:IvyBuildProxy2Notifies that the build has left a module.- Specified by:
- endin interface- IvyBuildProxy2
 
- 
appendLastLogpublic void appendLastLog()Description copied from interface:IvyBuildProxy2Ant 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 Ant processing is done, to append last messages to the console output of the module.- Specified by:
- appendLastLogin interface- IvyBuildProxy2
 
 
-