Enum Class ConfigurationFileWriter.SonargraphBuildParameter
java.lang.Object
java.lang.Enum<ConfigurationFileWriter.SonargraphBuildParameter>
com.hello2morrow.sonargraph.integration.jenkins.persistence.ConfigurationFileWriter.SonargraphBuildParameter
- All Implemented Interfaces:
Serializable,Comparable<ConfigurationFileWriter.SonargraphBuildParameter>,Constable
- Enclosing class:
- ConfigurationFileWriter
public static enum ConfigurationFileWriter.SonargraphBuildParameter
extends Enum<ConfigurationFileWriter.SonargraphBuildParameter>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVATION_CODE
-
INSTALLATION_DIRECTORY
-
LANGUAGES
-
SYSTEM_DIRECTORY
-
REPORT_DIRECTORY
-
REPORT_FILENAME
-
REPORT_BASELINE
-
REPORT_TYPE
-
REPORT_FORMAT
-
QUALITY_MODEL_FILE
-
VIRTUAL_MODEL
-
LICENSE_FILE
-
WORKSPACE_PROFILE
-
SNAPSHOT_DIRECTORY
-
SNAPSHOT_FILE_NAME
-
LOG_FILE
-
LOG_LEVEL
-
LICENSE_SERVER_HOST
-
LICENSE_SERVER_PORT
-
ELEMENT_COUNT_TO_SPLIT_HTML_REPORT
public static final ConfigurationFileWriter.SonargraphBuildParameter ELEMENT_COUNT_TO_SPLIT_HTML_REPORT -
PROGRESS_INFO
-
PROXY_HOST
-
PROXY_PORT
-
PROXY_USERNAME
-
PROXY_PASSWORD
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getPresentationName
-