Class Top10SuccessfulDeployments

All Implemented Interfaces:
Widget

public class Top10SuccessfulDeployments extends Top10DeploymentsByState
  • Field Details

  • 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

      protected static final String getFormattedPercentage(double numOfTasksInAState, double totalTasks)
    • getFormattedMonth

      protected static final String getFormattedMonth(int monthOfYear)
    • formatToSecs

      protected static final String formatToSecs(long millis)
    • formatToMins

      protected static final String formatToMins(long millis)
    • formatToHours

      protected static final String formatToHours(long millis)