public interface ModifiableItemGroup<T extends Item> extends ItemGroup<T>
ItemGroup that is a general purpose container, which allows users and the rest of the program
to create arbitrary items into it.
In contrast, some other ItemGroups compute its member Items and the content
is read-only, thus it cannot allow external code/user to add arbitrary objects in it.
| Modifier and Type | Method and Description |
|---|---|
T |
doCreateItem(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
The request format follows that of
<n:form xmlns:n="/lib/form">. |
getFullDisplayName, getFullName, getItem, getItems, getRootDirFor, getUrl, getUrlChildPrefix, onDeleted, onRenamedgetRootDirgetDisplayNameT doCreateItem(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
<n:form xmlns:n="/lib/form">.IOExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.