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 PropertyKey
AgentListBaseForm. 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 PropertyKey
ChangeLogFilter. getShowBuildsOption()
protected PropertyKey
IssueLogFilter. getShowBuildsOption()
protected PropertyKey
LogFilter. getShowBuildsOption()
protected PropertyKey
ProjectChangeLogFilter. getShowBuildsOption()
protected PropertyKey
LogFilter. getShowGraphOption()
-
Uses of PropertyKey in jetbrains.buildServer.controllers.interceptors
Fields in jetbrains.buildServer.controllers.interceptors declared as PropertyKey Modifier and Type Field Description static PropertyKey
FirstLoginInterceptor. 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 boolean
InMemoryUser. deleteProperty(PropertyKey propertyKey)
void
InMemoryUser. deleteUserProperty(PropertyKey propertyKey)
boolean
InMemoryUser. getBooleanProperty(PropertyKey propertyKey)
String
InMemoryUser. getPropertyValue(PropertyKey propertyKey)
boolean
InMemoryUser. setProperty(PropertyKey propertyKey, String value)
void
InMemoryUser. setUserProperty(PropertyKey propertyKey, String value)
Method parameters in jetbrains.buildServer.controllers.login with type arguments of type PropertyKey Modifier and Type Method Description boolean
InMemoryUser. setProperties(Map<? extends PropertyKey,String> properties)
void
InMemoryUser. 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 PropertyKey
BasePluginSection. getPropertyKey(String propertyName)
PropertyKey
NotificatorPluginSection. getPropertyKey(String propertyName)
PropertyKey
PluginSection. 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 void
ProfileForm. 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 PropertyKey
BuildQueueForm. 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 void
SUserGroup. 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.void
SUserGroup. 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 void
SUserGroup. 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 void
SecuredUserGroup. deleteGroupProperty(PropertyKey propertyKey)
void
UserGroupImpl. deleteGroupProperty(PropertyKey propertyKey)
boolean
SecuredUserGroup. deleteProperty(PropertyKey propertyKey)
boolean
UserGroupImpl. deleteProperty(PropertyKey propertyKey)
Set<SUserGroup>
SecuredUserGroupManager. findUserGroupsByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)
Set<SUserGroup>
UserGroupManagerImpl. findUserGroupsByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)
boolean
DeletedUserGroup. getBooleanProperty(PropertyKey propertyKey)
boolean
SecuredUserGroup. getBooleanProperty(PropertyKey propertyKey)
boolean
UserGroupImpl. getBooleanProperty(PropertyKey propertyKey)
String
DeletedUserGroup. getPropertyValue(PropertyKey propertyKey)
String
SecuredUserGroup. getPropertyValue(PropertyKey propertyKey)
String
UserGroupImpl. getPropertyValue(PropertyKey propertyKey)
Properties.void
SecuredUserGroup. setGroupProperty(PropertyKey propertyKey, String value)
void
UserGroupImpl. setGroupProperty(PropertyKey propertyKey, String value)
boolean
SecuredUserGroup. setProperty(PropertyKey propertyKey, String value)
boolean
UserGroupImpl. setProperty(PropertyKey propertyKey, String value)
Method parameters in jetbrains.buildServer.groups.impl with type arguments of type PropertyKey Modifier and Type Method Description void
SecuredUserGroup. setGroupProperties(Map<? extends PropertyKey,String> properties)
void
UserGroupImpl. setGroupProperties(Map<? extends PropertyKey,String> properties)
boolean
SecuredUserGroup. setProperties(Map<? extends PropertyKey,String> properties)
boolean
UserGroupImpl. 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 void
UserModelListenerEx. 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 S
PropertyHolderAssert. doesNotHaveProperty(PropertyKey key)
S
PropertyHolderAssert. 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 class
AuthPropertyKey
Represents an authentication property keyclass
NotificatorPropertyKey
Represents a notifier property keyclass
PluginPropertyKey
Base class for plugin properties that can be stored in the user profileclass
SimplePropertyKey
class
VcsUsernamePropertyKey
Represents VCS username property from the user profileFields in jetbrains.buildServer.users declared as PropertyKey Modifier and Type Field Description static PropertyKey
StandardProperties. ADD_TRIGGERED_BUILD_TO_FAVORITES
If set all builds triggered manually by the user will be added to his/her favoritesstatic PropertyKey
StandardProperties. AUTODETECT_TIMEZONE
If set, TeamCity will try to autodetect user timezone and convert time correspondinglystatic PropertyKey
UserAvatarsManager. AVATAR_HASH
static PropertyKey
StandardProperties. HIGHLIGHT_MY_CHANGES
If not set or is true then links to changes containing this user changelists are highlighted.static PropertyKey
StandardProperties. LAST_USED_TIMEZONE
Contains id of the last used timezone (empty if AUTODETECT_TIMEZONE is not set)static PropertyKey
StandardProperties. SHOW_ALL_PERSONAL_BUILDS
If set user will see all (not only his/her own) personal builds in TeamCity interface.static PropertyKey
StandardProperties. THEME
UI theme (currently for TeamCity Pipelines only)static PropertyKey
StandardProperties. USE_EXPERIMENTAL_OVERVIEW
If 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 boolean
SPropertyHolder. deleteProperty(PropertyKey propertyKey)
Deletes a property with specified key.void
SUser. 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.boolean
PropertyHolder. getBooleanProperty(PropertyKey propertyKey)
Returns value of the boolean propertyboolean
SimpleUserData. getBooleanProperty(PropertyKey propertyKey)
String
PropertyHolder. getPropertyValue(PropertyKey propertyKey)
Returns value of the property with specified keyString
SimpleUserData. getPropertyValue(PropertyKey propertyKey)
void
UserUpdate. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)
boolean
SPropertyHolder. setProperty(PropertyKey propertyKey, String value)
Sets a property with specified key and value.void
SUser. 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 boolean
SPropertyHolder. setProperties(Map<? extends PropertyKey,String> properties)
Updates the specified properties.void
SUser. 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 PropertyKey
PropertyHolderImpl. 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 PropertyKey
PropertyHolderImpl. convertPropertyKey(PropertyKey orig)
void
BasePropertyUpdater. deleteProperty(IDType id, PropertyKey propertyKey)
void
FeatureProviderUserUpdate. deleteProperty(Long id, PropertyKey propertyKey)
boolean
PropertyHolderImpl. deleteProperty(PropertyKey propertyKey)
void
PropertyUpdater. deleteProperty(IDType id, PropertyKey propertyKey)
boolean
RestrictedUserImpl. deleteProperty(PropertyKey propertyKey)
void
SecuredUserModel. deleteProperty(Long id, PropertyKey propertyKey)
boolean
UserImpl. deleteProperty(PropertyKey propertyKey)
void
UserModelImpl. deleteProperty(Long userId, PropertyKey key)
void
RestrictedUserImpl. deleteUserProperty(PropertyKey propertyKey)
void
SecuredUser. deleteUserProperty(PropertyKey propertyKey)
void
UserImpl. deleteUserProperty(PropertyKey propertyKey)
UserSet<SUser>
SecuredUserModel. findUsersByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)
UserSet<SUser>
UserModelImpl. findUsersByPropertyValue(PropertyKey propertyKey, String propertyValue, boolean caseSensitive)
boolean
PropertyHolderImpl. getBooleanProperty(PropertyKey propertyKey)
boolean
RestrictedUserImpl. getBooleanProperty(PropertyKey propertyKey)
boolean
SecuredUser. getBooleanProperty(PropertyKey propertyKey)
boolean
UserImpl. getBooleanProperty(PropertyKey propertyKey)
String
PropertyHolderImpl. getPropertyValue(PropertyKey propertyKey)
String
RestrictedUserImpl. getPropertyValue(PropertyKey propertyKey)
String
SecuredUser. getPropertyValue(PropertyKey propertyKey)
String
UserImpl. getPropertyValue(PropertyKey propertyKey)
void
FeatureProviderUserUpdate. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)
void
SecuredUserModel. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)
void
UserModelImpl. notifyUserPropertyChanged(SUser user, PropertyKey propertyKey)
void
BasePropertyUpdater. setProperty(IDType id, PropertyKey propertyKey, String value)
void
FeatureProviderUserUpdate. setProperty(Long id, PropertyKey prop, String value)
boolean
PropertyHolderImpl. setProperty(PropertyKey propertyKey, String value)
void
PropertyUpdater. setProperty(IDType id, PropertyKey prop, String value)
boolean
RestrictedUserImpl. setProperty(PropertyKey propertyKey, String value)
void
SecuredUserModel. setProperty(Long id, PropertyKey prop, String value)
boolean
UserImpl. setProperty(PropertyKey propertyKey, String value)
void
UserModelImpl. setProperty(Long userId, PropertyKey key, String value)
void
RestrictedUserImpl. setUserProperty(PropertyKey propertyKey, String value)
void
SecuredUser. setUserProperty(PropertyKey propertyKey, String value)
void
UserImpl. setUserProperty(PropertyKey propertyKey, String value)
Method parameters in jetbrains.buildServer.users.impl with type arguments of type PropertyKey Modifier and Type Method Description void
BasePropertyUpdater. setProperties(IDType id, Map<? extends PropertyKey,String> properties)
void
FeatureProviderUserUpdate. setProperties(Long id, Map<? extends PropertyKey,String> properties)
NewUserAccountBuilder
NewUserAccountBuilder. setProperties(Map<PropertyKey,String> properties)
boolean
PropertyHolderImpl. setProperties(Map<? extends PropertyKey,String> properties)
void
PropertyUpdater. setProperties(IDType id, Map<? extends PropertyKey,String> properties)
boolean
RestrictedUserImpl. setProperties(Map<? extends PropertyKey,String> properties)
void
SecuredUserModel. setProperties(Long id, Map<? extends PropertyKey,String> properties)
boolean
UserImpl. setProperties(Map<? extends PropertyKey,String> properties)
void
UserModelImpl. setProperties(Long userId, Map<? extends PropertyKey,String> properties)
void
RestrictedUserImpl. setUserProperties(Map<? extends PropertyKey,String> properties)
void
SecuredUser. setUserProperties(Map<? extends PropertyKey,String> properties)
void
UserImpl. 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)
-