|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.plugins.scriptler.share.CatalogInfo
public class CatalogInfo
| Field Summary | |
|---|---|
java.lang.String |
catalogLocation
|
java.lang.String |
name
|
java.lang.String |
scriptDownloadUrl
|
| Constructor Summary | |
|---|---|
CatalogInfo(java.lang.String name,
java.lang.String catLocation,
java.lang.String scriptDownloadUrl)
Holds the informations used to connect to a catalog location |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
public final java.lang.String catalogLocation
public final java.lang.String scriptDownloadUrl
| Constructor Detail |
|---|
public CatalogInfo(java.lang.String name,
java.lang.String catLocation,
java.lang.String scriptDownloadUrl)
name - symbolic name of the catalog, should be unique.catLocation - where to download the catalog file from (including file name,
e.g.
http://myserver.com/scriptler/my-scriptler-catalog.xml
)scriptDownloadUrl - the url to download a script by its name. Use {0}
to mark the position for the file name in the url (e.g.
http://myserver.com/scriptler/{0})
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||