Class SpaceReport
java.lang.Object
com.atlassian.confluence.mail.reports.SpaceReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBlogPost
(PageReport page) void
addComment
(CommentReport commentReport) void
addPage
(PageReport page) int
Returns the number of changes summarised in this report.com.atlassian.user.User
long
getId()
getKey()
com.atlassian.user.User
getName()
getPages()
getSpace()
boolean
void
removePage
(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.
-