Class UserParticipation
java.lang.Object
com.xebialabs.xlrelease.reports.dto.UserParticipation
-
Constructor Summary
ConstructorsConstructorDescriptionUserParticipation(com.xebialabs.xlrelease.views.UserView user, long timeSpent, int tasksHandled) -
Method Summary
-
Constructor Details
-
UserParticipation
public UserParticipation(com.xebialabs.xlrelease.views.UserView user, long timeSpent, int tasksHandled)
-
-
Method Details
-
getUser
public com.xebialabs.xlrelease.views.UserView getUser() -
getTimeSpent
public long getTimeSpent() -
getTasksHandled
public int getTasksHandled()
-