Uses of Interface
jetbrains.buildServer.serverSide.ParameterTypeBase
-
Packages that use ParameterTypeBase Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.parameters.types -
-
Uses of ParameterTypeBase in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide that implement ParameterTypeBase Modifier and Type Class Description classReadOnlyAwareParameterType<T>Created by Andrey Titov on 04.03.16. -
Uses of ParameterTypeBase in jetbrains.buildServer.serverSide.parameters.types
Subinterfaces of ParameterTypeBase in jetbrains.buildServer.serverSide.parameters.types Modifier and Type Interface Description interfaceParameterType<T>Created by Andrey Titov on 11.02.16.Classes in jetbrains.buildServer.serverSide.parameters.types that implement ParameterTypeBase Modifier and Type Class Description classBooleanParameterclassIntegerParameterCreated by Andrey Titov on 11.02.16.classLongParameterCreated by Andrey Titov on 11.02.16.classMapParameterCreated by Andrey Titov on 15.02.16.classNumberParameterType<T extends Number>Created by AndreyTitov on 04.03.16.classPasswordTypeclassSelectParameterCreated by Andrey Titov on 11.04.16.classTextParameterCreated by Andrey Titov on 15.02.16.Methods in jetbrains.buildServer.serverSide.parameters.types that return ParameterTypeBase Modifier and Type Method Description ParameterTypeBase<T>TypedValue. getParameterType()Constructors in jetbrains.buildServer.serverSide.parameters.types with parameters of type ParameterTypeBase Constructor Description TypedValue(T value, ControlDescription controlDescription, ParameterTypeBase<T> parameterType, T defaultValue)
-