|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowsers
public class RepositoryBrowsers
List of all installed RepositoryBrowsers.
| Field Summary | |
|---|---|
static List<Descriptor<RepositoryBrowser<?>>> |
LIST
Deprecated. as of 1.286. Use RepositoryBrowser.all() for read access and Extension for registration. |
| Constructor Summary | |
|---|---|
RepositoryBrowsers()
|
|
| Method Summary | ||
|---|---|---|
static
|
createInstance(Class<T> type,
org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject parent,
String fieldName)
Creates an instance of RepositoryBrowser from a form submission. |
|
static
|
createInstance(Class<T> type,
org.kohsuke.stapler.StaplerRequest req,
String fieldName)
Deprecated. since 2008-06-19. Use createInstance(Class, StaplerRequest, JSONObject, String). |
|
static List<Descriptor<RepositoryBrowser<?>>> |
filter(Class<? extends RepositoryBrowser> t)
Only returns those RepositoryBrowser descriptors that extend from the given type. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final List<Descriptor<RepositoryBrowser<?>>> LIST
RepositoryBrowser.all() for read access and Extension for registration.RepositoryBrowsers.
| Constructor Detail |
|---|
public RepositoryBrowsers()
| Method Detail |
|---|
public static List<Descriptor<RepositoryBrowser<?>>> filter(Class<? extends RepositoryBrowser> t)
RepositoryBrowser descriptors that extend from the given type.
public static <T extends RepositoryBrowser> T createInstance(Class<T> type,
org.kohsuke.stapler.StaplerRequest req,
String fieldName)
throws Descriptor.FormException
createInstance(Class, StaplerRequest, JSONObject, String).
RepositoryBrowser from a form submission.
Descriptor.FormException
public static <T extends RepositoryBrowser> T createInstance(Class<T> type,
org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject parent,
String fieldName)
throws Descriptor.FormException
RepositoryBrowser from a form submission.
Descriptor.FormException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||