Package org.sonar.api.issue
Interface DefaultTransitions
-
@Deprecated(since="11.4", forRemoval=true) public interface DefaultTransitions
Deprecated, for removal: This API element is subject to removal in a future version.since 11.4 not used by any extension point anymore- Since:
- 3.6
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCEPT
Deprecated, for removal: This API element is subject to removal in a future version.static java.util.List<java.lang.String>
ALL
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
CLOSE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
CONFIRM
Deprecated.since 10.4, useACCEPT
insteadstatic java.lang.String
FALSE_POSITIVE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
REOPEN
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
RESET_AS_TO_REVIEW
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
RESOLVE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
RESOLVE_AS_ACKNOWLEDGED
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
RESOLVE_AS_REVIEWED
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
RESOLVE_AS_SAFE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
UNCONFIRM
Deprecated.since 10.4.static java.lang.String
WONT_FIX
Deprecated.since 10.3, useACCEPT
instead
-
-
-
Field Detail
-
CONFIRM
@Deprecated(since="10.4") static final java.lang.String CONFIRM
Deprecated.since 10.4, useACCEPT
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
-
REOPEN
static final java.lang.String REOPEN
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
RESOLVE
static final java.lang.String RESOLVE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
FALSE_POSITIVE
static final java.lang.String FALSE_POSITIVE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CLOSE
static final java.lang.String CLOSE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
WONT_FIX
@Deprecated(since="10.3") static final java.lang.String WONT_FIX
Deprecated.since 10.3, useACCEPT
instead- Since:
- 5.1
- See Also:
- Constant Field Values
-
ACCEPT
static final java.lang.String ACCEPT
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 10.3
- See Also:
- Constant Field Values
-
RESOLVE_AS_REVIEWED
static final java.lang.String RESOLVE_AS_REVIEWED
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.8
- See Also:
- Constant Field Values
-
RESOLVE_AS_SAFE
static final java.lang.String RESOLVE_AS_SAFE
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 8.1
- See Also:
- Constant Field Values
-
RESOLVE_AS_ACKNOWLEDGED
static final java.lang.String RESOLVE_AS_ACKNOWLEDGED
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 9.4
- See Also:
- Constant Field Values
-
RESET_AS_TO_REVIEW
static final java.lang.String RESET_AS_TO_REVIEW
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.8
- See Also:
- Constant Field Values
-
ALL
static final java.util.List<java.lang.String> ALL
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 4.4
-
-