Package hudson.model
Interface ModifiableViewGroup
-
- All Superinterfaces:
AccessControlled
,ModelObject
,Saveable
,ViewGroup
- All Known Implementing Classes:
Hudson
,Jenkins
,MyViewsProperty
public interface ModifiableViewGroup extends ViewGroup
ViewGroup
that can be modified.- Since:
- 1.545
- Author:
- ogondza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addView(View view)
-
Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, getACL, hasAnyPermission, hasPermission, hasPermission, hasPermission2
-
Methods inherited from interface hudson.model.ModelObject
getDisplayName
-
Methods inherited from interface hudson.model.ViewGroup
canDelete, deleteView, getAllViews, getItemGroup, getPrimaryView, getUrl, getView, getViewActions, getViews, getViewsTabBar, onViewRenamed
-
-
-
-
Method Detail
-
addView
void addView(@NonNull View view) throws IOException
- Throws:
IOException
-
-