Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.common.LogLevelCategory
-
Packages that use LogLevelCategory Package Description org.jenkinsci.plugins.cloudhubdeployer.common org.jenkinsci.plugins.cloudhubdeployer.data -
-
Uses of LogLevelCategory in org.jenkinsci.plugins.cloudhubdeployer.common
Methods in org.jenkinsci.plugins.cloudhubdeployer.common that return LogLevelCategory Modifier and Type Method Description static LogLevelCategory
LogLevelCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevelCategory[]
LogLevelCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogLevelCategory in org.jenkinsci.plugins.cloudhubdeployer.data
Fields in org.jenkinsci.plugins.cloudhubdeployer.data declared as LogLevelCategory Modifier and Type Field Description LogLevelCategory
LogLevels. levelCategory
Methods in org.jenkinsci.plugins.cloudhubdeployer.data with parameters of type LogLevelCategory Modifier and Type Method Description void
LogLevels. setLevelCategory(LogLevelCategory levelCategory)
-