Interface AgentPluginInfo
-
- All Superinterfaces:
PluginDescriptor
,PluginInfo
- All Known Implementing Classes:
AgentPluginInfoImpl
public interface AgentPluginInfo extends PluginInfo, PluginDescriptor
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 01.02.11 22:13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentExtensionType
getPluginType()
AgentPluginXml
getPluginXml()
-
Methods inherited from interface jetbrains.buildServer.agent.plugins.beans.PluginDescriptor
getPluginRoot
-
Methods inherited from interface jetbrains.buildServer.plugins.bean.PluginInfo
getClassloadingInfo, getDependencies, getPluginName, getPluginRoot, getPluginVersion, getSpringPluginInfo, getUUID, isRuntimeReloadAllowed
-
-
-
-
Method Detail
-
getPluginType
@NotNull AgentExtensionType getPluginType()
-
getPluginXml
@NotNull AgentPluginXml getPluginXml()
-
-