Class UserInfo

    • Field Detail

      • lastChange

        protected Calendar lastChange
        When did this user made a last commit on any of our projects? Can be null.
      • project

        protected Job<?,​?> project
        Which project did this user commit? Can be null.
    • Method Detail

      • getUser

        @Exported
        public User getUser()
      • getLastChange

        @Exported
        public Calendar getLastChange()
      • getJob

        @Exported(name="project")
        public Job<?,​?> getJob()
      • getLastChangeTimeString

        public String getLastChangeTimeString()
        Returns a human-readable string representation of when this user was last active.
      • getTimeSortKey

        public String getTimeSortKey()