|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.ClearCase
This class implements the SourceControlElement methods for a Clear Case repository.
Constructor Summary | |
ClearCase()
|
Method Summary | |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
Returns an List of ClearCaseModification
detailing all the changes between now and the last build. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
void |
setAll(boolean all)
Set when checking the entire view path. |
void |
setBranch(java.lang.String branch)
Sets the branch that we're concerned about checking files into. |
void |
setProperty(java.lang.String property)
|
void |
setRecursive(boolean recursive)
Set whether to check against sub-folders in the view path |
void |
setViewpath(java.lang.String path)
Sets the local working copy to use when making queries. |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClearCase()
Method Detail |
public void setViewpath(java.lang.String path)
path
- public void setBranch(java.lang.String branch)
branch
- public void setRecursive(boolean recursive)
public void setAll(boolean all)
public void setProperty(java.lang.String property)
public java.util.Map getProperties()
SourceControl
getProperties
in interface SourceControl
public void validate() throws CruiseControlException
validate
in interface SourceControl
CruiseControlException
public java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
List
of ClearCaseModification
detailing all the changes between now and the last build.
getModifications
in interface SourceControl
lastBuild
- the last build timenow
- time now, or time to check, NOT USED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |