Uses of Interface
jetbrains.buildServer.controllers.profile.PluginSection
-
Packages that use PluginSection Package Description jetbrains.buildServer.controllers.profile -
-
Uses of PluginSection in jetbrains.buildServer.controllers.profile
Subinterfaces of PluginSection in jetbrains.buildServer.controllers.profile Modifier and Type Interface Description interface
UserGroupPluginSection
interface
UserPluginSection
Classes in jetbrains.buildServer.controllers.profile that implement PluginSection Modifier and Type Class Description class
BasePluginSection<PropertyInfoType extends BasePropertyInfo<?,?>,EditeeType,EditeeFormType,PropertyType extends AbstractProperty<?,?,PropertyInfoType,EditeeType,EditeeFormType>>
class
NotificatorPluginSection
class
UserGroupPluginSectionImpl
class
UserPluginSectionImpl
Methods in jetbrains.buildServer.controllers.profile with type parameters of type PluginSection Modifier and Type Method Description static <T extends PluginSection>
List<T>ProfileForm. reorderPluginSections(Collection<T> sections)
-