com.pmease.quickbuild.repository
Class PerforceModuleFacade

java.lang.Object
  extended bycom.pmease.quickbuild.repository.PerforceModuleFacade

public class PerforceModuleFacade
extends java.lang.Object

Facade class for PerforceModule.


Constructor Summary
PerforceModuleFacade()
           
 
Method Summary
 java.lang.String getClientPath()
          OGNL: Specify the client side path, such as /testperforce/...
 java.lang.String getDepotPath()
          OGNL: Specify the Perforce depot side path, such as //depot/testperforce/...
 java.lang.String getLabel()
          OGNL: Specify the label for the above depot path.
 void setClientPath(java.lang.String clientPath)
           
 void setDepotPath(java.lang.String depotPath)
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceModuleFacade

public PerforceModuleFacade()
Method Detail

getDepotPath

public java.lang.String getDepotPath()
OGNL: Specify the Perforce depot side path, such as //depot/testperforce/....


setDepotPath

public void setDepotPath(java.lang.String depotPath)

getLabel

public java.lang.String getLabel()
OGNL: Specify the label for the above depot path. When empty, the latest version (head) of the above depot path will be retrieved.


setLabel

public void setLabel(java.lang.String label)

getClientPath

public java.lang.String getClientPath()
OGNL: Specify the client side path, such as /testperforce/.... NOTE: You should not put client name in this path. Before check out, QuickBuild will automatically generate a proper client name to prefix this path, to form a client path like //<generated client name>/testperforce/....


setClientPath

public void setClientPath(java.lang.String clientPath)


Copyright © 2005 PMEase Inc. All Rights Reserved.