Package org.sonar.api.server.rule
Class RuleDescriptionSection.RuleDescriptionSectionKeys
- java.lang.Object
-
- org.sonar.api.server.rule.RuleDescriptionSection.RuleDescriptionSectionKeys
-
- Enclosing interface:
- RuleDescriptionSection
public static class RuleDescriptionSection.RuleDescriptionSectionKeys extends java.lang.ObjectThis class is a placeholder for the supported rule description section key constants.- Since:
- 9.6
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringASSESS_THE_PROBLEM_SECTION_KEYstatic java.lang.StringHOW_TO_FIX_SECTION_KEYstatic java.lang.StringINTRODUCTION_SECTION_KEYstatic java.lang.StringRESOURCES_SECTION_KEYstatic java.lang.StringROOT_CAUSE_SECTION_KEY
-
-
-
Field Detail
-
INTRODUCTION_SECTION_KEY
public static final java.lang.String INTRODUCTION_SECTION_KEY
- See Also:
- Constant Field Values
-
ROOT_CAUSE_SECTION_KEY
public static final java.lang.String ROOT_CAUSE_SECTION_KEY
- See Also:
- Constant Field Values
-
ASSESS_THE_PROBLEM_SECTION_KEY
public static final java.lang.String ASSESS_THE_PROBLEM_SECTION_KEY
- See Also:
- Constant Field Values
-
HOW_TO_FIX_SECTION_KEY
public static final java.lang.String HOW_TO_FIX_SECTION_KEY
- See Also:
- Constant Field Values
-
RESOURCES_SECTION_KEY
public static final java.lang.String RESOURCES_SECTION_KEY
- See Also:
- Constant Field Values
-
-