public interface IvyBuildProxy2 extends IvyBuildProxy
IvyBuildProxy that's used internally
for aggregated build. Fired and consumed internally and
not exposed to plugins.| Modifier and Type | Interface and Description |
|---|---|
static class |
IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2>
Filter for
IvyBuildProxy2. |
IvyBuildProxy.BuildCallable<V,T extends java.lang.Throwable>| Modifier and Type | Method and Description |
|---|---|
void |
appendLastLog()
Ant 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.
|
execute, executeAsync, getArtifactsDir, getMilliSecsSinceBuildStart, getModuleSetRootDir, getProjectRootDir, getRootDir, getTimestamp, isArchivingDisabled, registerAsAggregatedProjectAction, registerAsProjectAction, setResultvoid start()
void end()
void appendLastLog()