com.pmease.quickbuild.repository
Class StarTeamModuleFacade

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

public class StarTeamModuleFacade
extends java.lang.Object

Facade class for StarTeamModule.


Constructor Summary
StarTeamModuleFacade()
           
 
Method Summary
 java.lang.String getDestPath()
          OGNL: Specify the directory relative to the checkouts directory of current configuration.
 java.lang.String getLabel()
          OGNL: Specify the label for the above StarTeam view.
 java.lang.String getSrcPath()
          OGNL: Specify a path relative to the root of the above StarTeam view.
 java.lang.String getStarteamView()
          OGNL: Specify a StarTeam view.
 void setDestPath(java.lang.String destPath)
           
 void setLabel(java.lang.String label)
           
 void setSrcPath(java.lang.String srcPath)
           
 void setStarteamView(java.lang.String starteamView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarTeamModuleFacade

public StarTeamModuleFacade()
Method Detail

getStarteamView

public java.lang.String getStarteamView()
OGNL: Specify a StarTeam view. If it is left empty, the root view of the current StarTeam project will be used.


setStarteamView

public void setStarteamView(java.lang.String starteamView)

getSrcPath

public java.lang.String getSrcPath()
OGNL: Specify a path relative to the root of the above StarTeam view. Enter \"/\" to specify the root.


setSrcPath

public void setSrcPath(java.lang.String srcPath)

getLabel

public java.lang.String getLabel()
OGNL: Specify the label for the above StarTeam view. When left empty, the latest version of specified view is assumed.


setLabel

public void setLabel(java.lang.String label)

getDestPath

public java.lang.String getDestPath()
OGNL: Specify the directory relative to the checkouts directory of current configuration. Contents under the above source path will be retrieved to this directory. When left empty, retrieved code will be put into directory specified in source path, relative to the checkouts directory.


setDestPath

public void setDestPath(java.lang.String destPath)


Copyright © 2005 PMEase Inc. All Rights Reserved.