@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ItemAPI extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
ItemAPI() |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleItem> |
doList(String name,
String type,
String parent,
int start,
int limit) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public static final String URL_BASE
@CheckForNull public String getIconFileName()
getIconFileName in interface hudson.model.Action@CheckForNull public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic List<SimpleItem> doList(@QueryParameter String name, @QueryParameter String type, @QueryParameter String parent, @QueryParameter int start, @QueryParameter int limit)
Copyright © 2016–2021. All rights reserved.