public class RepositoryBrowsers extends Object
RepositoryBrowsers
.Modifier and Type | Field and Description |
---|---|
static List<Descriptor<RepositoryBrowser<?>>> |
LIST
Deprecated.
as of 1.286.
Use
RepositoryBrowser.all() for read access and Extension for registration. |
Constructor and Description |
---|
RepositoryBrowsers() |
Modifier and Type | Method and Description |
---|---|
static <T extends RepositoryBrowser> |
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 <T extends RepositoryBrowser> |
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. |
@Deprecated public static final List<Descriptor<RepositoryBrowser<?>>> LIST
RepositoryBrowser.all()
for read access and Extension
for registration.RepositoryBrowsers
.public static List<Descriptor<RepositoryBrowser<?>>> filter(Class<? extends RepositoryBrowser> t)
RepositoryBrowser
descriptors that extend from the given type.@Deprecated 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
Copyright © 2004–2022. All rights reserved.