hudson.scm
Class CVSChangeLogSet.CVSChangeLog
java.lang.Object
hudson.scm.ChangeLogSet.Entry
hudson.scm.CVSChangeLogSet.CVSChangeLog
- Enclosing class:
- CVSChangeLogSet
public static class CVSChangeLogSet.CVSChangeLog
- extends hudson.scm.ChangeLogSet.Entry
In-memory representation of CVS Changelog.
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getMsgAnnotated, getMsgEscaped, getParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSChangeLogSet.CVSChangeLog
public CVSChangeLogSet.CVSChangeLog()
isComplete
public boolean isComplete()
- Returns true if all the fields that are supposed to be non-null is present.
This is used to make sure the XML file was correct.
canBeMergedWith
public boolean canBeMergedWith(CVSChangeLogSet.CVSChangeLog that)
- Checks if two
CVSChangeLogSet.CVSChangeLog entries can be merged.
This is to work around the duplicate entry problems.
setParent
protected void setParent(hudson.scm.ChangeLogSet parent)
- Overrides:
setParent in class hudson.scm.ChangeLogSet.Entry
merge
public void merge(CVSChangeLogSet.CVSChangeLog that)
getDate
@Exported
public String getDate()
setDate
public void setDate(String date)
getTime
@Exported
public String getTime()
setTime
public void setTime(String time)
getAuthor
@Exported
public hudson.model.User getAuthor()
- Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
setUser
public void setUser(String author)
getUser
@Exported
public String getUser()
getMsg
@Exported
public String getMsg()
- Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
setMsg
public void setMsg(String msg)
addFile
public void addFile(CVSChangeLogSet.File f)
getFiles
@Exported
public List<CVSChangeLogSet.File> getFiles()
getAffectedFiles
public Collection<CVSChangeLogSet.File> getAffectedFiles()
- Overrides:
getAffectedFiles in class hudson.scm.ChangeLogSet.Entry
Copyright © 2004-2011 Hudson. All Rights Reserved.