Class SpaceReport


  • public class SpaceReport
    extends Object
    • Method Detail

      • getSpace

        public Space getSpace()
      • isNewForPeriod

        public boolean isNewForPeriod()
      • getCreatorName

        public String getCreatorName()
      • getCreator

        public com.atlassian.user.User getCreator()
      • getCreationDate

        public Date getCreationDate()
      • getLastModificationDate

        public Date getLastModificationDate()
      • getId

        public long getId()
      • getLastModifierName

        public String getLastModifierName()
      • getLastModifier

        public com.atlassian.user.User getLastModifier()
      • getKey

        public String getKey()
      • getName

        public String getName()
      • addPage

        public void addPage​(PageReport page)
      • removePage

        public void removePage​(PageReport page)
      • addBlogPost

        public void addBlogPost​(PageReport page)
      • getPages

        public List getPages()
      • addComment

        public void addComment​(CommentReport commentReport)
      • getComments

        public List getComments()
      • getChangeSize

        public int getChangeSize()
        Returns the number of changes summarised in this report.
        Returns:
        the number of changes summarised in this report.