Class ChangeDigestReport
java.lang.Object
com.atlassian.confluence.mail.reports.ChangeDigestReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlogPost(BlogPost blogPost) voidaddComment(Comment comment) voidvoidaddPersonalInformation(PersonalInformation personalInformation) longgetStats()com.atlassian.user.UsergetUser()booleanReturns whether or not this report actually contains any changes within its sub reportsvoidsetCoverPeriod(long coverPeriod) voidsetStats(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
-