Uses of Class
jetbrains.buildServer.plugins.PluginPaths.PluginLocation
-
Packages that use PluginPaths.PluginLocation Package Description jetbrains.buildServer.plugins jetbrains.buildServer.web.plugins -
-
Uses of PluginPaths.PluginLocation in jetbrains.buildServer.plugins
Methods in jetbrains.buildServer.plugins that return PluginPaths.PluginLocation Modifier and Type Method Description PluginPaths.PluginLocation
PluginPaths. findLocation(String path)
PluginPaths.PluginLocation
PluginPaths. findLocation(PluginInfo info)
static PluginPaths.PluginLocation
PluginPaths.PluginLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginPaths.PluginLocation[]
PluginPaths.PluginLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.plugins with parameters of type PluginPaths.PluginLocation Modifier and Type Method Description File
PluginPaths. getPluginsFolder(PluginPaths.PluginLocation location)
Get the root directory that should be scanned for the plugins -
Uses of PluginPaths.PluginLocation in jetbrains.buildServer.web.plugins
Methods in jetbrains.buildServer.web.plugins that return PluginPaths.PluginLocation Modifier and Type Method Description PluginPaths.PluginLocation
ServerPluginPaths. findLocation(String path)
PluginPaths.PluginLocation
ServerPluginPaths. findLocation(PluginInfo info)
Methods in jetbrains.buildServer.web.plugins with parameters of type PluginPaths.PluginLocation Modifier and Type Method Description File
ServerPluginPaths. getPluginsFolder(PluginPaths.PluginLocation location)
-