Uses of Class
jetbrains.buildServer.users.PropertyKey
-
-
Uses of PropertyKey in jetbrains.buildServer.controllers.admin.groups
Methods in jetbrains.buildServer.controllers.admin.groups that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>EditGroupBean. getGroupProperties() -
Uses of PropertyKey in jetbrains.buildServer.controllers.agent
Fields in jetbrains.buildServer.controllers.agent declared as PropertyKey Modifier and Type Field Description static PropertyKeyAgentListBaseForm. DO_NOT_GROUP_BY_POOL_PROPERTY_KEY -
Uses of PropertyKey in jetbrains.buildServer.controllers.buildType.tabs
Methods in jetbrains.buildServer.controllers.buildType.tabs that return PropertyKey Modifier and Type Method Description protected PropertyKeyChangeLogFilter. getShowBuildsOption()protected PropertyKeyIssueLogFilter. getShowBuildsOption()protected PropertyKeyLogFilter. getShowBuildsOption()protected PropertyKeyProjectChangeLogFilter. getShowBuildsOption()protected PropertyKeyLogFilter. getShowGraphOption() -
Uses of PropertyKey in jetbrains.buildServer.controllers.interceptors
Fields in jetbrains.buildServer.controllers.interceptors declared as PropertyKey Modifier and Type Field Description static PropertyKeyFirstLoginInterceptor. WAS_LOGGED_IN -
Uses of PropertyKey in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>InMemoryUser. getProperties()Methods in jetbrains.buildServer.controllers.login with parameters of type PropertyKey Modifier and Type Method Description booleanInMemoryUser. deleteProperty(PropertyKey propertyKey)voidInMemoryUser. deleteUserProperty(PropertyKey propertyKey)booleanInMemoryUser. getBooleanProperty(PropertyKey propertyKey)StringInMemoryUser. getPropertyValue(PropertyKey propertyKey)booleanInMemoryUser. setProperty(PropertyKey propertyKey, String value)voidInMemoryUser. setUserProperty(PropertyKey propertyKey, String value)Method parameters in jetbrains.buildServer.controllers.login with type arguments of type PropertyKey Modifier and Type Method Description booleanInMemoryUser. setProperties(Map<? extends PropertyKey,String> properties)voidInMemoryUser. setUserProperties(Map<? extends PropertyKey,String> properties) -
Uses of PropertyKey in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return PropertyKey Modifier and Type Method Description PropertyKeyBasePluginSection. getPropertyKey(String propertyName)PropertyKeyNotificatorPluginSection. getPropertyKey(String propertyName)PropertyKeyPluginSection. getPropertyKey(String propertyName)Methods in jetbrains.buildServer.controllers.profile that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>ProfileForm. getUserProperties()Method parameters in jetbrains.buildServer.controllers.profile with type arguments of type PropertyKey Modifier and Type Method Description voidProfileForm. loadPluginSections(Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, Map<PropertyKey,String> userProperties, boolean loadPluginsWithoutProperties)Constructor parameters in jetbrains.buildServer.controllers.profile with type arguments of type PropertyKey Constructor Description BasePluginSection(BaseProfilePluginInfo<PropertyInfoType> plugin, Map<PropertyKey,String> properties)UserGroupPluginSectionImpl(UserGroupProfilePluginInfo plugin, Map<PropertyKey,String> properties)UserPluginSectionImpl(UserProfilePluginInfo plugin, Map<PropertyKey,String> properties) -
Uses of PropertyKey in jetbrains.buildServer.controllers.queue
Fields in jetbrains.buildServer.controllers.queue declared as PropertyKey Modifier and Type Field Description static PropertyKeyBuildQueueForm. AGENT_POOL_ID_FILTER_PROPERTY_KEY -
Uses of PropertyKey in jetbrains.buildServer.groups
Methods in jetbrains.buildServer.groups with parameters of type PropertyKey Modifier and Type Method Description voidSUserGroup. deleteGroupProperty(PropertyKey propertyKey)Deletes a property with specified key from this group.Set<SUserGroup>UserGroupManager. findUserGroupsByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)Returns set of the user groups having specified property.voidSUserGroup. setGroupProperty(PropertyKey propertyKey, String value)Sets a property with specified key and value in this group.Method parameters in jetbrains.buildServer.groups with type arguments of type PropertyKey Modifier and Type Method Description voidSUserGroup. setGroupProperties(Map<? extends PropertyKey,String> properties)Updates properties of this group. -
Uses of PropertyKey in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>DeletedUserGroup. getProperties()Map<PropertyKey,String>SecuredUserGroup. getProperties()Map<PropertyKey,String>UserGroupImpl. getProperties()Methods in jetbrains.buildServer.groups.impl with parameters of type PropertyKey Modifier and Type Method Description voidSecuredUserGroup. deleteGroupProperty(PropertyKey propertyKey)voidUserGroupImpl. deleteGroupProperty(PropertyKey propertyKey)booleanSecuredUserGroup. deleteProperty(PropertyKey propertyKey)booleanUserGroupImpl. deleteProperty(PropertyKey propertyKey)Set<SUserGroup>SecuredUserGroupManager. findUserGroupsByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)Set<SUserGroup>UserGroupManagerImpl. findUserGroupsByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)booleanDeletedUserGroup. getBooleanProperty(PropertyKey propertyKey)booleanSecuredUserGroup. getBooleanProperty(PropertyKey propertyKey)booleanUserGroupImpl. getBooleanProperty(PropertyKey propertyKey)StringDeletedUserGroup. getPropertyValue(PropertyKey propertyKey)StringSecuredUserGroup. getPropertyValue(PropertyKey propertyKey)StringUserGroupImpl. getPropertyValue(PropertyKey propertyKey)Properties.voidSecuredUserGroup. setGroupProperty(PropertyKey propertyKey, String value)voidUserGroupImpl. setGroupProperty(PropertyKey propertyKey, String value)booleanSecuredUserGroup. setProperty(PropertyKey propertyKey, String value)booleanUserGroupImpl. setProperty(PropertyKey propertyKey, String value)Method parameters in jetbrains.buildServer.groups.impl with type arguments of type PropertyKey Modifier and Type Method Description voidSecuredUserGroup. setGroupProperties(Map<? extends PropertyKey,String> properties)voidUserGroupImpl. setGroupProperties(Map<? extends PropertyKey,String> properties)booleanSecuredUserGroup. setProperties(Map<? extends PropertyKey,String> properties)booleanUserGroupImpl. setProperties(Map<? extends PropertyKey,String> properties) -
Uses of PropertyKey in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type PropertyKey Modifier and Type Method Description default voidUserModelListenerEx. userPropertyChanged(SUser user, PropertyKey propertyKey) -
Uses of PropertyKey in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type PropertyKey Modifier and Type Method Description SPropertyHolderAssert. doesNotHaveProperty(PropertyKey key)SPropertyHolderAssert. hasProperty(PropertyKey key, String value) -
Uses of PropertyKey in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>ServerPrincipal. getNewUserProperties()Constructor parameters in jetbrains.buildServer.serverSide.auth with type arguments of type PropertyKey Constructor Description ServerPrincipal(String realm, String name, AuthPropertyKey usernamePropertyKey, boolean creatingNewUserAllowed, Map<PropertyKey,String> newUserProperties)ServerPrincipal(String realm, String name, AuthPropertyKey usernamePropertyKey, boolean creatingNewUserAllowed, Map<PropertyKey,String> newUserProperties, PermissionsHolder permissionsHolder) -
Uses of PropertyKey in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type PropertyKey Constructor Description BasePropertyUniquenessValidator(SecurityContextEx securityContext, PropertyKey propertyKey, String description, PropertyDefaultValueProviderType defaultValueProvider, PropertyValueCanonizerType valueCanonizer)UserGroupPropertyUniquenessValidator(UserGroupManager userGroupManager, SecurityContextEx securityContext, PropertyKey propertyKey, String description, UserGroupPropertyDefaultValueProvider defaultValueProvider, UserGroupPropertyValueCanonizer valueCanonizer)UserPropertyUniquenessValidator(UserModel userModel, SecurityContextEx securityContext, PropertyKey propertyKey, String description, UserPropertyDefaultValueProvider defaultValueProvider, UserPropertyValueCanonizer valueCanonizer) -
Uses of PropertyKey in jetbrains.buildServer.users
Subclasses of PropertyKey in jetbrains.buildServer.users Modifier and Type Class Description classAuthPropertyKeyRepresents an authentication property keyclassNotificatorPropertyKeyRepresents a notifier property keyclassPluginPropertyKeyBase class for plugin properties that can be stored in the user profileclassSimplePropertyKeyclassVcsUsernamePropertyKeyRepresents VCS username property from the user profileFields in jetbrains.buildServer.users declared as PropertyKey Modifier and Type Field Description static PropertyKeyStandardProperties. ADD_TRIGGERED_BUILD_TO_FAVORITESIf set all builds triggered manually by the user will be added to his/her favoritesstatic PropertyKeyStandardProperties. AUTODETECT_TIMEZONEIf set, TeamCity will try to autodetect user timezone and convert time correspondinglystatic PropertyKeyUserAvatarsManager. AVATAR_HASHstatic PropertyKeyStandardProperties. HIGHLIGHT_MY_CHANGESIf not set or is true then links to changes containing this user changelists are highlighted.static PropertyKeyStandardProperties. LAST_USED_TIMEZONEContains id of the last used timezone (empty if AUTODETECT_TIMEZONE is not set)static PropertyKeyStandardProperties. SHOW_ALL_PERSONAL_BUILDSIf set user will see all (not only his/her own) personal builds in TeamCity interface.static PropertyKeyStandardProperties. THEMEUI theme (currently for TeamCity Pipelines only)static PropertyKeyStandardProperties. USE_EXPERIMENTAL_OVERVIEWIf set experimental UI will be used by defaultMethods in jetbrains.buildServer.users that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>PropertyHolder. getProperties()Returns map of the propertiesMap<PropertyKey,String>SimpleUserData. getProperties()Methods in jetbrains.buildServer.users with parameters of type PropertyKey Modifier and Type Method Description booleanSPropertyHolder. deleteProperty(PropertyKey propertyKey)Deletes a property with specified key.voidSUser. deleteUserProperty(PropertyKey propertyKey)Deletes a property with specified key from the user profile.UserSet<SUser>UserModel. findUsersByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)Returns UserSet of users having specified property in the profile.booleanPropertyHolder. getBooleanProperty(PropertyKey propertyKey)Returns value of the boolean propertybooleanSimpleUserData. getBooleanProperty(PropertyKey propertyKey)StringPropertyHolder. getPropertyValue(PropertyKey propertyKey)Returns value of the property with specified keyStringSimpleUserData. getPropertyValue(PropertyKey propertyKey)voidUserUpdate. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)booleanSPropertyHolder. setProperty(PropertyKey propertyKey, String value)Sets a property with specified key and value.voidSUser. setUserProperty(PropertyKey propertyKey, String value)Sets a property with specified key and value in user profileMethod parameters in jetbrains.buildServer.users with type arguments of type PropertyKey Modifier and Type Method Description booleanSPropertyHolder. setProperties(Map<? extends PropertyKey,String> properties)Updates the specified properties.voidSUser. setUserProperties(Map<? extends PropertyKey,String> properties)Updates properties of the user specified by user id. -
Uses of PropertyKey in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that return PropertyKey Modifier and Type Method Description static PropertyKeyPropertyHolderImpl. convertPropertyKey(PropertyKey orig)Methods in jetbrains.buildServer.users.impl that return types with arguments of type PropertyKey Modifier and Type Method Description Map<PropertyKey,String>NewUserAccount. getProperties()Map<PropertyKey,String>PropertyHolderImpl. getProperties()Map<PropertyKey,String>RestrictedUserImpl. getProperties()Map<PropertyKey,String>SecuredUser. getProperties()Map<PropertyKey,String>UserImpl. getProperties()Map<PropertyKey,String>BasePropertyLoader. loadProperties(IDType id)Map<PropertyKey,String>FeatureProviderUserDataLoader. loadProperties(Long id)Map<PropertyKey,String>PropertyLoader. loadProperties(IDType id)Map<PropertyKey,String>UserDataLoaderImpl. loadProperties(Long id)Methods in jetbrains.buildServer.users.impl with parameters of type PropertyKey Modifier and Type Method Description static PropertyKeyPropertyHolderImpl. convertPropertyKey(PropertyKey orig)voidBasePropertyUpdater. deleteProperty(IDType id, PropertyKey propertyKey)voidFeatureProviderUserUpdate. deleteProperty(Long id, PropertyKey propertyKey)booleanPropertyHolderImpl. deleteProperty(PropertyKey propertyKey)voidPropertyUpdater. deleteProperty(IDType id, PropertyKey propertyKey)booleanRestrictedUserImpl. deleteProperty(PropertyKey propertyKey)voidSecuredUserModel. deleteProperty(Long id, PropertyKey propertyKey)booleanUserImpl. deleteProperty(PropertyKey propertyKey)voidUserModelImpl. deleteProperty(Long userId, PropertyKey key)voidRestrictedUserImpl. deleteUserProperty(PropertyKey propertyKey)voidSecuredUser. deleteUserProperty(PropertyKey propertyKey)voidUserImpl. deleteUserProperty(PropertyKey propertyKey)UserSet<SUser>SecuredUserModel. findUsersByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)UserSet<SUser>UserModelImpl. findUsersByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)booleanPropertyHolderImpl. getBooleanProperty(PropertyKey propertyKey)booleanRestrictedUserImpl. getBooleanProperty(PropertyKey propertyKey)booleanSecuredUser. getBooleanProperty(PropertyKey propertyKey)booleanUserImpl. getBooleanProperty(PropertyKey propertyKey)StringPropertyHolderImpl. getPropertyValue(PropertyKey propertyKey)StringRestrictedUserImpl. getPropertyValue(PropertyKey propertyKey)StringSecuredUser. getPropertyValue(PropertyKey propertyKey)StringUserImpl. getPropertyValue(PropertyKey propertyKey)voidFeatureProviderUserUpdate. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)voidSecuredUserModel. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)voidUserModelImpl. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)voidBasePropertyUpdater. setProperty(IDType id, PropertyKey propertyKey, String value)voidFeatureProviderUserUpdate. setProperty(Long id, PropertyKey prop, String value)booleanPropertyHolderImpl. setProperty(PropertyKey propertyKey, String value)voidPropertyUpdater. setProperty(IDType id, PropertyKey prop, String value)booleanRestrictedUserImpl. setProperty(PropertyKey propertyKey, String value)voidSecuredUserModel. setProperty(Long id, PropertyKey prop, String value)booleanUserImpl. setProperty(PropertyKey propertyKey, String value)voidUserModelImpl. setProperty(Long userId, PropertyKey key, String value)voidRestrictedUserImpl. setUserProperty(PropertyKey propertyKey, String value)voidSecuredUser. setUserProperty(PropertyKey propertyKey, String value)voidUserImpl. setUserProperty(PropertyKey propertyKey, String value)Method parameters in jetbrains.buildServer.users.impl with type arguments of type PropertyKey Modifier and Type Method Description voidBasePropertyUpdater. setProperties(IDType id, Map<? extends PropertyKey,String> properties)voidFeatureProviderUserUpdate. setProperties(Long id, Map<? extends PropertyKey,String> properties)NewUserAccountBuilderNewUserAccountBuilder. setProperties(Map<PropertyKey,String> properties)booleanPropertyHolderImpl. setProperties(Map<? extends PropertyKey,String> properties)voidPropertyUpdater. setProperties(IDType id, Map<? extends PropertyKey,String> properties)booleanRestrictedUserImpl. setProperties(Map<? extends PropertyKey,String> properties)voidSecuredUserModel. setProperties(Long id, Map<? extends PropertyKey,String> properties)booleanUserImpl. setProperties(Map<? extends PropertyKey,String> properties)voidUserModelImpl. setProperties(Long userId, Map<? extends PropertyKey,String> properties)voidRestrictedUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)voidSecuredUser. setUserProperties(Map<? extends PropertyKey,String> properties)voidUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)Constructor parameters in jetbrains.buildServer.users.impl with type arguments of type PropertyKey Constructor Description NewUserAccount(String username, String name, String email, String password, Map<PropertyKey,String> properties)
-