Package org.sonar.api.resources
Class Qualifiers
- java.lang.Object
-
- org.sonar.api.resources.Qualifiers
-
@Deprecated(since="10.13", forRemoval=true) public final class Qualifiers extends java.lang.Object
Deprecated, for removal: This API element is subject to removal in a future version.since 10.13. Qualifiers are not used when developing plugins. This is exposed in some web APIs, but it doesn't make sense to make it part of the plugin API.The qualifier determines the exact type of a resource. Plugins can define their own qualifiers.- Since:
- 2.6
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APP
Deprecated, for removal: This API element is subject to removal in a future version.Application portfolios.static java.lang.String
DIRECTORY
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
FILE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
MODULE
Deprecated.since 7.7 as modules doesn't exist anymorestatic java.util.List<java.lang.String>
ORDERED_BOTTOM_UP
Deprecated, for removal: This API element is subject to removal in a future version.List of qualifiers, ordered from bottom to up regarding position in tree of componentsstatic java.lang.String
PROJECT
Deprecated, for removal: This API element is subject to removal in a future version.Project Scope is Scopes.PROJECTstatic java.lang.String
SUBVIEW
Deprecated, for removal: This API element is subject to removal in a future version.Sub-portfolios, defined in root portfolios.static java.lang.String
UNIT_TEST_FILE
Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.String
VIEW
Deprecated, for removal: This API element is subject to removal in a future version.Root portfolios.
-
-
-
Field Detail
-
VIEW
public static final java.lang.String VIEW
Deprecated, for removal: This API element is subject to removal in a future version.Root portfolios. Scope of portfolios is Scopes.PROJECT- See Also:
- Constant Field Values
-
SUBVIEW
public static final java.lang.String SUBVIEW
Deprecated, for removal: This API element is subject to removal in a future version.Sub-portfolios, defined in root portfolios. Scope of sub-portfolios is Scopes.PROJECT- See Also:
- Constant Field Values
-
APP
public static final java.lang.String APP
Deprecated, for removal: This API element is subject to removal in a future version.Application portfolios. Scope of application is Scopes.PROJECT- See Also:
- Constant Field Values
-
PROJECT
public static final java.lang.String PROJECT
Deprecated, for removal: This API element is subject to removal in a future version.Project Scope is Scopes.PROJECT- See Also:
- Constant Field Values
-
MODULE
@Deprecated public static final java.lang.String MODULE
Deprecated.since 7.7 as modules doesn't exist anymoreModule of a multi-modules project. It's sometimes called "sub-project". Scope of modules is Scopes.PROJECT- See Also:
- Constant Field Values
-
DIRECTORY
public static final java.lang.String DIRECTORY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
FILE
public static final java.lang.String FILE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UNIT_TEST_FILE
public static final java.lang.String UNIT_TEST_FILE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ORDERED_BOTTOM_UP
public static final java.util.List<java.lang.String> ORDERED_BOTTOM_UP
Deprecated, for removal: This API element is subject to removal in a future version.List of qualifiers, ordered from bottom to up regarding position in tree of components- Since:
- 7.0
-
-