Package hudson.model
Class PaneStatusProperties
java.lang.Object
hudson.model.UserProperty
hudson.model.PaneStatusProperties
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
,Saveable
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.UserProperty
user
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaneStatusProperties
boolean
isCollapsed
(String paneId) void
save()
Persists the state of this object into XML.boolean
toggleCollapsed
(String paneId) Methods inherited from class hudson.model.UserProperty
all, allByCategoryClass, getDescriptor, reconfigure, reconfigure, setUser
-
Constructor Details
-
PaneStatusProperties
public PaneStatusProperties()
-
-
Method Details
-
isCollapsed
-
toggleCollapsed
- Parameters:
paneId
- panel name- Returns:
- the actual state of panel
-
save
Description copied from interface:Saveable
Persists the state of this object into XML.For making a bulk change efficiently, see
BulkChange
.To support listeners monitoring changes to this object, call
SaveableListener.fireOnChange(hudson.model.Saveable, hudson.XmlFile)
- Specified by:
save
in interfaceSaveable
- Throws:
IOException
- if the persistence failed.
-
forCurrentUser
-