public class ChangesetInfo extends Changeset implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
BoundingBox |
boundingBox
the bounding box that includes all changes of this changeset.
|
java.util.Date |
dateClosed
the date the changeset was closed.
|
java.util.Date |
dateCreated
the date the changeset was created.
|
java.util.List<ChangesetNote> |
discussion
The changeset discussion.
|
boolean |
isOpen |
int |
notesCount
the number of notes in the changeset discussion of this changeset
|
java.util.Map<java.lang.String,java.lang.String> |
tags
map of tags associated with this changeset.
|
| Constructor and Description |
|---|
ChangesetInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChangesetComment()
A shortcut to getTags().get("comment")
|
java.lang.String |
getGenerator()
A shortcut to getTags().get("created_by")
|
java.lang.String[] |
getSources()
A shortcut to getTags().get("source").split(";")
|
public java.util.Map<java.lang.String,java.lang.String> tags
public java.util.List<ChangesetNote> discussion
public int notesCount
public BoundingBox boundingBox
public boolean isOpen
public java.util.Date dateClosed
public java.util.Date dateCreated
public java.lang.String getChangesetComment()
public java.lang.String[] getSources()
public java.lang.String getGenerator()