public class SpaceReport extends Object
Constructor and Description |
---|
SpaceReport(Space space,
ChangeDigestReport report) |
Modifier and Type | Method and Description |
---|---|
void |
addBlogPost(PageReport page) |
void |
addComment(CommentReport commentReport) |
void |
addPage(PageReport page) |
int |
getChangeSize()
Returns the number of changes summarised in this report.
|
List |
getComments() |
Date |
getCreationDate() |
com.atlassian.user.User |
getCreator() |
String |
getCreatorName() |
long |
getId() |
String |
getKey() |
Date |
getLastModificationDate() |
com.atlassian.user.User |
getLastModifier() |
String |
getLastModifierName() |
String |
getName() |
List |
getPages() |
ChangeDigestReport |
getParentReport() |
Space |
getSpace() |
boolean |
isNewForPeriod() |
void |
removePage(PageReport page) |
public SpaceReport(@Nonnull Space space, ChangeDigestReport report)
public Space getSpace()
public boolean isNewForPeriod()
public ChangeDigestReport getParentReport()
public String getCreatorName()
public com.atlassian.user.User getCreator()
public Date getCreationDate()
public Date getLastModificationDate()
public long getId()
public String getLastModifierName()
public com.atlassian.user.User getLastModifier()
public String getKey()
public String getName()
public void addPage(PageReport page)
public void removePage(PageReport page)
public void addBlogPost(PageReport page)
public List getPages()
public void addComment(CommentReport commentReport)
public List getComments()
public int getChangeSize()
Copyright © 2003–2017 Atlassian. All rights reserved.