Class ServerPluginDslPaths
- java.lang.Object
-
- jetbrains.buildServer.web.plugins.ServerPluginDslPaths
-
- All Implemented Interfaces:
PluginDslPaths
public class ServerPluginDslPaths extends Object implements PluginDslPaths
-
-
Constructor Summary
Constructors Constructor Description ServerPluginDslPaths(javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBundledDslCacheDirectory()
Return bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)
-
-
-
Method Detail
-
getBundledDslCacheDirectory
@NotNull public String getBundledDslCacheDirectory()
Description copied from interface:PluginDslPaths
Return bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)- Specified by:
getBundledDslCacheDirectory
in interfacePluginDslPaths
- Returns:
- see above
-
-