|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.Target
org.apache.tools.ant.ExtensionPoint
org.jenkinsci.plugins.scriptler.share.ScriptInfoCatalog<ScriptInfo>
org.jenkinsci.plugins.scriptler.share.gh.GHCatalog
@Extension(ordinal=10.0) public class GHCatalog
Provides access to the scriptler scripts shared at https://github.com/jenkinsci/jenkins-scripts
| Field Summary | |
|---|---|
static CatalogInfo |
CATALOG_INFO
|
static String |
DOWNLOAD_URL
|
static String |
REPO_BASE
|
| Constructor Summary | |
|---|---|
GHCatalog()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
|
List<ScriptInfo> |
getEntries()
|
ScriptInfo |
getEntryById(String id)
|
CatalogInfo |
getInfo()
|
String |
getScriptSource(ScriptInfo scriptInfo)
|
| Methods inherited from class org.jenkinsci.plugins.scriptler.share.ScriptInfoCatalog |
|---|
all |
| Methods inherited from class org.apache.tools.ant.ExtensionPoint |
|---|
addDataType, addTask |
| Methods inherited from class org.apache.tools.ant.Target |
|---|
addDependency, dependsOn, execute, getDependencies, getDescription, getIf, getLocation, getName, getProject, getTasks, getUnless, parseDepends, performTasks, setDepends, setDescription, setIf, setLocation, setName, setProject, setUnless, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String REPO_BASE
public static final String DOWNLOAD_URL
public static final CatalogInfo CATALOG_INFO
| Constructor Detail |
|---|
public GHCatalog()
| Method Detail |
|---|
public List<ScriptInfo> getEntries()
getEntries in class ScriptInfoCatalog<ScriptInfo>public String getDisplayName()
getDisplayName in class ScriptInfoCatalog<ScriptInfo>public ScriptInfo getEntryById(String id)
getEntryById in class ScriptInfoCatalog<ScriptInfo>public CatalogInfo getInfo()
getInfo in class ScriptInfoCatalog<ScriptInfo>public String getScriptSource(ScriptInfo scriptInfo)
getScriptSource in class ScriptInfoCatalog<ScriptInfo>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||