com.pmease.quickbuild.repository
Class CvsModule
java.lang.Object
com.pmease.quickbuild.repository.RepositoryModule
com.pmease.quickbuild.repository.CvsModule
- All Implemented Interfaces:
- java.io.Serializable
- public class CvsModule
- extends RepositoryModule
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getBranch()
OGNL: Specify the branch for the above source path. |
java.lang.String |
getLabel()
OGNL: Specify the label for the above source path. |
java.lang.String |
getNormalizedSrcPath()
|
java.lang.String |
getSrcPath()
OGNL: Specify a path to retrieve from the Cvs repository, for example: testcvs/src. |
boolean |
isUpdated()
|
void |
setBranch(java.lang.String branch)
|
void |
setLabel(java.lang.String label)
|
void |
setSrcPath(java.lang.String srcPath)
|
void |
setUpdated(boolean updated)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsModule
public CvsModule()
getSrcPath
public java.lang.String getSrcPath()
- OGNL: Specify a path to retrieve from the Cvs repository, for example: testcvs/src.
- Returns:
setSrcPath
public void setSrcPath(java.lang.String srcPath)
getNormalizedSrcPath
public java.lang.String getNormalizedSrcPath()
getBranch
public java.lang.String getBranch()
- OGNL: Specify the branch for the above source path. When left empty, main branch is assumed.
- Returns:
setBranch
public void setBranch(java.lang.String branch)
getLabel
public java.lang.String getLabel()
- OGNL: Specify the label for the above source path. If specified, it will take preference over branch.
When left empty, latest version of the specified branch will be retrieved.
- Returns:
setLabel
public void setLabel(java.lang.String label)
isUpdated
public boolean isUpdated()
setUpdated
public void setUpdated(boolean updated)
Copyright © 2005 PMEase Inc. All Rights Reserved.