com.atlassian.bamboo.ww2.beans.author
Class DecoratedAuthorBuildStatistics
java.lang.Object
com.atlassian.bamboo.ww2.beans.author.DecoratedAuthorBuildStatistics
- All Implemented Interfaces:
- NameProvider, DecoratedPersonaBuildStatistics
public class DecoratedAuthorBuildStatistics
- extends java.lang.Object
- implements DecoratedPersonaBuildStatistics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoratedAuthorBuildStatistics
public DecoratedAuthorBuildStatistics(@NotNull
Author author)
createFromAuthor
public static com.google.common.base.Function<Author,DecoratedAuthorBuildStatistics> createFromAuthor()
getName
public java.lang.String getName()
- Specified by:
getName
in interface NameProvider
- Specified by:
getName
in interface DecoratedPersonaBuildStatistics
getNameDisplayUrl
public java.lang.String getNameDisplayUrl()
- Specified by:
getNameDisplayUrl
in interface DecoratedPersonaBuildStatistics
getNumberOfBrokenBuilds
public long getNumberOfBrokenBuilds()
- Specified by:
getNumberOfBrokenBuilds
in interface DecoratedPersonaBuildStatistics
getNumberOfFailedBuilds
public long getNumberOfFailedBuilds()
- Specified by:
getNumberOfFailedBuilds
in interface DecoratedPersonaBuildStatistics
getNumberOfFixedBuilds
public long getNumberOfFixedBuilds()
- Specified by:
getNumberOfFixedBuilds
in interface DecoratedPersonaBuildStatistics
getNumberOfTriggeredBuilds
public long getNumberOfTriggeredBuilds()
- Specified by:
getNumberOfTriggeredBuilds
in interface DecoratedPersonaBuildStatistics
getPercentageOfFailedBuilds
public double getPercentageOfFailedBuilds()
- Specified by:
getPercentageOfFailedBuilds
in interface DecoratedPersonaBuildStatistics
getScore
public long getScore()
- Specified by:
getScore
in interface DecoratedPersonaBuildStatistics
Copyright © 2012 Atlassian. All Rights Reserved.