hudson.plugins.dimensionsscm
Class CheckOutAPITask

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

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

Class implementation of the checkout process.

See Also:
Serialized Form

Constructor Summary
CheckOutAPITask(hudson.model.AbstractBuild<?,?> build, DimensionsSCM parent, hudson.FilePath workspace, hudson.model.TaskListener listener)
           
 
Method Summary
 java.lang.Boolean invoke(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
 

Constructor Detail

CheckOutAPITask

public CheckOutAPITask(hudson.model.AbstractBuild<?,?> build,
                       DimensionsSCM parent,
                       hudson.FilePath workspace,
                       hudson.model.TaskListener listener)
Method Detail

invoke

public java.lang.Boolean invoke(java.io.File area,
                                hudson.remoting.VirtualChannel channel)
                         throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.