Class Top10SuccessfulDeployments
java.lang.Object
com.xebialabs.deployit.core.rest.api.reports.TaskArchiveReport
com.xebialabs.deployit.core.rest.api.reports.widgets.Top10DeploymentsByState
com.xebialabs.deployit.core.rest.api.reports.widgets.Top10SuccessfulDeployments
- All Implemented Interfaces:
Widget
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final intstatic final StringFields inherited from class com.xebialabs.deployit.core.rest.api.reports.TaskArchiveReport
taskArchive -
Constructor Summary
ConstructorsConstructorDescriptionTop10SuccessfulDeployments(com.xebialabs.deployit.task.archive.TaskArchive taskArchive) -
Method Summary
Modifier and TypeMethodDescriptionprotected static final StringformatToHours(long millis) protected static final StringformatToMins(long millis) protected static final StringformatToSecs(long millis) protected static final StringgetFormattedMonth(int monthOfYear) protected static final StringgetFormattedPercentage(double numOfTasksInAState, double totalTasks) protected static final doublegetPercentage(double numOfTasksInAState, double totalTasks) Methods inherited from class com.xebialabs.deployit.core.rest.api.reports.widgets.Top10DeploymentsByState
getReportMethods inherited from class com.xebialabs.deployit.core.rest.api.reports.TaskArchiveReport
cloneSearchParameters, getSearchParameters, getValue
-
Field Details
-
TOP_N
protected static final int TOP_N- See Also:
-
NUMBER_SUCCESSFUL_DEPLOYMENTS
- See Also:
-
NUMBER_ABORTED_DEPLOYMENTS
- See Also:
-
NUMBER_FAILED_DEPLOYMENTS
- See Also:
-
NUMBER_ROLLBACK_DEPLOYMENTS
- See Also:
-
PERCENTAGE_SUCCESSFUL_DEPLOYMENTS
- See Also:
-
PERCENTAGE_ABORTED_DEPLOYMENTS
- See Also:
-
PERCENTAGE_FAILED_DEPLOYMENTS
- See Also:
-
PERCENTAGE_ROLLBACK_DEPLOYMENTS
- See Also:
-
MONTH
- See Also:
-
ZERO
-
-
Constructor Details
-
Top10SuccessfulDeployments
public Top10SuccessfulDeployments(com.xebialabs.deployit.task.archive.TaskArchive taskArchive)
-
-
Method Details
-
getPercentage
protected static final double getPercentage(double numOfTasksInAState, double totalTasks) -
getFormattedPercentage
-
getFormattedMonth
-
formatToSecs
-
formatToMins
-
formatToHours
-