Uses of Class
jetbrains.buildServer.plugins.RegisterMethod
-
-
Uses of RegisterMethod in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl with annotations of type RegisterMethod Modifier and Type Method Description void
CloudRegistryImpl. registerCloudFactory(CloudClientFactory factory)
-
Uses of RegisterMethod in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers with annotations of type RegisterMethod Modifier and Type Method Description void
XmlRpcHandlerManagerImpl. addHandler(String handlerName, Object handler)
void
XmlRpcHandlerManagerImpl. addSessionHandler(String handlerName, Object handler)
-
Uses of RegisterMethod in jetbrains.buildServer.controllers.interceptors
Methods in jetbrains.buildServer.controllers.interceptors with annotations of type RegisterMethod Modifier and Type Method Description void
AuthorizationInterceptorImpl. addPathBasedPermissionsChecker(String requestPath, RequestPermissionsChecker checker)
-
Uses of RegisterMethod in jetbrains.buildServer.issueTracker.impl.issueProviders
Methods in jetbrains.buildServer.issueTracker.impl.issueProviders with annotations of type RegisterMethod Modifier and Type Method Description void
IssueProvidersManagerImpl. registerProcessor(IssueProviderProcessor processor)
void
SecuredIssueProvidersManager. registerProcessor(IssueProviderProcessor processor)
-
Uses of RegisterMethod in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with annotations of type RegisterMethod Modifier and Type Method Description void
NotificatorRegistryImpl. register(Notificator notificator)
void
NotificatorRegistryImpl. register(Notificator notificator, List<UserPropertyInfo> userProperties)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with annotations of type RegisterMethod Modifier and Type Method Description void
UserAuthSettingsPluginsRegistryImpl. registerUserAuthSettingsPlugin(AuthModuleType authModuleType, UserProfilePluginInfo pluginInfo)
void
UserAuthSettingsPluginsRegistryImpl. registerUserGroupAuthSettingsPlugin(AuthModuleType authModuleType, UserGroupProfilePluginInfo pluginInfo)
void
PluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
void
MultiNodesEventsDbImpl. subscribe(String eventName, Consumer<MultiNodesEvents.Event> eventConsumer)
void
MultiNodeTasksDbImpl. subscribe(String taskType, MultiNodeTasks.TaskConsumer consumer)
void
MultiNodesEventsDbImpl. subscribeOnEvents(String eventName, Consumer<List<MultiNodesEvents.Event>> eventConsumer)
void
MultiNodeTasksDbImpl. subscribeOnSingletonTask(String taskType, MultiNodeTasks.TaskConsumer consumer)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with annotations of type RegisterMethod Modifier and Type Method Description void
SecuredLoginConfiguration. addListener(LoginConfigurationListener listener)
void
SecuredLoginConfiguration. registerAuthModuleType(AuthModuleType authModuleType)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.impl.events.async
Methods in jetbrains.buildServer.serverSide.impl.events.async with annotations of type RegisterMethod Modifier and Type Method Description void
AsyncBuildEventDispatcherImpl. subscribe(AsyncBuildEventListener listener)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.impl.runType
Methods in jetbrains.buildServer.serverSide.impl.runType with annotations of type RegisterMethod Modifier and Type Method Description void
RunTypeRegistryImpl. registerRunType(RunType runType)
Register a server-side implementation of build runner (or RunType). -
Uses of RegisterMethod in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with annotations of type RegisterMethod Modifier and Type Method Description void
ConfigChangesCommitterImpl. addExtension(ConfigCommitterExtension extension)
void
ProjectSettingsGeneratorRegistryImpl. register(ProjectSettingsGenerator generator)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.settings
Methods in jetbrains.buildServer.serverSide.settings with annotations of type RegisterMethod Modifier and Type Method Description void
ProjectSettingsManagerImpl. registerSettingsFactory(String serviceName, ProjectSettingsFactory factory)
-
Uses of RegisterMethod in jetbrains.buildServer.serverSide.statistics.impl
Methods in jetbrains.buildServer.serverSide.statistics.impl with annotations of type RegisterMethod Modifier and Type Method Description ValueProvider
ValueProviderRegistryImpl. registerAlias(ValueProvider valueProvider, String key)
ValueProvider
ValueProviderRegistryImpl. registerorFindValueProvider(ValueProvider valueProvider)
void
ValueProviderRegistryImpl. registerValueProvider(ValueProvider valueProvider)
-
Uses of RegisterMethod in jetbrains.buildServer.util.cache
Methods in jetbrains.buildServer.util.cache with annotations of type RegisterMethod Modifier and Type Method Description void
ResetCacheRegisterImpl. registerHandler(ResetCacheHandler handler)
-
Uses of RegisterMethod in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with annotations of type RegisterMethod Modifier and Type Method Description void
VcsSupportContextRegistry. register(String vcsName, VcsSupportContext context)
Register VCS Support Context.void
VcsSupportContextRegistry. registerVcsSupport(VcsSupportContext vcsSupport)
-
Uses of RegisterMethod in jetbrains.buildServer.web.systemProblems
Methods in jetbrains.buildServer.web.systemProblems with annotations of type RegisterMethod Modifier and Type Method Description void
LinkProviderManagerImpl. registerProvider(String problemType, SystemProblemWebSpecificsProvider provider)
-