Package org.jenkinsci.plugins.scriptler
Class ScriptlerLoadingTasks
- java.lang.Object
-
- org.jenkinsci.plugins.scriptler.ScriptlerLoadingTasks
-
public final class ScriptlerLoadingTasks extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setupExistingScripts()
static void
synchronizeConfig()
Checks if all available scripts on the system are in the config and if all configured files are physically on the filesystem.
-
-
-
Method Detail
-
synchronizeConfig
@Initializer(after=PLUGINS_PREPARED) public static void synchronizeConfig() throws IOException
Checks if all available scripts on the system are in the config and if all configured files are physically on the filesystem.- Throws:
IOException
- if the configuration could not be loaded or saved
-
setupExistingScripts
@Initializer(after=JOB_LOADED) public static void setupExistingScripts()
-
-