Class RecentUpdateGroup


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

      • RecentUpdateGroup

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

      • getModifier

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

        public boolean isCurrentUser()
      • getCanViewProfile

        public boolean getCanViewProfile()