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 void
AgentPluginsRegistry. registerAgentPlugin(ServerPluginInfo info)
void
AgentPluginsRegistry. registerNotLoadedAgentPlugin(ServerPluginInfo info)
Register agent part of not loaded on server plugin.void
AgentPluginsRegistry. 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 ServerPluginInfo
AgentPluginsProvider2. getServerPluginInfo()
Returns information about server plugin to which the agent plugins belong.ServerPluginInfo
BuildAgentPluginsProviderBase. getServerPluginInfo()
ServerPluginInfo
FileAgentPluginProvider. getServerPluginInfo()
ServerPluginInfo
ServerPluginAgentPartProvider. getServerPluginInfo()
Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type ServerPluginInfo Modifier and Type Method Description void
AgentPluginsRegistryImpl. registerAgentPlugin(ServerPluginInfo info)
void
AgentPluginsRegistryImpl. registerNotLoadedAgentPlugin(ServerPluginInfo info)
void
AgentPluginsRegistryImpl. 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 class
ServerPluginInfoImpl
Represents 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)
-