Package hudson.model.userproperty
Class UserPropertyCategoryAccountAction.AccountActionFactory
java.lang.Object
hudson.model.TransientUserActionFactory
hudson.model.userproperty.UserPropertyCategoryAccountAction.AccountActionFactory
- All Implemented Interfaces:
 ExtensionPoint
- Enclosing class:
 - UserPropertyCategoryAccountAction
 
@Extension(ordinal=400.0)
@Symbol("account")
public static class UserPropertyCategoryAccountAction.AccountActionFactory
extends TransientUserActionFactory
Inject the outer class configuration page into the sidenav and the request routing of the user
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>Creates actions for the given user.Methods inherited from class hudson.model.TransientUserActionFactory
all 
- 
Constructor Details
- 
AccountActionFactory
public AccountActionFactory() 
 - 
 - 
Method Details
- 
createFor
Description copied from class:TransientUserActionFactoryCreates actions for the given user.- Overrides:
 createForin classTransientUserActionFactory- Parameters:
 target- for which the action objects are requested. Never null.- Returns:
 - Can be empty but must not be null.
 
 
 -