Class ScriptlerConfiguration
java.lang.Object
org.jenkinsci.plugins.scriptler.config.ScriptSet
org.jenkinsci.plugins.scriptler.config.ScriptlerConfiguration
- All Implemented Interfaces:
Saveable
,Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptlerConfiguration
static XmlFile
boolean
boolean
Deprecated.static ScriptlerConfiguration
load()
void
save()
void
setDisableRemoteCatalog
(boolean disableRemoteCatalog) void
setDisbableRemoteCatalog
(boolean disableRemoteCatalog) Deprecated.UsesetDisableRemoteCatalog(boolean)
instead.Methods inherited from class org.jenkinsci.plugins.scriptler.config.ScriptSet
addOrReplace, getScriptById, getScripts, getUserScripts, removeScript, setScripts
-
Constructor Details
-
ScriptlerConfiguration
-
-
Method Details
-
save
- Specified by:
save
in interfaceSaveable
- Throws:
IOException
-
getXmlFile
-
load
- Throws:
IOException
-
getConfiguration
-
isDisableRemoteCatalog
public boolean isDisableRemoteCatalog() -
setDisableRemoteCatalog
public void setDisableRemoteCatalog(boolean disableRemoteCatalog) -
isDisbableRemoteCatalog
Deprecated.UseisDisableRemoteCatalog()
instead. -
setDisbableRemoteCatalog
Deprecated.UsesetDisableRemoteCatalog(boolean)
instead. -
getSortedScripts
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public List<ScriptlerConfiguration.ScriptAndApproved> getSortedScripts()
-
isDisableRemoteCatalog()
instead.