Enum Class WidgetRegistry

java.lang.Object
java.lang.Enum<WidgetRegistry>
com.xebialabs.deployit.core.rest.api.reports.widgets.WidgetRegistry
All Implemented Interfaces:
Serializable, Comparable<WidgetRegistry>, Constable

public enum WidgetRegistry extends Enum<WidgetRegistry>
  • Enum Constant Details

    • DEPLOYMENTSUCCESS

      public static final WidgetRegistry DEPLOYMENTSUCCESS
    • DEPLOYMENTDURATION

      public static final WidgetRegistry DEPLOYMENTDURATION
    • DEPLOYMENTTREND

      public static final WidgetRegistry DEPLOYMENTTREND
    • DEPLOYMENTTRENDPERCENTILE

      public static final WidgetRegistry DEPLOYMENTTRENDPERCENTILE
    • TOP10SUCCESSFULDEPLOYMENTS

      public static final WidgetRegistry TOP10SUCCESSFULDEPLOYMENTS
    • TOP10RETRIEDDEPLOYMENTS

      public static final WidgetRegistry TOP10RETRIEDDEPLOYMENTS
    • TOP10LONGESTRUNNINGDEPLOYMENTS

      public static final WidgetRegistry TOP10LONGESTRUNNINGDEPLOYMENTS
  • Method Details

    • values

      public static WidgetRegistry[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WidgetRegistry valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getWidgetType

      public final String getWidgetType()
    • getWidget

      public abstract Widget getWidget(com.xebialabs.deployit.task.archive.TaskArchive taskArchive)