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 DebugModeCloudHubDeployer.DescriptorImpl. getDefaultDebugMode()DebugModeGlobalCloudHubConfig.DescriptorImpl. getDefaultDebugMode()Methods in org.jenkinsci.plugins.cloudhubdeployer with parameters of type DebugMode Modifier and Type Method Description voidCloudHubDeployer. setDebugMode(DebugMode debugMode)CloudHubRequestFactoryCloudHubRequestFactory. 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 DebugModeDebugMode. 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 booleanDebugMode. isMember(DebugMode mode)
-