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
 boolean equals(Object obj)
           
 BasicUser getAuthor()
           
 org.joda.time.DateTime getCreated()
           
 Iterable<ChangelogItem> getItems()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.