net.praqma.logging
Class LoggingFileCallable<T>
java.lang.Object
net.praqma.logging.LoggingFileCallable<T>
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<T>, Serializable
- Direct Known Subclasses:
- RemoteTest
public abstract class LoggingFileCallable<T>
- extends Object
- implements hudson.FilePath.FileCallable<T>
- See Also:
- Serialized Form
|
Method Summary |
T |
invoke(File workspace,
hudson.remoting.VirtualChannel channel)
|
abstract T |
perform(File workspace,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lstream
protected LoggingStream lstream
LoggingFileCallable
public LoggingFileCallable(hudson.model.Actionable a)
perform
public abstract T perform(File workspace,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
invoke
public T invoke(File workspace,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Specified by:
invoke in interface hudson.FilePath.FileCallable<T>
- Throws:
IOException
InterruptedException
Copyright © 2004-2012. All Rights Reserved.