Class TaskDuration
java.lang.Object
com.xebialabs.xlrelease.reports.dto.TaskDuration
-
Constructor Summary
ConstructorsConstructorDescriptionTaskDuration(com.xebialabs.xlrelease.views.UserView owner, String title, long duration, String release, String phase, String team, String taskType, String releaseId) TaskDuration(String owner, String title, long duration, String release, String phase, String team, String taskType, String releaseId) -
Method Summary
-
Constructor Details
-
TaskDuration
-
TaskDuration
-
TaskDuration
public TaskDuration()
-
-
Method Details
-
getTitle
-
getOwner
public com.xebialabs.xlrelease.views.UserView getOwner() -
getTeam
-
getDuration
public long getDuration() -
getRelease
-
getPhase
-
getTaskType
-
getReleaseId
-