Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.common.ScaleMetric
-
Packages that use ScaleMetric Package Description org.jenkinsci.plugins.cloudhubdeployer.common -
-
Uses of ScaleMetric in org.jenkinsci.plugins.cloudhubdeployer.common
Methods in org.jenkinsci.plugins.cloudhubdeployer.common that return ScaleMetric Modifier and Type Method Description static ScaleMetric
ScaleMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScaleMetric[]
ScaleMetric. 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 ScaleMetric Modifier and Type Method Description static boolean
ScaleMetric. isMember(ScaleMetric request)
-