|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.build.statistics.SuccessPercentageStatisticsBeanImpl
public class SuccessPercentageStatisticsBeanImpl
Constructor Summary | |
---|---|
SuccessPercentageStatisticsBeanImpl(int totalNumberOfResults,
int totalFailures)
|
Method Summary | |
---|---|
double |
getSuccessPercentage()
|
int |
getTotalFailures()
|
int |
getTotalNumberOfResults()
|
int |
getTotalSuccesses()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuccessPercentageStatisticsBeanImpl(int totalNumberOfResults, int totalFailures)
Method Detail |
---|
public double getSuccessPercentage()
getSuccessPercentage
in interface SuccessPercentageStatisticsBean
public int getTotalNumberOfResults()
getTotalNumberOfResults
in interface SuccessPercentageStatisticsBean
public int getTotalFailures()
getTotalFailures
in interface SuccessPercentageStatisticsBean
public int getTotalSuccesses()
getTotalSuccesses
in interface SuccessPercentageStatisticsBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |