Uses of Interface
jetbrains.buildServer.plugins.AgentExtensionInfo
-
Packages that use AgentExtensionInfo Package Description jetbrains.buildServer.plugins jetbrains.buildServer.serverSide.impl.agent -
-
Uses of AgentExtensionInfo in jetbrains.buildServer.plugins
Classes in jetbrains.buildServer.plugins that implement AgentExtensionInfo Modifier and Type Class Description class
AgentPluginInfo
Created by Evgeniy.Koshkin.class
AgentToolInfo
Created by Evgeniy.Koshkin. -
Uses of AgentExtensionInfo in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return AgentExtensionInfo Modifier and Type Method Description AgentExtensionInfo
AbstractAgentPluginsHolder. getPlugin(String name)
AgentExtensionInfo
AgentPluginsHolder. getPlugin(String name)
Returns build agent extensions info by its nameAgentExtensionInfo
AgentPluginsHolder. getPlugin(String pluginPartName, String name)
Returns build agent extension info from plugin part by its nameAgentExtensionInfo
CompositeAgentPluginsHolder. getPlugin(String pluginPartName, String name)
Methods in jetbrains.buildServer.serverSide.impl.agent that return types with arguments of type AgentExtensionInfo Modifier and Type Method Description Collection<AgentExtensionInfo>
AbstractAgentPluginsHolder. getPlugins()
Collection<AgentExtensionInfo>
AgentPluginsHolder. getPlugins()
Get all registered build agent extensions (plugins, tools) For every extension from returned collection url will be formed by build agent in the form: [server url]/update/plugins/[extension.getName()]Collection<AgentExtensionInfo>
AgentPluginsHolder. getPlugins(String pluginPartName)
Get all registered build agent extensions (plugins, tools) For every extension from returned collection url will be formed by build agent in the form: [server url]/update/plugins/[pluginPartName]/[extension.getName()]Collection<AgentExtensionInfo>
AgentPluginsProvider2. getPlugins(String pluginPartName)
Get build agent extensions (plugins, tools) of a given plugin part.Collection<AgentExtensionInfo>
AgentPluginsProviderBase. getPlugins(String pluginPartName)
protected abstract Collection<AgentExtensionInfo>
BuildAgentPluginsProvider. getPlugins()
Collection<AgentExtensionInfo>
BuildAgentPluginsProvider. getPlugins(String pluginPartName)
Collection<AgentExtensionInfo>
CompositeAgentPluginsHolder. getPlugins(String pluginPartName)
Collection<AgentExtensionInfo>
FileAgentPluginProvider. getPlugins(String pluginPartName)
Collection<AgentExtensionInfo>
OverallAgentPluginsProvider. getPlugins(String pluginPartName)
-