com.polarion.alm.tracker.model.IPlanStatistics


METHODS
Modifiers and TypeNameDescription
float done()
float todo()
int numberOfResolved()
int numberOfUnresolved()
String doneAsString()
String todoAsString()
float planned() planned == done+todo
int numberOfPlanned()
String plannedAsString()
String asString(float)
float idealProgress() Returns ideal progress. Value is 0 before plan's start date and equals value of planned work for plan's end day an later. Progress value is based on number of working days.
String idealProgressAsString()
float progress() done/planned
String progressAsString() Return progress value as integer '%' sign. For example: 11 %

Back to Index