Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.common.DebugMode
-
Packages that use DebugMode Package Description org.jenkinsci.plugins.cloudhubdeployer org.jenkinsci.plugins.cloudhubdeployer.common -
-
Uses of DebugMode in org.jenkinsci.plugins.cloudhubdeployer
Methods in org.jenkinsci.plugins.cloudhubdeployer that return DebugMode Modifier and Type Method Description DebugMode
CloudHubDeployer.DescriptorImpl. getDefaultDebugMode()
DebugMode
GlobalCloudHubConfig.DescriptorImpl. getDefaultDebugMode()
Methods in org.jenkinsci.plugins.cloudhubdeployer with parameters of type DebugMode Modifier and Type Method Description void
CloudHubDeployer. setDebugMode(DebugMode debugMode)
CloudHubRequestFactory
CloudHubRequestFactory. withDebugMode(DebugMode debugMode)
-
Uses of DebugMode in org.jenkinsci.plugins.cloudhubdeployer.common
Methods in org.jenkinsci.plugins.cloudhubdeployer.common that return DebugMode Modifier and Type Method Description static DebugMode
DebugMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DebugMode[]
DebugMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jenkinsci.plugins.cloudhubdeployer.common with parameters of type DebugMode Modifier and Type Method Description static boolean
DebugMode. isMember(DebugMode mode)
-