hudson.plugins.dimensionsscm
Class CheckInAPITask

java.lang.Object
  extended by hudson.plugins.dimensionsscm.GenericAPITask
      extended by 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

Field Summary
 
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 hudson.plugins.dimensionsscm.GenericAPITask
invoke
 
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
 

Constructor Detail

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)
Method Detail

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 © 2004-2011 Hudson. All Rights Reserved.