Uses of Interface
jetbrains.buildServer.controllers.StatefulObject
-
-
Uses of StatefulObject in jetbrains.buildServer.controllers
Classes in jetbrains.buildServer.controllers that implement StatefulObject Modifier and Type Class Description class
BasePropertiesBean
This form bean contains a map of properties and tracks its state.class
CompositeStatefulObject
User: kir Composite state objectclass
OptionPropertiesBean
class
RememberState
An object which is able to track state of its fields and fields of its ancestors marked byStateField
annotation.Methods in jetbrains.buildServer.controllers with type parameters of type StatefulObject Modifier and Type Method Description static <T extends StatefulObject>
TFormUtil. createNewFormIfNotModified(javax.servlet.http.HttpServletRequest request, Class<T> clazz, String customKey, FormUtil.FormCreator<T> formCreator)
Obtains a form bean from the session if it exists and if was modified, returns it.Methods in jetbrains.buildServer.controllers with parameters of type StatefulObject Modifier and Type Method Description static void
XmlResponseUtil. writeFormModifiedIfNeeded(org.jdom.Element xmlResponse, StatefulObject state)
Adds <modified/> tag to XML response if methodisStateModified()
returns true.Constructors in jetbrains.buildServer.controllers with parameters of type StatefulObject Constructor Description CompositeStatefulObject(StatefulObject... states)
-
Uses of StatefulObject in jetbrains.buildServer.controllers.admin
Classes in jetbrains.buildServer.controllers.admin that implement StatefulObject Modifier and Type Class Description class
AuthAdminBean
class
ServerConfigForm
-
Uses of StatefulObject in jetbrains.buildServer.controllers.admin.groups
Classes in jetbrains.buildServer.controllers.admin.groups that implement StatefulObject Modifier and Type Class Description class
EditGroupBean
-
Uses of StatefulObject in jetbrains.buildServer.controllers.admin.ipr
Methods in jetbrains.buildServer.controllers.admin.ipr that return StatefulObject Modifier and Type Method Description StatefulObject
IprBasedRunTypeExtension. getState(javax.servlet.http.HttpServletRequest request, BuildTypeForm form)
StatefulObject
IprWebManager. getState(javax.servlet.http.HttpServletRequest request, BuildTypeForm form)
Returns modification state of the formStatefulObject
IprWebManagerImpl. getState(javax.servlet.http.HttpServletRequest request, BuildTypeForm form)
-
Uses of StatefulObject in jetbrains.buildServer.controllers.admin.projects
Classes in jetbrains.buildServer.controllers.admin.projects that implement StatefulObject Modifier and Type Class Description class
BaseProjectForm
class
BuildRunnerBean
Holds build runner properties when a build configuration is being edited on the webclass
BuildTypeForm
Base class, holds build configuration details when a build configuration is being edited, created or its settings are shown on the web.class
BuildTypeOptionsForm
class
CreateProjectForm
class
EditableArtifactDependenciesBean
class
EditableBuildTypeSettingsForm
class
EditBuildTypeForm
class
EditProjectForm
class
EditTemplateForm
class
RunnerPropertiesBean
class
VcsPropertiesBean
Methods in jetbrains.buildServer.controllers.admin.projects that return StatefulObject Modifier and Type Method Description protected StatefulObject
AbstractEditBuildTypeController. getFormState(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected StatefulObject
AdminEditBuildTypeParametersController. getFormState(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected StatefulObject
AdminEditBuildTypeVcsRootsController. getFormState(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected StatefulObject
AdminEditRunTypeController. getFormState(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
StatefulObject
EditRunTypeControllerExtension. getState(javax.servlet.http.HttpServletRequest request, BuildTypeForm form)
Called in case if request has parameter indicating that request data should be stored in session only.StatefulObject
RunTypeExtensionProcessor. getState(javax.servlet.http.HttpServletRequest request, BuildTypeForm form)
-
Uses of StatefulObject in jetbrains.buildServer.controllers.admin.users
Classes in jetbrains.buildServer.controllers.admin.users that implement StatefulObject Modifier and Type Class Description class
AdminCreateUserForm
class
AdminEditUserForm
-
Uses of StatefulObject in jetbrains.buildServer.controllers.parameters
Classes in jetbrains.buildServer.controllers.parameters that implement StatefulObject Modifier and Type Class Description class
ParameterSpecForm
-
Uses of StatefulObject in jetbrains.buildServer.controllers.parameters.types
Classes in jetbrains.buildServer.controllers.parameters.types that implement StatefulObject Modifier and Type Class Description static class
PasswordFieldParameterType.State
-
Uses of StatefulObject in jetbrains.buildServer.controllers.profile
Classes in jetbrains.buildServer.controllers.profile that implement StatefulObject Modifier and Type Class Description class
AbstractProperty<PropertyLinkProviderType,PropertyValidatorType,PropertyInfoType extends BasePropertyInfo<PropertyLinkProviderType,PropertyValidatorType>,EditeeType,EditeeFormType>
class
EditPersonalProfileForm
class
NotificatorPluginSection
class
ProfileForm
class
UserGroupProperty
class
UserProperty
class
VisibleBuildTypesBean
class
VisibleProjectsBean
-
Uses of StatefulObject in jetbrains.buildServer.controllers.user
Classes in jetbrains.buildServer.controllers.user that implement StatefulObject Modifier and Type Class Description class
NewUserForm
-
Uses of StatefulObject in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement StatefulObject Modifier and Type Class Description class
OAuthConnectionBean
-