Uses of Interface
jetbrains.buildServer.plugins.bean.ServerPluginInfo
-
Packages that use ServerPluginInfo Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl.agent jetbrains.buildServer.web.plugins.bean jetbrains.buildServer.web.plugins.jsp -
-
Uses of ServerPluginInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type ServerPluginInfo Modifier and Type Method Description voidAgentPluginsRegistry. registerAgentPlugin(ServerPluginInfo info)voidAgentPluginsRegistry. registerNotLoadedAgentPlugin(ServerPluginInfo info)Register agent part of not loaded on server plugin.voidAgentPluginsRegistry. replaceAgentPluginIfExists(ServerPluginInfo info)Replace old plugin info with new plugin info. -
Uses of ServerPluginInfo in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return ServerPluginInfo Modifier and Type Method Description ServerPluginInfoAgentPluginsProvider2. getServerPluginInfo()Returns information about server plugin to which the agent plugins belong.ServerPluginInfoBuildAgentPluginsProviderBase. getServerPluginInfo()ServerPluginInfoFileAgentPluginProvider. getServerPluginInfo()ServerPluginInfoServerPluginAgentPartProvider. getServerPluginInfo()Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type ServerPluginInfo Modifier and Type Method Description voidAgentPluginsRegistryImpl. registerAgentPlugin(ServerPluginInfo info)voidAgentPluginsRegistryImpl. registerNotLoadedAgentPlugin(ServerPluginInfo info)voidAgentPluginsRegistryImpl. replaceAgentPluginIfExists(ServerPluginInfo info)Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type ServerPluginInfo Constructor Description ServerPluginAgentPartProvider(ServerPluginInfo plugin) -
Uses of ServerPluginInfo in jetbrains.buildServer.web.plugins.bean
Classes in jetbrains.buildServer.web.plugins.bean that implement ServerPluginInfo Modifier and Type Class Description classServerPluginInfoImplRepresents all necessary information on plugin -
Uses of ServerPluginInfo in jetbrains.buildServer.web.plugins.jsp
Constructors in jetbrains.buildServer.web.plugins.jsp with parameters of type ServerPluginInfo Constructor Description PluginJspHandlerImpl(ServerPluginInfo plugin, TeamCityJSPServlet servlet)
-