com.atlassian.greenhopper.web.rapid.list
Class ClassificationStatistics

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.list.ClassificationStatistics

public class ClassificationStatistics
extends RestTemplate


Field Summary
 int done
           
 double doneEstimate
           
 int estimated
           
 int notDone
           
 double notDoneEstimate
           
 int notEstimated
           
 double percentageCompleted
           
 double percentageEstimated
           
 double percentageUnestimated
           
 double totalEstimate
           
 int totalIssueCount
           
 
Constructor Summary
ClassificationStatistics()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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 Detail

ClassificationStatistics

public ClassificationStatistics()


Copyright © 2007-2014 Atlassian. All Rights Reserved.