|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.FileSystemRepositoryFacade
Facade class for FileSystemRepository. A simple file system based repository.
Constructor Summary | |
FileSystemRepositoryFacade()
|
Method Summary | |
java.lang.String |
getLoginMappingName()
Choose login mapping for this repository. |
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. |
java.lang.String |
getSourceDir()
OGNL: This is an optional property. |
void |
setLoginMappingName(java.lang.String loginMappingName)
|
void |
setName(java.lang.String name)
|
void |
setQuietPeriod(long quietPeriod)
|
void |
setSourceDir(java.lang.String sourceDir)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileSystemRepositoryFacade()
Method Detail |
public java.lang.String getSourceDir()
public void setSourceDir(java.lang.String sourceDir)
public long getQuietPeriod()
public void setQuietPeriod(long quietPeriod)
public java.lang.String getName()
public void setName(java.lang.String name)
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 |