Class KotlinDslParamInt
- java.lang.Object
-
- jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslDelegateParam
-
- jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslParamInt
-
- All Implemented Interfaces:
KotlinDslParam
public final class KotlinDslParamInt extends KotlinDslDelegateParam
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslParam
KotlinDslParam.Ref
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslDelegateParam
myDeprecatedInfo, myDescription, myDslParamName, myMandatory, myXmlParamName, myYamlParamName
-
-
Constructor Summary
Constructors Constructor Description KotlinDslParamInt(String dslParamName)
KotlinDslParamInt(String dslParamName, String xmlParamName, String description, DeprecatedInfo deprecatedInfo, boolean mandatory)
KotlinDslParamInt(String dslParamName, String xmlParamName, String description, DeprecatedInfo deprecatedInfo, boolean mandatory, Map<String,String> additional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
toString()
-
Methods inherited from class jetbrains.buildServer.configs.dsl.extensions.param.KotlinDslDelegateParam
getAdditionalAttributes, getDeprecatedInfo, getDescription, getDslParamName, getXmlParamName, getYamlParamName, hashCode, hasSameNames, isMandatory, isStrictlyDeprecated
-
-
-
-
Constructor Detail
-
KotlinDslParamInt
public KotlinDslParamInt(@NotNull String dslParamName)
-
KotlinDslParamInt
public KotlinDslParamInt(@NotNull String dslParamName, @NotNull String xmlParamName, @Nullable String description, @Nullable DeprecatedInfo deprecatedInfo, boolean mandatory)
-
-