com.atlassian.jira.rest.client.domain
Class ChangelogGroup
java.lang.Object
com.atlassian.jira.rest.client.domain.ChangelogGroup
public class ChangelogGroup
- extends Object
Represents Issue change history group
- Since:
- 0.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangelogGroup
public ChangelogGroup(BasicUser author,
org.joda.time.DateTime created,
Iterable<ChangelogItem> items)
getAuthor
public BasicUser getAuthor()
getCreated
public org.joda.time.DateTime getCreated()
getItems
public Iterable<ChangelogItem> getItems()
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.