Interface PluginDescriptor
-
- All Known Subinterfaces:
AgentPluginInfo
- All Known Implementing Classes:
AgentPluginInfoImpl
public interface PluginDescriptor
Agent plugin descriptor. An implementation of this interfaces is provided for every agent plugin. Note, for each plugin it will be different objects- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getPluginRoot()
-
-
-
Method Detail
-
getPluginRoot
@NotNull File getPluginRoot()
- Returns:
- path where build agent plugin files are located on the agent, it used to be (agent home)/plugins/(plugin name)
- Since:
- 6.0
-
-