Interface Priorities

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EXP_PRIORITY
      Experimental priority for bug instances.
      static int HIGH_PRIORITY
      High priority for bug instances.
      static int IGNORE_PRIORITY
      priority for bug instances that should be ignored
      static int LOW_PRIORITY
      Low priority for bug instances.
      static int NORMAL_PRIORITY
      Normal priority for bug instances.
    • Field Detail

      • IGNORE_PRIORITY

        static final int IGNORE_PRIORITY
        priority for bug instances that should be ignored
        See Also:
        Constant Field Values
      • EXP_PRIORITY

        static final int EXP_PRIORITY
        Experimental priority for bug instances.
        See Also:
        Constant Field Values
      • LOW_PRIORITY

        static final int LOW_PRIORITY
        Low priority for bug instances.
        See Also:
        Constant Field Values
      • NORMAL_PRIORITY

        static final int NORMAL_PRIORITY
        Normal priority for bug instances.
        See Also:
        Constant Field Values
      • HIGH_PRIORITY

        static final int HIGH_PRIORITY
        High priority for bug instances.
        See Also:
        Constant Field Values