com.pmease.quickbuild.repository
Class VssModule

java.lang.Object
  extended bycom.pmease.quickbuild.repository.RepositoryModule
      extended bycom.pmease.quickbuild.repository.VssModule
All Implemented Interfaces:
java.io.Serializable

public class VssModule
extends RepositoryModule

See Also:
Serialized Form

Constructor Summary
VssModule()
           
 
Method Summary
 java.lang.String getDestPath()
          OGNL: Specify the directory relative to the checkouts directory of current configuration, where the contents under the above source path should be retrieved to.
 java.lang.String getLabel()
          OGNL: Specify the label for the above source path.
 java.lang.String getNormalizedSrcPath()
           
 java.lang.String getSrcPath()
          OGNL: Specify the path in the VSS repository, for example: /testvss, or $/testvss.
 void setDestPath(java.lang.String destPath)
           
 void setLabel(java.lang.String label)
           
 void setSrcPath(java.lang.String srcPath)
           
 
Methods inherited from class com.pmease.quickbuild.repository.RepositoryModule
isSelected, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssModule

public VssModule()
Method Detail

getSrcPath

public java.lang.String getSrcPath()
OGNL: Specify the path in the VSS repository, for example: /testvss, or $/testvss.
To specify the whole repository, just use /, or $/.

Returns:

setSrcPath

public void setSrcPath(java.lang.String srcPath)

getNormalizedSrcPath

public java.lang.String getNormalizedSrcPath()

getLabel

public java.lang.String getLabel()
OGNL: Specify the label for the above source path. This property is optional. If left empty, latest version is assumed.

Returns:

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, where the contents under the above source path should be retrieved to. If left empty, retrieved code will be put into directory defined by the source path relative to the checkouts directory.

Returns:

setDestPath

public void setDestPath(java.lang.String destPath)


Copyright © 2005 PMEase Inc. All Rights Reserved.