Enum Class SonarVariables

java.lang.Object
java.lang.Enum<SonarVariables>
io.github.devsecops.engine.domain.sonar.model.SonarVariables
All Implemented Interfaces:
PropertyVariables, Serializable, Comparable<SonarVariables>, Constable

public enum SonarVariables extends Enum<SonarVariables> implements PropertyVariables
  • Enum Constant Details

    • SONAR_URL

      public static final SonarVariables SONAR_URL
    • SONAR_LOGIN

      public static final SonarVariables SONAR_LOGIN
    • SONAR_LOGIN_KEY

      public static final SonarVariables SONAR_LOGIN_KEY
    • SONAR_PASSWORD

      public static final SonarVariables SONAR_PASSWORD
    • SONAR_COMPONENT

      public static final SonarVariables SONAR_COMPONENT
    • SONAR_MAX_RELIABILITY_RATING

      public static final SonarVariables SONAR_MAX_RELIABILITY_RATING
    • SONAR_MAX_BUGS

      public static final SonarVariables SONAR_MAX_BUGS
    • SONAR_SECURITY_RATING

      public static final SonarVariables SONAR_SECURITY_RATING
    • SONAR_MAX_VULNERABILITIES

      public static final SonarVariables SONAR_MAX_VULNERABILITIES
    • SONAR_MAX_MAINTAINABILITY_RATING

      public static final SonarVariables SONAR_MAX_MAINTAINABILITY_RATING
    • SONAR_MAX_CODE_SMELLS

      public static final SonarVariables SONAR_MAX_CODE_SMELLS
    • SONAR_MIN_COVERAGE

      public static final SonarVariables SONAR_MIN_COVERAGE
    • SONAR_MAX_DUPLICATIONS

      public static final SonarVariables SONAR_MAX_DUPLICATIONS
  • Method Details

    • values

      public static SonarVariables[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SonarVariables valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null