Package hudson.plugins.favoriteview
Class FavoriteViewsUserProperty
java.lang.Object
hudson.model.UserProperty
hudson.plugins.favoriteview.FavoriteViewsUserProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
-
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 TypeMethodDescriptionboolean
isFavorite
(String viewId) reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) void
setFavorite
(String viewId, boolean favorite) Methods inherited from class hudson.model.UserProperty
all, allByCategoryClass, getDescriptor, reconfigure, setUser
-
Constructor Details
-
FavoriteViewsUserProperty
public FavoriteViewsUserProperty()
-
-
Method Details
-
isFavorite
-
setFavorite
- Throws:
IOException
-
reconfigure
public UserProperty reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) - Specified by:
reconfigure
in interfaceReconfigurableDescribable<UserProperty>
- Overrides:
reconfigure
in classUserProperty
-