|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.PVCS
This class implements the SourceControlElement methods for a PVCS repository.
Constructor Summary | |
PVCS()
|
Method Summary | |
java.lang.String |
getLoginid()
|
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
Returns an List of Modification s 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 |
getPvcsbin()
Get name of the PVCS bin directory |
void |
setArchiveFileSuffix(java.lang.String archiveSuffix)
|
void |
setInDateFormat(java.lang.String inDateFormat)
|
void |
setLoginid(java.lang.String loginId)
|
void |
setOutDateFormat(java.lang.String outDateFormat)
|
void |
setProperty(java.lang.String propertyName)
|
void |
setPvcsbin(java.lang.String bin)
Specifies the location of the PVCS bin directory |
void |
setPvcsproject(java.lang.String project)
|
void |
setPvcssubproject(java.lang.String subproject)
|
void |
setPvcsversionlabel(java.lang.String versionlabel)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PVCS()
Method Detail |
public java.lang.String getPvcsbin()
public void setPvcsbin(java.lang.String bin)
bin
- Specifies the location of the PVCS bin directorypublic void setPvcsproject(java.lang.String project)
public void setPvcssubproject(java.lang.String subproject)
public void setPvcsversionlabel(java.lang.String versionlabel)
public void setInDateFormat(java.lang.String inDateFormat)
public void setOutDateFormat(java.lang.String outDateFormat)
public void setProperty(java.lang.String propertyName)
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 Modification
s 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
public java.lang.String getLoginid()
public void setLoginid(java.lang.String loginId)
loginId
- public void setArchiveFileSuffix(java.lang.String archiveSuffix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |