org.hudsonci.maven.plugin.builder.internal
Class StartProcessing
java.lang.Object
org.hudsonci.maven.plugin.builder.internal.StartProcessing
- All Implemented Interfaces:
- Callable<Object,Exception>, Serializable
public class StartProcessing
- extends Object
- implements Callable<Object,Exception>
Starts the event processing on the remote node.
Call will return after all events have been processed.
This is required to be executing on the remote node to allow the callback communication to remain open.
- Since:
- 2.1.0
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartProcessing
public StartProcessing(Callback callback)
recordInvocationsTo
public void recordInvocationsTo(FilePath recordFile)
call
public Object call()
throws Exception
- Initializes
Callback via CallbackManager.
Sets up invoke handlers to deal with Callback.close().
- Specified by:
call in interface Callable<Object,Exception>
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.