Uses of Class
org.jenkinsci.plugins.scriptler.share.ScriptInfoCatalog

Packages that use ScriptInfoCatalog
org.jenkinsci.plugins.scriptler   
org.jenkinsci.plugins.scriptler.share   
org.jenkinsci.plugins.scriptler.share.gh   
org.jenkinsci.plugins.scriptler.share.scriptlerweb   
 

Uses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler
 

Methods in org.jenkinsci.plugins.scriptler that return ScriptInfoCatalog
 ScriptInfoCatalog<? extends ScriptInfo> ScriptlerManagment.getCatalogByName(String catalogName)
           
 

Methods in org.jenkinsci.plugins.scriptler that return types with arguments of type ScriptInfoCatalog
 List<ScriptInfoCatalog> ScriptlerManagment.getCatalogs()
          Gets the remote catalogs containing the available scripts for download.
 

Uses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler.share
 

Methods in org.jenkinsci.plugins.scriptler.share that return types with arguments of type ScriptInfoCatalog
static hudson.ExtensionList<ScriptInfoCatalog> ScriptInfoCatalog.all()
           
 

Uses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler.share.gh
 

Subclasses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler.share.gh
 class GHCatalog
          Provides access to the scriptler scripts shared at https://github.com/jenkinsci/jenkins-scripts
 

Uses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler.share.scriptlerweb
 

Subclasses of ScriptInfoCatalog in org.jenkinsci.plugins.scriptler.share.scriptlerweb
 class ScritplerWebCatalog
          Represents a catalog with available scripts to download.
 



Copyright © 2010-2012. All Rights Reserved.