Class DecoratedAuthorBuildStatistics
- java.lang.Object
-
- com.atlassian.bamboo.ww2.beans.author.DecoratedAuthorBuildStatistics
-
- All Implemented Interfaces:
NameProvider
,DecoratedPersonaBuildStatistics
public class DecoratedAuthorBuildStatistics extends Object implements DecoratedPersonaBuildStatistics
-
-
Constructor Summary
Constructors Constructor Description DecoratedAuthorBuildStatistics(@NotNull Author author)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getNameDisplayUrl()
long
getNumberOfBrokenBuilds()
long
getNumberOfFailedBuilds()
long
getNumberOfFixedBuilds()
long
getNumberOfTriggeredBuilds()
double
getPercentageOfFailedBuilds()
long
getScore()
-
-
-
Constructor Detail
-
DecoratedAuthorBuildStatistics
public DecoratedAuthorBuildStatistics(@NotNull @NotNull Author author)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceDecoratedPersonaBuildStatistics
- Specified by:
getName
in interfaceNameProvider
-
getNameDisplayUrl
public String getNameDisplayUrl()
- Specified by:
getNameDisplayUrl
in interfaceDecoratedPersonaBuildStatistics
-
getNumberOfBrokenBuilds
public long getNumberOfBrokenBuilds()
- Specified by:
getNumberOfBrokenBuilds
in interfaceDecoratedPersonaBuildStatistics
-
getNumberOfFailedBuilds
public long getNumberOfFailedBuilds()
- Specified by:
getNumberOfFailedBuilds
in interfaceDecoratedPersonaBuildStatistics
-
getNumberOfFixedBuilds
public long getNumberOfFixedBuilds()
- Specified by:
getNumberOfFixedBuilds
in interfaceDecoratedPersonaBuildStatistics
-
getNumberOfTriggeredBuilds
public long getNumberOfTriggeredBuilds()
- Specified by:
getNumberOfTriggeredBuilds
in interfaceDecoratedPersonaBuildStatistics
-
getPercentageOfFailedBuilds
public double getPercentageOfFailedBuilds()
- Specified by:
getPercentageOfFailedBuilds
in interfaceDecoratedPersonaBuildStatistics
-
getScore
public long getScore()
- Specified by:
getScore
in interfaceDecoratedPersonaBuildStatistics
-
-