Class UserParticipation
- java.lang.Object
-
- com.xebialabs.xlrelease.reports.dto.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 intgetTasksHandled()longgetTimeSpent()com.xebialabs.xlrelease.views.UserViewgetUser()
-