Uses of Class
org.jenkinsci.plugins.scriptler.share.ScriptInfo
-
Packages that use ScriptInfo Package Description org.jenkinsci.plugins.scriptler org.jenkinsci.plugins.scriptler.share org.jenkinsci.plugins.scriptler.share.gh org.jenkinsci.plugins.scriptler.util -
-
Uses of ScriptInfo in org.jenkinsci.plugins.scriptler
Methods in org.jenkinsci.plugins.scriptler that return types with arguments of type ScriptInfo Modifier and Type Method Description ScriptInfoCatalog<? extends ScriptInfo>
ScriptlerManagement. getCatalogByName(String catalogName)
List<? extends ScriptInfoCatalog<ScriptInfo>>
ScriptlerManagement. getCatalogs()
Gets the remote catalogs containing the available scripts for download. -
Uses of ScriptInfo in org.jenkinsci.plugins.scriptler.share
Classes in org.jenkinsci.plugins.scriptler.share with type parameters of type ScriptInfo Modifier and Type Interface Description interface
ScriptInfoCatalog<T extends ScriptInfo>
Fields in org.jenkinsci.plugins.scriptler.share declared as ScriptInfo Modifier and Type Field Description ScriptInfo[]
ScriptInfoList. list
Fields in org.jenkinsci.plugins.scriptler.share with type parameters of type ScriptInfo Modifier and Type Field Description static Comparator<ScriptInfo>
ScriptInfo. COMPARATOR_BY_NAME
Methods in org.jenkinsci.plugins.scriptler.share that return ScriptInfo Modifier and Type Method Description ScriptInfo[]
ScriptInfoList. getList()
Methods in org.jenkinsci.plugins.scriptler.share that return types with arguments of type ScriptInfo Modifier and Type Method Description static List<? extends ScriptInfoCatalog<ScriptInfo>>
ScriptInfoCatalog. all()
-
Uses of ScriptInfo in org.jenkinsci.plugins.scriptler.share.gh
Methods in org.jenkinsci.plugins.scriptler.share.gh that return ScriptInfo Modifier and Type Method Description ScriptInfo
GHCatalog. getEntryById(String id)
Methods in org.jenkinsci.plugins.scriptler.share.gh that return types with arguments of type ScriptInfo Modifier and Type Method Description List<ScriptInfo>
GHCatalog. getEntries()
Methods in org.jenkinsci.plugins.scriptler.share.gh with parameters of type ScriptInfo Modifier and Type Method Description String
GHCatalog. getScriptSource(ScriptInfo scriptInfo)
-
Uses of ScriptInfo in org.jenkinsci.plugins.scriptler.util
Methods in org.jenkinsci.plugins.scriptler.util that return ScriptInfo Modifier and Type Method Description static ScriptInfo
ScriptHelper. extractScriptInfo(String fullScriptBody)
Returns the meta info of a script body, the meta info has to follow the convention at https://github.com/jenkinsci/jenkins-scripts/tree/master/scriptler
-