Class ItemPathResolver.ResolverManager
java.lang.Object
hudson.plugins.promoted_builds.util.ItemPathResolver.ResolverManager
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- ItemPathResolver
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public abstract static class ItemPathResolver.ResolverManager
extends Object
implements ExtensionPoint
External manager, which allows the alter behavior on-demand.
Currently this
ExtensionPoint
is designed for the internal use only- Since:
- 2.22
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAlters the item path resolution mode.
-
Constructor Details
-
ResolverManager
public ResolverManager()
-
-
Method Details
-
isEnableLegacyItemPathResolutionMode
Alters the item path resolution mode.- Returns:
- true if the manager made a decision. null by default
-