java.lang.Object
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentUpdateGroup

public class RecentUpdateGroup extends Object
Represents a single group of recent updates. Each update has the same lastModifier
Since:
4.3
  • Constructor Details

    • RecentUpdateGroup

      public RecentUpdateGroup(com.atlassian.user.User modifier, ProfilePictureInfo profilePictureInfo, boolean canViewProfile)
  • Method Details

    • add

      public void add(RecentUpdate recentUpdate)
    • getModifier

      public com.atlassian.user.User getModifier()
    • getProfilePictureInfo

      public ProfilePictureInfo getProfilePictureInfo()
    • isCurrentUser

      public boolean isCurrentUser()
    • getRecentUpdates

      public List<RecentUpdate> getRecentUpdates()
    • getCanViewProfile

      public boolean getCanViewProfile()