com.atlassian.jira.rest.client.domain
Class ChangelogGroup

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.ChangelogGroup

public class ChangelogGroup
extends Object

Represents Issue change history group

Since:
0.6

Constructor Summary
ChangelogGroup(BasicUser author, org.joda.time.DateTime created, Iterable<ChangelogItem> items)
           
 
Method Summary
 BasicUser getAuthor()
           
 org.joda.time.DateTime getCreated()
           
 Iterable<ChangelogItem> getItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangelogGroup

public ChangelogGroup(BasicUser author,
                      org.joda.time.DateTime created,
                      Iterable<ChangelogItem> items)
Method Detail

getAuthor

public BasicUser getAuthor()

getCreated

public org.joda.time.DateTime getCreated()

getItems

public Iterable<ChangelogItem> getItems()


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.