Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.common.RequestMode
-
Packages that use RequestMode Package Description org.jenkinsci.plugins.cloudhubdeployer org.jenkinsci.plugins.cloudhubdeployer.common org.jenkinsci.plugins.cloudhubdeployer.utils -
-
Uses of RequestMode in org.jenkinsci.plugins.cloudhubdeployer
Methods in org.jenkinsci.plugins.cloudhubdeployer that return RequestMode Modifier and Type Method Description RequestMode
CloudHubDeployer.DescriptorImpl. getDefaultRequestMode()
Methods in org.jenkinsci.plugins.cloudhubdeployer with parameters of type RequestMode Modifier and Type Method Description void
CloudHubDeployer. setRequestMode(RequestMode requestMode)
CloudHubRequestFactory
CloudHubRequestFactory. withRequestMode(RequestMode requestMode)
Constructors in org.jenkinsci.plugins.cloudhubdeployer with parameters of type RequestMode Constructor Description CloudHubDeployer(String credentialsId, String environmentId, String orgId, RequestMode requestMode, String appName, String muleVersion, String region, String filePath)
-
Uses of RequestMode in org.jenkinsci.plugins.cloudhubdeployer.common
Methods in org.jenkinsci.plugins.cloudhubdeployer.common that return RequestMode Modifier and Type Method Description static RequestMode
RequestMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestMode[]
RequestMode. 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 RequestMode Modifier and Type Method Description static boolean
RequestMode. isMember(RequestMode request)
-
Uses of RequestMode in org.jenkinsci.plugins.cloudhubdeployer.utils
Methods in org.jenkinsci.plugins.cloudhubdeployer.utils that return RequestMode Modifier and Type Method Description static RequestMode
DeployHelper. getFinalRequestMode(CloudHubRequest cloudHubRequest)
-