Class FavoritingUserProperty
- java.lang.Object
-
- hudson.model.UserProperty
-
- io.jenkins.blueocean.autofavorite.user.FavoritingUserProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
public class FavoritingUserProperty extends UserProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FavoritingUserProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.UserProperty
user
-
-
Constructor Summary
Constructors Constructor Description FavoritingUserProperty(Boolean autofavoriteEnabled)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FavoritingUserProperty
from(User user)
boolean
isAutofavoriteEnabled()
void
setAutofavoriteEnabled(boolean autofavoriteEnabled)
-
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure, setUser
-
-
-
-
Constructor Detail
-
FavoritingUserProperty
@DataBoundConstructor public FavoritingUserProperty(Boolean autofavoriteEnabled)
-
-
Method Detail
-
isAutofavoriteEnabled
public boolean isAutofavoriteEnabled()
-
setAutofavoriteEnabled
public void setAutofavoriteEnabled(boolean autofavoriteEnabled)
-
from
public static FavoritingUserProperty from(User user)
-
-