hudson.plugins.dimensionsscm
Class CheckOutAPITask

java.lang.Object
  extended by hudson.plugins.dimensionsscm.GenericAPITask
      extended by hudson.plugins.dimensionsscm.CheckOutAPITask
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

public class CheckOutAPITask
extends GenericAPITask
implements hudson.FilePath.FileCallable<java.lang.Boolean>

Class implementation of the checkout 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
CheckOutAPITask(hudson.model.AbstractBuild<?,?> build, DimensionsSCM parent, 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

CheckOutAPITask

public CheckOutAPITask(hudson.model.AbstractBuild<?,?> build,
                       DimensionsSCM parent,
                       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 © 2010. All Rights Reserved.