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 voidCloudRegistryImpl. 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 voidXmlRpcHandlerManagerImpl. addHandler(String handlerName, Object handler)voidXmlRpcHandlerManagerImpl. 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 voidAuthorizationInterceptorImpl. 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 voidIssueProvidersManagerImpl. registerProcessor(IssueProviderProcessor processor)voidSecuredIssueProvidersManager. 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 voidNotificatorRegistryImpl. register(Notificator notificator)voidNotificatorRegistryImpl. 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 voidUserAuthSettingsPluginsRegistryImpl. registerUserAuthSettingsPlugin(AuthModuleType authModuleType, UserProfilePluginInfo pluginInfo)voidUserAuthSettingsPluginsRegistryImpl. registerUserGroupAuthSettingsPlugin(AuthModuleType authModuleType, UserGroupProfilePluginInfo pluginInfo)voidPluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)voidMultiNodesEventsDbImpl. subscribe(String eventName, Consumer<MultiNodesEvents.Event> eventConsumer)voidMultiNodeTasksDbImpl. subscribe(String taskType, MultiNodeTasks.TaskConsumer consumer)voidMultiNodesEventsDbImpl. subscribeOnEvents(String eventName, Consumer<List<MultiNodesEvents.Event>> eventConsumer)voidMultiNodeTasksDbImpl. 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 voidSecuredLoginConfiguration. addListener(LoginConfigurationListener listener)voidSecuredLoginConfiguration. 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 voidAsyncBuildEventDispatcherImpl. 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 voidRunTypeRegistryImpl. 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 voidConfigChangesCommitterImpl. addExtension(ConfigCommitterExtension extension)voidProjectSettingsGeneratorRegistryImpl. 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 voidProjectSettingsManagerImpl. 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 ValueProviderValueProviderRegistryImpl. registerAlias(ValueProvider valueProvider, String key)ValueProviderValueProviderRegistryImpl. registerorFindValueProvider(ValueProvider valueProvider)voidValueProviderRegistryImpl. 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 voidResetCacheRegisterImpl. 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 voidVcsSupportContextRegistry. register(String vcsName, VcsSupportContext context)Register VCS Support Context.voidVcsSupportContextRegistry. 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 voidLinkProviderManagerImpl. registerProvider(String problemType, SystemProblemWebSpecificsProvider provider)
-