Package org.jenkinsci.plugins.scriptler
Class SyncUtil
java.lang.Object
org.jenkinsci.plugins.scriptler.SyncUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
syncDirWithCfg
(File scriptDirectory, ScriptlerConfiguration cfg) Deprecated.static void
syncDirWithCfg
(Path scriptDirectory, ScriptlerConfiguration cfg) must be saved (by caller) after finishing this all sync
-
Method Details
-
syncDirWithCfg
@Deprecated(since="380") public static void syncDirWithCfg(File scriptDirectory, ScriptlerConfiguration cfg) throws IOException Deprecated.UsesyncDirWithCfg(Path, ScriptlerConfiguration)
instead.- Throws:
IOException
-
syncDirWithCfg
public static void syncDirWithCfg(Path scriptDirectory, ScriptlerConfiguration cfg) throws IOException must be saved (by caller) after finishing this all sync- Throws:
IOException
-
syncDirWithCfg(Path, ScriptlerConfiguration)
instead.