Class ClassificationStatistics
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.list.ClassificationStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
double
int
int
double
int
double
double
double
double
int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
notDoneEstimate
public double notDoneEstimate -
doneEstimate
public double doneEstimate -
totalEstimate
public double totalEstimate -
percentageCompleted
public double percentageCompleted -
estimated
public int estimated -
percentageEstimated
public double percentageEstimated -
notEstimated
public int notEstimated -
percentageUnestimated
public double percentageUnestimated -
notDone
public int notDone -
done
public int done -
totalIssueCount
public int totalIssueCount
-
-
Constructor Details
-
ClassificationStatistics
public ClassificationStatistics()
-