|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.CvsRepositoryFacade
Facade class for CvsRepository. Repository implementation for CVS.
Constructor Summary | |
CvsRepositoryFacade()
|
Method Summary | |
java.lang.String |
getCvsExecutablePath()
OGNL: Path to your cvs executable. |
java.lang.String |
getCvsPassword()
OGNL: The CVS password for above Cvs root if connecting using pserver protocol. |
java.lang.String |
getCvsRoot()
OGNL: The Cvs root for this project, for example, :pserver:administrator@localhost:d:/cvs_repository. |
java.lang.String |
getLoginMappingName()
Choose login mapping for this repository. |
java.util.List |
getModules()
|
java.lang.String |
getName()
Provide a name for this repository. |
long |
getQuietPeriod()
Number of seconds current repository should be quiet (without checkins) before QuickBuild decides to check out the code from this repository for a build. |
boolean |
isCygwinCvs()
OGNL: This property indicates whether or not the cvs executable being used is a cygwin one. |
boolean |
isDisableHistoryCmd()
OGNL: This property indicates whether or not to disable the history command when performing modification detection. |
boolean |
isDisableSuppressOption()
OGNL: This property indicates whether or not the \"-S\" option for the log command should be disabled. |
boolean |
isMoveTagIfAlreadyExist()
OGNL: Specifies whether or not to move the tag if QuickBuild tries to label the repository with an already existing tag. |
boolean |
isPruneEmptyDirs()
OGNL: Specify whether or not to prune empty directories. |
void |
setCvsExecutablePath(java.lang.String cvsExecutablePath)
|
void |
setCvsPassword(java.lang.String cvsPassword)
|
void |
setCvsRoot(java.lang.String cvsRoot)
|
void |
setCygwinCvs(boolean cygwinCvs)
|
void |
setDisableHistoryCmd(boolean disableHistoryCmd)
|
void |
setDisableSuppressOption(boolean disableSuppressOption)
|
void |
setLoginMappingName(java.lang.String loginMappingName)
|
void |
setModules(java.util.List modules)
|
void |
setMoveTagIfAlreadyExist(boolean moveTagIfAlreadyExist)
|
void |
setName(java.lang.String name)
|
void |
setPruneEmptyDirs(boolean pruneEmptyDirs)
|
void |
setQuietPeriod(long quietPeriod)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsRepositoryFacade()
Method Detail |
public java.lang.String getCvsRoot()
public void setCvsRoot(java.lang.String cvsRoot)
public java.lang.String getCvsPassword()
public void setCvsPassword(java.lang.String cvsPassword)
public boolean isPruneEmptyDirs()
public void setPruneEmptyDirs(boolean pruneEmptyDirs)
public boolean isCygwinCvs()
public void setCygwinCvs(boolean cygwinCvs)
public boolean isDisableSuppressOption()
public void setDisableSuppressOption(boolean disableSuppressOption)
public boolean isDisableHistoryCmd()
public void setDisableHistoryCmd(boolean disableHistoryCmd)
public boolean isMoveTagIfAlreadyExist()
public void setMoveTagIfAlreadyExist(boolean moveTagIfAlreadyExist)
public java.lang.String getCvsExecutablePath()
public void setCvsExecutablePath(java.lang.String cvsExecutablePath)
public long getQuietPeriod()
public void setQuietPeriod(long quietPeriod)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List getModules()
public void setModules(java.util.List modules)
public java.lang.String getLoginMappingName()
public void setLoginMappingName(java.lang.String loginMappingName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |