Package org.sonarqube.gradle
Interface AndroidProperties
-
public interface AndroidProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANDROID_DETECTEDThis property will be set when android project is being analyzedstatic java.lang.StringMIN_SDK_VERSION_MAXThis property contains the maximum value of minSdkVersion properties defined in build.gradle.static java.lang.StringMIN_SDK_VERSION_MINThis property contains the minimum value of minSdkVersion properties defined in build.gradle.
-
-
-
Field Detail
-
ANDROID_DETECTED
static final java.lang.String ANDROID_DETECTED
This property will be set when android project is being analyzed- See Also:
- Constant Field Values
-
MIN_SDK_VERSION_MIN
static final java.lang.String MIN_SDK_VERSION_MIN
This property contains the minimum value of minSdkVersion properties defined in build.gradle. In case we detect the specific variant of the project being analyzed, then we set the value of minSdkVersion defined for this variant Not every android project needs to set this property.- See Also:
- Constant Field Values
-
MIN_SDK_VERSION_MAX
static final java.lang.String MIN_SDK_VERSION_MAX
This property contains the maximum value of minSdkVersion properties defined in build.gradle. In case we detect the specific variant of the project being analyzed, then we set the value of minSdkVersion defined for this variant Not every android project needs to set this property.- See Also:
- Constant Field Values
-
-