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 classOptionPropertiesBean -
Uses of BasePropertiesBean in jetbrains.buildServer.controllers.admin.projects
Subclasses of BasePropertiesBean in jetbrains.buildServer.controllers.admin.projects Modifier and Type Class Description classRunnerPropertiesBeanMethods in jetbrains.buildServer.controllers.admin.projects that return BasePropertiesBean Modifier and Type Method Description BasePropertiesBeanBuildFeaturesBean. getPropertiesBean()BasePropertiesBeanBuildTriggerDescriptorBean. getPropertiesBean()BasePropertiesBeanMultiplePropertiesBean. getPropertiesBean(String key)BasePropertiesBeanVcsPropertiesBean. getPropertiesBean()Methods in jetbrains.buildServer.controllers.admin.projects with parameters of type BasePropertiesBean Modifier and Type Method Description static voidPluginPropertiesUtil. bindPropertiesFromRequest(javax.servlet.http.HttpServletRequest request, BasePropertiesBean bean)static voidPluginPropertiesUtil. 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 BasePropertiesBeanParameterSpecForm. 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 BasePropertiesBeanEditAccessTokenForm. getPropertiesBean()Methods in jetbrains.buildServer.controllers.profile.auth with parameters of type BasePropertiesBean Modifier and Type Method Description voidEditAccessTokenForm. update(BasePropertiesBean propertiesBean) -
Uses of BasePropertiesBean in jetbrains.buildServer.serverSide.oauth
Subclasses of BasePropertiesBean in jetbrains.buildServer.serverSide.oauth Modifier and Type Class Description classOAuthConnectionBean
-