Class ChangeDigestReport
java.lang.Object
com.atlassian.confluence.mail.reports.ChangeDigestReport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBlogPost
(BlogPost blogPost) void
addComment
(Comment comment) void
void
addPersonalInformation
(PersonalInformation personalInformation) long
getStats()
com.atlassian.user.User
getUser()
boolean
Returns whether or not this report actually contains any changes within its sub reportsvoid
setCoverPeriod
(long coverPeriod) void
setStats
(ChangeDigestStats stats)
-
Constructor Details
-
ChangeDigestReport
-
-
Method Details
-
addPage
-
addBlogPost
-
addComment
-
getSpaceReports
-
getUser
public com.atlassian.user.User getUser() -
getCoverPeriod
public long getCoverPeriod() -
setCoverPeriod
public void setCoverPeriod(long coverPeriod) -
getStats
-
setStats
-
addPersonalInformation
-
getChangedPersonalInformation
-
hasChanges
public boolean hasChanges()Returns whether or not this report actually contains any changes within its sub reports- Returns:
- whether or not this report actually contains any changes within its sub reports
-