Uses of Interface
jetbrains.buildServer.controllers.parameters.api.ParameterControlEditPresenter
-
-
Uses of ParameterControlEditPresenter in jetbrains.buildServer.controllers.parameters.api
Classes in jetbrains.buildServer.controllers.parameters.api that implement ParameterControlEditPresenter Modifier and Type Class Description class
ParameterControlProviderAdapter
Genetic abstract class for custom controlsMethods in jetbrains.buildServer.controllers.parameters.api that return ParameterControlEditPresenter Modifier and Type Method Description ParameterControlEditPresenter
ParameterControlProvider. getControlSpecEditPresenter()
ParameterControlEditPresenter
ParameterControlProviderAdapter. getControlSpecEditPresenter()
-
Uses of ParameterControlEditPresenter in jetbrains.buildServer.controllers.parameters.remote
Subinterfaces of ParameterControlEditPresenter in jetbrains.buildServer.controllers.parameters.remote Modifier and Type Interface Description interface
RemoteParameterControlProvider
-
Uses of ParameterControlEditPresenter in jetbrains.buildServer.controllers.parameters.types
Classes in jetbrains.buildServer.controllers.parameters.types that implement ParameterControlEditPresenter Modifier and Type Class Description class
CheckboxFieldParameterType
class
EnumParameterType
class
IntegerFieldParameterType
class
MultiselectFieldParameterType
class
PasswordFieldParameterType
class
RemoteParameterType
class
SelectParameterType
class
SelectParameterTypeBase
class
TextFieldParameterType
Methods in jetbrains.buildServer.controllers.parameters.types that return ParameterControlEditPresenter Modifier and Type Method Description ParameterControlEditPresenter
EnumParameterType. getControlSpecEditPresenter()
ParameterControlEditPresenter
IntegerFieldParameterType. getControlSpecEditPresenter()
ParameterControlEditPresenter
MultiselectFieldParameterType. getControlSpecEditPresenter()
-