Class UserParticipation


  • public class UserParticipation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UserParticipation​(com.xebialabs.xlrelease.views.UserView user, long timeSpent, int tasksHandled)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTasksHandled()  
      long getTimeSpent()  
      com.xebialabs.xlrelease.views.UserView getUser()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserParticipation

        public UserParticipation​(com.xebialabs.xlrelease.views.UserView user,
                                 long timeSpent,
                                 int tasksHandled)
    • Method Detail

      • getUser

        public com.xebialabs.xlrelease.views.UserView getUser()
      • getTimeSpent

        public long getTimeSpent()
      • getTasksHandled

        public int getTasksHandled()