Package org.sonar.api.issue
Interface DefaultTransitions
- 
 @Deprecated(since="11.4", forRemoval=true) public interface DefaultTransitionsDeprecated, 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 SummaryFields Modifier and Type Field Description static java.lang.StringACCEPTDeprecated, for removal: This API element is subject to removal in a future version.static java.util.List<java.lang.String>ALLDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringCLOSEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringCONFIRMDeprecated.since 10.4, useACCEPTinsteadstatic java.lang.StringFALSE_POSITIVEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringREOPENDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringRESET_AS_TO_REVIEWDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringRESOLVEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringRESOLVE_AS_ACKNOWLEDGEDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringRESOLVE_AS_REVIEWEDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringRESOLVE_AS_SAFEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringUNCONFIRMDeprecated.since 10.4.static java.lang.StringWONT_FIXDeprecated.since 10.3, useACCEPTinstead
 
- 
- 
- 
Field Detail- 
CONFIRM@Deprecated(since="10.4") static final java.lang.String CONFIRM Deprecated.since 10.4, useACCEPTinstead- 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
 
 - 
REOPENstatic final java.lang.String REOPEN Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
 
 - 
RESOLVEstatic 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_POSITIVEstatic 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
 
 - 
CLOSEstatic 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, useACCEPTinstead- Since:
- 5.1
- See Also:
- Constant Field Values
 
 - 
ACCEPTstatic 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_REVIEWEDstatic 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_SAFEstatic 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_ACKNOWLEDGEDstatic 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_REVIEWstatic 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
 
 - 
ALLstatic 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
 
 
- 
 
-