Uses of Class
jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslParam.Ref
-
Packages that use KotlinDslParam.Ref Package Description jetbrains.buildServer.configs.dsl.extensions.param -
-
Uses of KotlinDslParam.Ref in jetbrains.buildServer.configs.dsl.extensions.param
Methods in jetbrains.buildServer.configs.dsl.extensions.param that return KotlinDslParam.Ref Modifier and Type Method Description KotlinDslParam.Ref
KotlinDslParamString. getRef()
static KotlinDslParam.Ref
KotlinDslParam.Ref. valueOf(String name)
Returns the enum constant of this type with the specified name.static KotlinDslParam.Ref[]
KotlinDslParam.Ref. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.configs.dsl.extensions.param with parameters of type KotlinDslParam.Ref Constructor Description KotlinDslParamString(String dslParamName, String xmlParamName, String description, KotlinDslParam.Ref ref, DeprecatedInfo deprecatedInfo, boolean mandatory)
KotlinDslParamString(String dslParamName, String xmlParamName, String description, KotlinDslParam.Ref ref, DeprecatedInfo deprecatedInfo, boolean mandatory, Map<String,String> additional)
-