|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.StarTeamRepositoryFacade
Facade class for StarTeamRepository. Borland StarTeam repository
Constructor Summary | |
StarTeamRepositoryFacade()
|
Method Summary | |
java.lang.String |
getLoginMappingName()
Choose login mapping for this repository. |
java.lang.String |
getName()
Provide a name for this repository. |
java.lang.String |
getPassword()
OGNL: Password to login to the StarTeam server. |
java.lang.String |
getProjectLocation()
OGNL: Location of a StarTeam project is defined as: <servername>:<portnum>/<projectname>, where <servername> is the host where the StarTeam server runs, <portnum> is the port number the StarTeam server uses, default value is 49201. |
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. |
long |
getTimeDifferenceThreshhold()
OGNL: Specify time difference threshhold (measured in seconds) between build server and StarTeam server. |
java.lang.String |
getUser()
OGNL: User name to login to the StarTeam server. |
boolean |
isConvertEOL()
OGNL: If choose yes, all ASCII files will have their end-of-line characters adjusted to the EOL type of the local machine on checkout. |
void |
setConvertEOL(boolean convertEOL)
|
void |
setLoginMappingName(java.lang.String loginMappingName)
|
void |
setName(java.lang.String name)
|
void |
setPassword(java.lang.String password)
|
void |
setProjectLocation(java.lang.String projectLocation)
|
void |
setQuietPeriod(long quietPeriod)
|
void |
setTimeDifferenceThreshhold(long timeDifferenceThreshhold)
|
void |
setUser(java.lang.String user)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StarTeamRepositoryFacade()
Method Detail |
public java.lang.String getProjectLocation()
public void setProjectLocation(java.lang.String projectLocation)
public java.lang.String getUser()
public void setUser(java.lang.String user)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public boolean isConvertEOL()
public void setConvertEOL(boolean convertEOL)
public long getTimeDifferenceThreshhold()
public void setTimeDifferenceThreshhold(long timeDifferenceThreshhold)
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 |