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 ItemGroup
s compute its member Item
s 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"> . |
allItems, allItems, allItems, getAllItems, getAllItems, getAllItems, getFullDisplayName, getFullName, getItem, getItems, getItems, getItemsStream, getItemsStream, getRootDirFor, getUrl, getUrlChildPrefix, onDeleted, onRenamed
getRootDir
getDisplayName
T doCreateItem(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
<n:form xmlns:n="/lib/form">
.IOException
javax.servlet.ServletException
Copyright © 2004–2022. All rights reserved.