|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.ChangeSet
org.codehaus.mojo.scmchangelog.scm.hg.command.changelog.BetterChangeSet
public class BetterChangeSet
ChangeSet with the revision.
ChangeSet| Field Summary |
|---|
| Fields inherited from class org.apache.maven.scm.ChangeSet |
|---|
AMPERSAND_ENTITY, APOSTROPHE_ENTITY, GREATER_THAN_ENTITY, LESS_THAN_ENTITY, QUOTE_ENTITY |
| Constructor Summary | |
|---|---|
BetterChangeSet()
Constructor used when attributes aren't available until later |
|
BetterChangeSet(Date date,
String comment,
String author,
List files,
String currentRevision)
Constructor of a ChangeSet. |
|
BetterChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List files,
String currentRevision)
Constructor of a ChangeSet. |
|
| Method Summary | |
|---|---|
String |
getRevision()
Getter for the SCM revision id of this changeset. |
void |
setRevision(String revision)
Setter for the SCM revision id of this changeset. |
| Methods inherited from class org.apache.maven.scm.ChangeSet |
|---|
addFile, containsFilename, equals, escapeValue, getAuthor, getComment, getDate, getDateFormatted, getFiles, getTimeFormatted, hashCode, setAuthor, setComment, setDate, setDate, setDate, setFiles, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BetterChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List files,
String currentRevision)
strDate - Date the changes were committed.userDatePattern - pattern of date.comment - comment provided at commit time.author - User who made changes.files - The ChangeFile list.currentRevision - The revision.
public BetterChangeSet(Date date,
String comment,
String author,
List files,
String currentRevision)
date - Date the changes were committedcomment - comment provided at commit timeauthor - User who made changesfiles - The ChangeFile listcurrentRevision - The revision.public BetterChangeSet()
| Method Detail |
|---|
public String getRevision()
public void setRevision(String revision)
revision - the SCM revision id of this changeset.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||