Uses of Class
jetbrains.buildServer.controllers.BasePropertiesBean
-
-
Uses of BasePropertiesBean in jetbrains.buildServer.controllers
Subclasses of BasePropertiesBean in jetbrains.buildServer.controllers Modifier and Type Class Description class
OptionPropertiesBean
-
Uses of BasePropertiesBean in jetbrains.buildServer.controllers.admin.projects
Subclasses of BasePropertiesBean in jetbrains.buildServer.controllers.admin.projects Modifier and Type Class Description class
RunnerPropertiesBean
Methods in jetbrains.buildServer.controllers.admin.projects that return BasePropertiesBean Modifier and Type Method Description BasePropertiesBean
BuildFeaturesBean. getPropertiesBean()
BasePropertiesBean
BuildTriggerDescriptorBean. getPropertiesBean()
BasePropertiesBean
MultiplePropertiesBean. getPropertiesBean(String key)
BasePropertiesBean
VcsPropertiesBean. getPropertiesBean()
Methods in jetbrains.buildServer.controllers.admin.projects with parameters of type BasePropertiesBean Modifier and Type Method Description static void
PluginPropertiesUtil. bindPropertiesFromRequest(javax.servlet.http.HttpServletRequest request, BasePropertiesBean bean)
static void
PluginPropertiesUtil. bindPropertiesFromRequest(javax.servlet.http.HttpServletRequest request, BasePropertiesBean bean, boolean includeEmptyValues)
-
Uses of BasePropertiesBean in jetbrains.buildServer.controllers.parameters
Methods in jetbrains.buildServer.controllers.parameters that return BasePropertiesBean Modifier and Type Method Description BasePropertiesBean
ParameterSpecForm. getBean()
-
Uses of BasePropertiesBean in jetbrains.buildServer.controllers.profile.auth
Methods in jetbrains.buildServer.controllers.profile.auth that return BasePropertiesBean Modifier and Type Method Description BasePropertiesBean
EditAccessTokenForm. getPropertiesBean()
Methods in jetbrains.buildServer.controllers.profile.auth with parameters of type BasePropertiesBean Modifier and Type Method Description void
EditAccessTokenForm. update(BasePropertiesBean propertiesBean)
-
Uses of BasePropertiesBean in jetbrains.buildServer.serverSide.oauth
Subclasses of BasePropertiesBean in jetbrains.buildServer.serverSide.oauth Modifier and Type Class Description class
OAuthConnectionBean
-