jetbrains.buildServer.agent.plugins.beans
Interface PluginDescriptor


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
 java.io.File getPluginRoot()
           
 

Method Detail

getPluginRoot

@NotNull
java.io.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