hudson.plugins.dimensionsscm
Class CheckOutCmdTask

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

public class CheckOutCmdTask
extends GenericCmdTask
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.GenericCmdTask
database, listener, passwd, pu, serialVersionUID, server, userName, version, workspace
 
Constructor Summary
CheckOutCmdTask(java.lang.String userName, java.lang.String passwd, java.lang.String database, java.lang.String server, java.lang.String projectId, java.lang.String baselineId, java.lang.String requestId, boolean isDelete, boolean isRevert, boolean isForce, boolean isExpand, boolean isNoMetadata, boolean freshBuild, java.lang.String[] folders, int version, java.lang.String permissions, hudson.FilePath workspace, hudson.model.TaskListener listener)
           
 
Method Summary
 java.lang.Boolean execute(java.io.File exe, java.io.File param, java.io.File area)
           
 
Methods inherited from class hudson.plugins.dimensionsscm.GenericCmdTask
createParamFile, getExecutable, 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

CheckOutCmdTask

public CheckOutCmdTask(java.lang.String userName,
                       java.lang.String passwd,
                       java.lang.String database,
                       java.lang.String server,
                       java.lang.String projectId,
                       java.lang.String baselineId,
                       java.lang.String requestId,
                       boolean isDelete,
                       boolean isRevert,
                       boolean isForce,
                       boolean isExpand,
                       boolean isNoMetadata,
                       boolean freshBuild,
                       java.lang.String[] folders,
                       int version,
                       java.lang.String permissions,
                       hudson.FilePath workspace,
                       hudson.model.TaskListener listener)
Method Detail

execute

public java.lang.Boolean execute(java.io.File exe,
                                 java.io.File param,
                                 java.io.File area)
                          throws java.io.IOException
Overrides:
execute in class GenericCmdTask
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.