|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.ivy.IvyBuilder
public abstract class IvyBuilder
Callable that invokes Ant CLI (in process) and drives a build.
As a callable, this function returns the build result.
This class defines a series of event callbacks, which are invoked during the build. This allows subclass to monitor the progress of a build.
| Field Summary | |
|---|---|
protected java.util.List<hudson.remoting.Future<?>> |
futures
Record all asynchronous executions as they are scheduled, to make sure they are all completed before we finish. |
protected hudson.model.BuildListener |
listener
Where error messages and so on are sent. |
| Constructor Summary | |
|---|---|
protected |
IvyBuilder(hudson.model.BuildListener listener,
java.util.List<java.lang.String> goals,
java.util.Map<java.lang.String,java.lang.String> systemProps)
|
| Method Summary | |
|---|---|
hudson.model.Result |
call()
This code is executed inside the Ant jail process. |
java.lang.ClassLoader |
getClassLoader()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final hudson.model.BuildListener listener
protected transient java.util.List<hudson.remoting.Future<?>> futures
| Constructor Detail |
|---|
protected IvyBuilder(hudson.model.BuildListener listener,
java.util.List<java.lang.String> goals,
java.util.Map<java.lang.String,java.lang.String> systemProps)
| Method Detail |
|---|
public hudson.model.Result call()
throws java.io.IOException
call in interface hudson.remoting.Callable<hudson.model.Result,java.io.IOException>java.io.IOExceptionpublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface hudson.remoting.DelegatingCallable<hudson.model.Result,java.io.IOException>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||