public class CheckOutAPITask extends jenkins.MasterToSlaveFileCallable<Boolean>
| Constructor and Description |
|---|
CheckOutAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
int version) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
execute(File area,
hudson.remoting.VirtualChannel channel)
Template method for subclasses to override.
|
Boolean |
invoke(File area,
hudson.remoting.VirtualChannel channel) |
public CheckOutAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
int version)
public Boolean execute(File area, hudson.remoting.VirtualChannel channel) throws IOException
IOExceptionpublic Boolean invoke(File area, hudson.remoting.VirtualChannel channel) throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.