|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.DashboardReleaseStatistics
public final class DashboardReleaseStatistics
Statistics about a release within the given date range for a product.
| Constructor Summary | |
|---|---|
DashboardReleaseStatistics()
Constructs a new DashboardReleaseStatistics. |
|
DashboardReleaseStatistics(Release release,
int completedBacklogEffort,
int totalBacklogEffort,
boolean hasUnestimatedItems)
Constructs a new DashboardReleaseStatistics. |
|
| Method Summary | |
|---|---|
int |
getCompletedBacklogEffort()
Gets the total effort for all backlog items marked done. |
Release |
getRelease()
Gets the release. |
int |
getTotalBacklogEffort()
Gets the total effort for all backlog items in this release. |
boolean |
isHasUnestimatedItems()
Checks if release contains unestimated backlog items. |
void |
setCompletedBacklogEffort(int completedBacklogEffort)
Sets the completed backlog effort. |
void |
setHasUnestimatedItems(boolean hasUnestimatedItems)
Sets whether this release contains any unestimated backlog items. |
void |
setRelease(Release release)
Sets the release. |
void |
setTotalBacklogEffort(int totalBacklogEffort)
Sets the total backlog item effort. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DashboardReleaseStatistics()
DashboardReleaseStatistics.
public DashboardReleaseStatistics(Release release,
int completedBacklogEffort,
int totalBacklogEffort,
boolean hasUnestimatedItems)
DashboardReleaseStatistics.
release - the releasecompletedBacklogEffort - total effort for done backlog items in releasetotalBacklogEffort - total effort for all backlog items in releasehasUnestimatedItems - does release have any unestimated backlog items| Method Detail |
|---|
public Release getRelease()
public void setRelease(Release release)
release - the release.public int getCompletedBacklogEffort()
public void setCompletedBacklogEffort(int completedBacklogEffort)
completedBacklogEffort - the completed backlog effort.public int getTotalBacklogEffort()
public void setTotalBacklogEffort(int totalBacklogEffort)
totalBacklogEffort - the total backlog item effort.public boolean isHasUnestimatedItems()
true if this release contains unestimated backlog items.public void setHasUnestimatedItems(boolean hasUnestimatedItems)
hasUnestimatedItems - true if this release contains unestimated backlog items.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||