public class CommittedChangeListImpl extends java.lang.Object implements CommittedChangeList
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Change> |
myChanges |
| Constructor and Description |
|---|
CommittedChangeListImpl(java.lang.String name,
java.lang.String comment,
java.lang.String committerName,
long number,
java.util.Date commitDate,
java.util.Collection<Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBranch()
Returns the branch on which this changelist occurred.
|
java.util.Collection<Change> |
getChanges() |
java.lang.String |
getComment() |
java.util.Date |
getCommitDate() |
java.lang.String |
getCommitterName() |
java.lang.String |
getName() |
long |
getNumber() |
AbstractVcs |
getVcs()
Returns the VCS by which the changelist was generated.
|
boolean |
isModifiable() |
void |
setDescription(java.lang.String newMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChangesWithMovedTreesprotected java.util.ArrayList<Change> myChanges
public CommittedChangeListImpl(java.lang.String name,
java.lang.String comment,
java.lang.String committerName,
long number,
java.util.Date commitDate,
java.util.Collection<Change> changes)
public java.lang.String getCommitterName()
getCommitterName in interface CommittedChangeListpublic java.util.Date getCommitDate()
getCommitDate in interface CommittedChangeListpublic long getNumber()
getNumber in interface CommittedChangeListpublic java.lang.String getBranch()
CommittedChangeListgetBranch in interface CommittedChangeListpublic AbstractVcs getVcs()
CommittedChangeListCachingCommittedChangesProvider.getVcs in interface CommittedChangeListpublic boolean isModifiable()
isModifiable in interface CommittedChangeListpublic void setDescription(java.lang.String newMessage)
setDescription in interface CommittedChangeListpublic java.util.Collection<Change> getChanges()
getChanges in interface ChangeListpublic java.lang.String getName()
getName in interface ChangeListpublic java.lang.String getComment()
getComment in interface ChangeList