public class CheckInAPITask extends jenkins.MasterToSlaveFileCallable<Boolean>
| Constructor and Description |
|---|
CheckInAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
int buildNo,
String jobId,
int version,
ArtifactUploader artifact,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
| 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 CheckInAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
int buildNo,
String jobId,
int version,
ArtifactUploader artifact,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
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.