Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.data.AutoScalePolicy
-
Packages that use AutoScalePolicy Package Description org.jenkinsci.plugins.cloudhubdeployer org.jenkinsci.plugins.cloudhubdeployer.data org.jenkinsci.plugins.cloudhubdeployer.utils -
-
Uses of AutoScalePolicy in org.jenkinsci.plugins.cloudhubdeployer
Method parameters in org.jenkinsci.plugins.cloudhubdeployer with type arguments of type AutoScalePolicy Modifier and Type Method Description void
CloudHubDeployer. setAutoScalePolicy(List<AutoScalePolicy> autoScalePolicy)
CloudHubRequestFactory
CloudHubRequestFactory. withAutoScalepolicy(Boolean enableAutoScalePolicy, List<AutoScalePolicy> autoScalePolicy)
-
Uses of AutoScalePolicy in org.jenkinsci.plugins.cloudhubdeployer.data
Methods in org.jenkinsci.plugins.cloudhubdeployer.data that return types with arguments of type AutoScalePolicy Modifier and Type Method Description hudson.model.Descriptor<AutoScalePolicy>
AutoScalePolicy. getDescriptor()
-
Uses of AutoScalePolicy in org.jenkinsci.plugins.cloudhubdeployer.utils
Methods in org.jenkinsci.plugins.cloudhubdeployer.utils that return types with arguments of type AutoScalePolicy Modifier and Type Method Description static List<AutoScalePolicy>
DeployHelper. formatAutoScalePolicy(List<AutoScalePolicy> autoScalePolicyList)
static List<AutoScalePolicy>
DeployHelper. getFinalAutoScalePolicy(List<AutoScalePolicy> policyList, com.google.gson.JsonArray policyJsonArray)
Method parameters in org.jenkinsci.plugins.cloudhubdeployer.utils with type arguments of type AutoScalePolicy Modifier and Type Method Description static List<AutoScalePolicy>
DeployHelper. formatAutoScalePolicy(List<AutoScalePolicy> autoScalePolicyList)
static List<AutoScalePolicy>
DeployHelper. getFinalAutoScalePolicy(List<AutoScalePolicy> policyList, com.google.gson.JsonArray policyJsonArray)
static void
DeployHelper. validateAutoScalePolicy(List<AutoScalePolicy> policy)
-