com.pmease.quickbuild.repository
Class VssModule
java.lang.Object
com.pmease.quickbuild.repository.RepositoryModule
com.pmease.quickbuild.repository.VssModule
- All Implemented Interfaces:
- java.io.Serializable
- public class VssModule
- extends RepositoryModule
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VssModule
public VssModule()
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.