Class SpaceReport
java.lang.Object
com.atlassian.confluence.mail.reports.SpaceReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlogPost(PageReport page) voidaddComment(CommentReport commentReport) voidaddPage(PageReport page) intReturns the number of changes summarised in this report.com.atlassian.user.UserlonggetId()getKey()com.atlassian.user.UsergetName()getPages()getSpace()booleanvoidremovePage(PageReport page)
-
Constructor Details
-
SpaceReport
-
-
Method Details
-
getSpace
-
isNewForPeriod
public boolean isNewForPeriod() -
getParentReport
-
getCreatorName
-
getCreator
public com.atlassian.user.User getCreator() -
getCreationDate
-
getLastModificationDate
-
getId
public long getId() -
getLastModifierName
-
getLastModifier
public com.atlassian.user.User getLastModifier() -
getKey
-
getName
-
addPage
-
removePage
-
addBlogPost
-
getPages
-
addComment
-
getComments
-
getChangeSize
public int getChangeSize()Returns the number of changes summarised in this report.- Returns:
- the number of changes summarised in this report.
-