Package | Description |
---|---|
jenkins.internal.data | |
jenkins.internal.enumeration | |
jenkins.task |
Modifier and Type | Method and Description |
---|---|
RestAPILogLevelEnum |
TestConfiguration.getLogLevelLC() |
RestAPILogLevelEnum |
TestConfiguration.getLogLevelLC() |
RestAPILogLevelEnum |
TestConfiguration.getLogLevelTC() |
RestAPILogLevelEnum |
TestConfiguration.getLogLevelTC() |
RestAPILogLevelEnum |
TestConfiguration.getLogLevelTL() |
RestAPILogLevelEnum |
TestConfiguration.getLogLevelTL() |
Modifier and Type | Method and Description |
---|---|
void |
TestConfiguration.setLogLevelLC(RestAPILogLevelEnum logLevelLC)
Setzt das logLevelLC.
|
void |
TestConfiguration.setLogLevelLC(RestAPILogLevelEnum logLevelLC)
Setzt das logLevelLC.
|
void |
TestConfiguration.setLogLevelTC(RestAPILogLevelEnum logLevelTC)
Setzt das logLevelTC.
|
void |
TestConfiguration.setLogLevelTC(RestAPILogLevelEnum logLevelTC)
Setzt das logLevelTC.
|
void |
TestConfiguration.setLogLevelTL(RestAPILogLevelEnum logLevelTL)
Setzt das logLevelTL.
|
void |
TestConfiguration.setLogLevelTL(RestAPILogLevelEnum logLevelTL)
Setzt das logLevelTL.
|
Modifier and Type | Method and Description |
---|---|
static RestAPILogLevelEnum |
RestAPILogLevelEnum.fromInt(Integer i)
Cast the Integer to a LogLevel Possible Values: 0 - OFF 5 - EXECUTION 10 - ERROR 15 - WARNING 20 - INFO 25 -
DEBUG 30 - INTERNAL
|
static RestAPILogLevelEnum |
RestAPILogLevelEnum.fromInt(Integer i)
Cast the Integer to a LogLevel Possible Values: 0 - OFF 5 - EXECUTION 10 - ERROR 15 - WARNING 20 - INFO 25 -
DEBUG 30 - INTERNAL
|
static RestAPILogLevelEnum |
RestAPILogLevelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestAPILogLevelEnum |
RestAPILogLevelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestAPILogLevelEnum[] |
RestAPILogLevelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static RestAPILogLevelEnum[] |
RestAPILogLevelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RestAPILogLevelEnum.includesLogLevel(RestAPILogLevelEnum l)
Checks if the given loglevel is included in the other
|
boolean |
RestAPILogLevelEnum.includesLogLevel(RestAPILogLevelEnum l)
Checks if the given loglevel is included in the other
|
Modifier and Type | Method and Description |
---|---|
RestAPILogLevelEnum[] |
ExamTask.DescriptorExamTask.getLogLevels() |
RestAPILogLevelEnum[] |
ExamTask.DescriptorExamTask.getLogLevels() |
Copyright © 2016–2023 MicroNova AG. All rights reserved.