Package hudson.model.userproperty
Class UserPropertyCategoryExperimentalAction.ExperimentalActionFactory
java.lang.Object
hudson.model.TransientUserActionFactory
hudson.model.userproperty.UserPropertyCategoryExperimentalAction.ExperimentalActionFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- UserPropertyCategoryExperimentalAction
@Extension(ordinal=100.0)
@Symbol("experimental")
public static class UserPropertyCategoryExperimentalAction.ExperimentalActionFactory
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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
Creates actions for the given user.Methods inherited from class hudson.model.TransientUserActionFactory
all
-
Constructor Details
-
ExperimentalActionFactory
public ExperimentalActionFactory()
-
-
Method Details
-
createFor
Description copied from class:TransientUserActionFactory
Creates actions for the given user.- Overrides:
createFor
in classTransientUserActionFactory
- Parameters:
target
- for which the action objects are requested. Never null.- Returns:
- Can be empty but must not be null.
-