hudson.plugins.dimensionsscm
Class CheckInAPITask
java.lang.Object
hudson.plugins.dimensionsscm.GenericAPITask
hudson.plugins.dimensionsscm.CheckInAPITask
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable
public class CheckInAPITask
- extends GenericAPITask
- implements hudson.FilePath.FileCallable<java.lang.Boolean>
Class implementation of the checkin process.
- See Also:
- Serialized Form
| Fields inherited from class hudson.plugins.dimensionsscm.GenericAPITask |
database, dmSCM, fu, key, listener, passwd, permissions, serialVersionUID, server, userName, workspace |
|
Constructor Summary |
CheckInAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
int buildNo,
java.lang.String jobId,
int version,
ArtifactUploader artifact,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
|
|
Method Summary |
java.lang.Boolean |
execute(java.io.File area,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.FilePath.FileCallable |
invoke |
CheckInAPITask
public CheckInAPITask(hudson.model.AbstractBuild<?,?> build,
DimensionsSCM parent,
int buildNo,
java.lang.String jobId,
int version,
ArtifactUploader artifact,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
execute
public java.lang.Boolean execute(java.io.File area,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException
- Overrides:
execute in class GenericAPITask
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.