public abstract class AbstractAddInfo
extends jenkins.MasterToSlaveFileCallable<hudson.FilePath>
| Constructor and Description |
|---|
AbstractAddInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
getData() |
protected abstract java.lang.String |
getFileName() |
hudson.FilePath |
invoke(java.io.File file,
hudson.remoting.VirtualChannel channel) |
public hudson.FilePath invoke(java.io.File file,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionprotected abstract java.lang.Object getData()
protected abstract java.lang.String getFileName()