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 ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
Fields inherited from class hudson.model.UserProperty
user - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic PaneStatusPropertiesbooleanisCollapsed(String paneId) voidsave()Persists the state of this object into XML.booleantoggleCollapsed(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:SaveablePersists 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:
 savein interfaceSaveable- Throws:
 IOException- if the persistence failed.
 - 
forCurrentUser
 
 -