Package jetbrains.buildServer.plugins
Interface PluginDslPaths
-
- All Known Implementing Classes:
ServerPluginDslPaths
public interface PluginDslPaths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBundledDslCacheDirectory()
Return bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)
-
-
-
Method Detail
-
getBundledDslCacheDirectory
@NotNull String getBundledDslCacheDirectory()
Return bundled pre-compiled plugins DSL directory path (/WEB-INF/resources/bundledDslJarsDocs/)- Returns:
- see above
-
-