Uses of Class
jetbrains.buildServer.plugins.AgentExtensionType
-
-
Uses of AgentExtensionType in jetbrains.buildServer.agent.plugins.beans
Methods in jetbrains.buildServer.agent.plugins.beans that return AgentExtensionType Modifier and Type Method Description AgentExtensionType
AgentPluginInfo. getPluginType()
AgentExtensionType
AgentPluginInfoImpl. getPluginType()
-
Uses of AgentExtensionType in jetbrains.buildServer.plugins
Methods in jetbrains.buildServer.plugins that return AgentExtensionType Modifier and Type Method Description AgentExtensionType
AgentPluginInfoEx. getPluginType()
AgentExtensionType
AgentExtensionInfo. getType()
Returns extension typeAgentExtensionType
AgentPluginInfo. getType()
AgentExtensionType
AgentToolInfo. getType()
static AgentExtensionType
AgentExtensionType. parse(String inputString)
static AgentExtensionType
AgentExtensionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentExtensionType[]
AgentExtensionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.plugins with parameters of type AgentExtensionType Constructor Description AgentPluginInfoEx(String pluginName, AgentExtensionType pluginType, FileInfo fileInfo, boolean allowLoadingOnDemand)
-
Uses of AgentExtensionType in jetbrains.buildServer.plugins.xml.agent
Methods in jetbrains.buildServer.plugins.xml.agent that return AgentExtensionType Modifier and Type Method Description AgentExtensionType
AgentPluginXml. getType()
Methods in jetbrains.buildServer.plugins.xml.agent with parameters of type AgentExtensionType Modifier and Type Method Description AgentPluginXml
AgentPluginXmlParser. getDefaultDescriptor(AgentExtensionType type)
AgentPluginXml
AgentPluginXmlParserImpl. getDefaultDescriptor(AgentExtensionType type)
Constructors in jetbrains.buildServer.plugins.xml.agent with parameters of type AgentExtensionType Constructor Description AgentPluginXml(boolean useStandaloneClassloader, AgentExtensionType type, Collection<String> executableFiles, Collection<AgentPluginXml.Dependency> dependencies)
-
Uses of AgentExtensionType in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return AgentExtensionType Modifier and Type Method Description AgentExtensionType
AgentPluginsVersionProvider.PluginState. getType()
Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentExtensionType Constructor Description PluginState(String name, AgentExtensionType type, File file, String hash)
-