|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.MKS
This class implements the SourceControlElement methods for a MKS repository. The call to MKS is assumed to work with any setup: The call to MKS login should be done prior to calling this class. * attributes: localWorkingDir - local directory for the sandbox project - the name and path to the MKS project doNothing - if this attribute is set to true, no mks command is executed. This is for testing purposes, if a potentially slow mks server connection should avoid
Constructor Summary | |
MKS()
|
Method Summary | |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
Returns an ArrayList of Modifications. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
void |
setDoNothing(java.lang.String doNothing)
|
void |
setLocalWorkingDir(java.lang.String local)
Sets the local working copy to use when making calls to MKS. |
void |
setProject(java.lang.String project)
|
void |
setProperty(java.lang.String property)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MKS()
Method Detail |
public void setProject(java.lang.String project)
public void setLocalWorkingDir(java.lang.String local)
local
- String indicating the relative or absolute path to the local
working copy of the module of which to find the log history.public void setProperty(java.lang.String property)
public java.util.Map getProperties()
SourceControl
getProperties
in interface SourceControl
public void setDoNothing(java.lang.String doNothing)
public void validate() throws CruiseControlException
validate
in interface SourceControl
CruiseControlException
public java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
getModifications
in interface SourceControl
lastBuild
- Last build time.now
- Time now, or time to check.
CruiseControlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |