public enum SonarVariables extends Enum<SonarVariables> implements PropertyVariables
| Modifier and Type | Method and Description |
|---|---|
static SonarVariables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonarVariables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetNamepublic static final SonarVariables SONAR_URL
public static final SonarVariables SONAR_LOGIN
public static final SonarVariables SONAR_LOGIN_KEY
public static final SonarVariables SONAR_PASSWORD
public static final SonarVariables SONAR_COMPONENT
public static final SonarVariables SONAR_MAX_RELIABILITY_RATING
public static final SonarVariables SONAR_MAX_BUGS
public static final SonarVariables SONAR_SECURITY_RATING
public static final SonarVariables SONAR_MAX_VULNERABILITIES
public static final SonarVariables SONAR_MAX_MAINTAINABILITY_RATING
public static final SonarVariables SONAR_MAX_CODE_SMELLS
public static final SonarVariables SONAR_MIN_COVERAGE
public static final SonarVariables SONAR_MAX_DUPLICATIONS
public static SonarVariables[] values()
for (SonarVariables c : SonarVariables.values()) System.out.println(c);
public static SonarVariables valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.