Class ComputerOwnerHelper.LocatorImpl
java.lang.Object
org.jenkinsci.plugins.ownership.model.OwnershipHelperLocator<Computer>
com.synopsys.arc.jenkins.plugins.ownership.nodes.ComputerOwnerHelper.LocatorImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
ComputerOwnerHelper
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class ComputerOwnerHelper.LocatorImpl
extends OwnershipHelperLocator<Computer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindHelper(Object item) Looks up ownership helpers for a class.Methods inherited from class org.jenkinsci.plugins.ownership.model.OwnershipHelperLocator
all, locate, locate
-
Constructor Details
-
LocatorImpl
public LocatorImpl()
-
-
Method Details
-
findHelper
Description copied from class:OwnershipHelperLocatorLooks up ownership helpers for a class.- Specified by:
findHelperin classOwnershipHelperLocator<Computer>- Parameters:
item- Item, for which the ownership should be retrieved- Returns:
- Helper. Returns null if there is no applicable helper provided by this extension.
-