|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.UCM
This class implements the SourceControlElement methods for ClearCase UCM.
Constructor Summary | |
UCM()
|
Method Summary | |
Commandline |
buildDescribeActivityCommand(java.lang.String activityID)
construct a command to get all the activities on the specified stream |
protected Commandline |
buildDetectRebasesCommand(java.lang.String lastBuildDate)
|
protected Commandline |
buildGetHyperlinkCommandline(java.lang.String linkName)
|
Commandline |
buildListContributorsCommand(java.lang.String activityID)
construct a command to get all the activities on the specified stream |
Commandline |
buildListStreamCommand(java.lang.String lastBuildDate)
construct a command to get all the activities on the specified stream |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
Get a List of modifications detailing all the changes between now and the last build. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
java.lang.String |
getPvob()
Get the name of the pvob to use for queries. |
java.lang.String |
getStream()
get which stream is being checked |
java.lang.String |
getViewPath()
get the starting point path in a view to check for changes |
boolean |
isContributors()
get whether contributors are to be found |
boolean |
isMultiVob()
get whether the view contains multiple vobs |
boolean |
isRebases()
Gets whether rebases are to be reported as changes. |
void |
setContributors(boolean contributors)
set whether contributors are to be found |
void |
setMultiVob(boolean multiVob)
set whether the view contains multiple vobs |
void |
setProperty(java.lang.String property)
set the name of the property that will be set if modifications are found |
void |
setPvob(java.lang.String pvob)
Set the name of the pvob to use for queries. |
void |
setRebases(boolean rebases)
Sets whether rebases of the integration stream are reported as changes. |
void |
setStream(java.lang.String stream)
set the stream to check for changes |
void |
setViewPath(java.lang.String viewPath)
set the starting point path in a view to check for changes |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UCM()
Method Detail |
public java.util.Map getProperties()
SourceControl
getProperties
in interface SourceControl
public void validate() throws CruiseControlException
validate
in interface SourceControl
CruiseControlException
public java.lang.String getStream()
public void setStream(java.lang.String stream)
stream
- the stream to be checked (via its underlying branch)public java.lang.String getViewPath()
public void setViewPath(java.lang.String viewPath)
viewPath
- path inside a viewpublic boolean isMultiVob()
public void setMultiVob(boolean multiVob)
public void setPvob(java.lang.String pvob)
pvob
- the pvobpublic java.lang.String getPvob()
public boolean isRebases()
public void setRebases(boolean rebases)
rebases
- boolean indicating whether rebases are to be reported as changespublic boolean isContributors()
public void setContributors(boolean contributors)
contributors
- boolean indicating whether contributors are to be foundpublic void setProperty(java.lang.String property)
property
- The name of the property to setpublic java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
getModifications
in interface SourceControl
lastBuild
- time of last buildnow
- time this build started
public Commandline buildListStreamCommand(java.lang.String lastBuildDate)
public Commandline buildDescribeActivityCommand(java.lang.String activityID)
public Commandline buildListContributorsCommand(java.lang.String activityID)
protected Commandline buildDetectRebasesCommand(java.lang.String lastBuildDate)
protected Commandline buildGetHyperlinkCommandline(java.lang.String linkName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |