public class CheckOutCmdTask extends jenkins.MasterToSlaveFileCallable<Boolean>
| Constructor and Description |
|---|
CheckOutCmdTask(String userName,
String passwd,
String database,
String server,
String projectId,
String baselineId,
String requestId,
boolean isDelete,
boolean isRevert,
boolean isForce,
boolean isExpand,
boolean isNoMetadata,
boolean isNoTouch,
boolean freshBuild,
String[] folders,
int version,
String permissions,
String eol,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
execute(File exe,
File param,
File area)
Process the checkout.
|
Boolean |
invoke(File area,
hudson.remoting.VirtualChannel channel) |
public CheckOutCmdTask(String userName, String passwd, String database, String server, String projectId, String baselineId, String requestId, boolean isDelete, boolean isRevert, boolean isForce, boolean isExpand, boolean isNoMetadata, boolean isNoTouch, boolean freshBuild, String[] folders, int version, String permissions, String eol, hudson.FilePath workspace, hudson.model.TaskListener listener)
public Boolean execute(File exe, File param, File area) throws IOException
IOExceptionpublic Boolean invoke(File area, hudson.remoting.VirtualChannel channel) throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.