public class CheckInCmdTask extends jenkins.MasterToSlaveFileCallable<Boolean>
| Constructor and Description |
|---|
CheckInCmdTask(String userName,
String passwd,
String database,
String server,
String projectId,
String requestId,
boolean forceCheckIn,
boolean forceTip,
String[] patterns,
String patternType,
int version,
boolean isStream,
int buildNo,
String jobId,
String owningPart,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String[] patternsExc) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
execute(File exe,
File param,
File area)
Process the checkin.
|
Boolean |
invoke(File area,
hudson.remoting.VirtualChannel channel) |
public CheckInCmdTask(String userName, String passwd, String database, String server, String projectId, String requestId, boolean forceCheckIn, boolean forceTip, String[] patterns, String patternType, int version, boolean isStream, int buildNo, String jobId, String owningPart, hudson.FilePath workspace, hudson.model.TaskListener listener, String[] patternsExc)
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.