Interface DefaultTransitions


  • public interface DefaultTransitions
    Since:
    3.6
    • Field Detail

      • CONFIRM

        @Deprecated(since="10.4")
        static final java.lang.String CONFIRM
        Deprecated.
        since 10.4, use ACCEPT instead
        See Also:
        Constant Field Values
      • UNCONFIRM

        @Deprecated(since="10.4")
        static final java.lang.String UNCONFIRM
        Deprecated.
        since 10.4. There is no replacement as `org.sonar.api.issue.DefaultTransitions.CONFIRM` is subject to removal in the future.
        See Also:
        Constant Field Values
      • WONT_FIX

        @Deprecated(since="10.3")
        static final java.lang.String WONT_FIX
        Deprecated.
        since 10.3, use ACCEPT instead
        Since:
        5.1
        See Also:
        Constant Field Values
      • SET_AS_IN_REVIEW

        @Deprecated
        static final java.lang.String SET_AS_IN_REVIEW
        Deprecated.
        since 8.1, transition has no effect
        See Also:
        Constant Field Values
      • OPEN_AS_VULNERABILITY

        @Deprecated
        static final java.lang.String OPEN_AS_VULNERABILITY
        Deprecated.
        since 8.1, security hotspots can no longer be converted to vulnerabilities
        Since:
        7.8
        See Also:
        Constant Field Values
      • RESOLVE_AS_REVIEWED

        static final java.lang.String RESOLVE_AS_REVIEWED
        Since:
        7.8
        See Also:
        Constant Field Values
      • RESOLVE_AS_SAFE

        static final java.lang.String RESOLVE_AS_SAFE
        Since:
        8.1
        See Also:
        Constant Field Values
      • RESOLVE_AS_ACKNOWLEDGED

        static final java.lang.String RESOLVE_AS_ACKNOWLEDGED
        Since:
        9.4
        See Also:
        Constant Field Values
      • RESET_AS_TO_REVIEW

        static final java.lang.String RESET_AS_TO_REVIEW
        Since:
        7.8
        See Also:
        Constant Field Values
      • ALL

        static final java.util.List<java.lang.String> ALL
        Since:
        4.4