Interface Priority

All Superinterfaces:
Comparable, IssueConstant, Named, NamedWithDescription
All Known Implementing Classes:
PriorityImpl

@PublicApi public interface Priority extends IssueConstant
Represents priority of the issue. An issue's priority is its importance in relation to other issues.
  • Method Details

    • getStatusColor

      String getStatusColor()
      Get status color of this priority.
      Returns:
      String describing status color of this priority.
    • getSvgIconUrl

      @Internal @Nullable String getSvgIconUrl()
      Get URL of the SVG icon.
      Returns:
      URL of the SVG icon.
    • getRasterIconUrl

      @Internal @Nullable String getRasterIconUrl()
      Get URL of the raster icon.
      Returns:
      URL of the raster icon.