Uses of Class
io.jenkins.plugins.yc.YandexTemplate.ProvisionOptions
-
Packages that use YandexTemplate.ProvisionOptions Package Description io.jenkins.plugins.yc -
-
Uses of YandexTemplate.ProvisionOptions in io.jenkins.plugins.yc
Methods in io.jenkins.plugins.yc that return YandexTemplate.ProvisionOptions Modifier and Type Method Description static YandexTemplate.ProvisionOptions
YandexTemplate.ProvisionOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static YandexTemplate.ProvisionOptions[]
YandexTemplate.ProvisionOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.jenkins.plugins.yc with type arguments of type YandexTemplate.ProvisionOptions Modifier and Type Method Description YCAbstractSlave
YandexTemplate. provision(int number, EnumSet<YandexTemplate.ProvisionOptions> provisionOptions)
-