|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.listeners.CMSynergySessionMonitor.CMSynergySession
A simple representation of a CM Synergy commandline session
Constructor Summary | |
CMSynergySessionMonitor.CMSynergySession()
|
Method Summary | |
java.lang.String |
getDatabase()
Gets the CM Synergy database with which the session is associated |
java.lang.String |
getHost()
Gets the host upon which the session is running. |
java.lang.String |
getName()
Gets the given name of the session. |
java.lang.String |
getPassword()
Gets the password used to start the session. |
java.lang.String |
getRole()
Gets the CM Synergy role under which the session was started. |
java.lang.String |
getUser()
Gets the user ID under which the session was started. |
void |
setAttributeFile(java.lang.String attributeFile)
Sets the attribute (properties) file from which the session information will be loaded. |
void |
setDatabase(java.lang.String db)
Sets the CM Synergy database with which the session will be associated |
void |
setHost(java.lang.String host)
Sets the host upon which the session will run. |
void |
setName(java.lang.String name)
Sets the name of the session as it will be referenced in the Cruise Control config file |
void |
setPassword(java.lang.String password)
Sets the password which will be used to start the session. |
void |
setRole(java.lang.String role)
Sets the CM Synergy role under which the session will be started. |
void |
setUser(java.lang.String user)
Sets the user ID under which the session will be started. |
void |
validate()
Validates the fields of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMSynergySessionMonitor.CMSynergySession()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The session's given name.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password.public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The role.public java.lang.String getUser()
public void setUser(java.lang.String user)
user
- The user ID.public java.lang.String getDatabase()
public void setDatabase(java.lang.String db)
db
- The database.public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- The host.public void setAttributeFile(java.lang.String attributeFile)
attributeFile
- The file from which to read our session attributes.public void validate() throws CruiseControlException
CruiseControlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |