java.lang.Object
java.lang.Enum<Progress.Result>
com.riadalabs.jira.plugins.insight.services.progress.model.Progress.Result
All Implemented Interfaces:
Serializable, Comparable<Progress.Result>, Constable
Enclosing class:
Progress

public static enum Progress.Result extends Enum<Progress.Result>
  • Enum Constant Details

  • Method Details

    • values

      public static Progress.Result[] 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 Progress.Result 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
    • getResultId

      public int getResultId()
    • getDisplayStatus

      public Progress.DisplayStatus getDisplayStatus()
    • getSeverestResult

      public static Progress.Result getSeverestResult(Progress.Result res1, Progress.Result res2)
    • fromResultId

      public static Progress.Result fromResultId(int resultId)