public class ChangelogGroup extends Object
Constructor and Description |
---|
ChangelogGroup(BasicUser author,
org.joda.time.DateTime created,
Iterable<ChangelogItem> items) |
public ChangelogGroup(BasicUser author, org.joda.time.DateTime created, Iterable<ChangelogItem> items)
public BasicUser getAuthor()
public org.joda.time.DateTime getCreated()
public Iterable<ChangelogItem> getItems()
Copyright © 2013 Atlassian. All Rights Reserved.