public interface ExtensionPoint
See respective interfaces/classes for more about how to register custom
implementations to Jenkins. See Extension
for how to have
Jenkins auto-discover your implementations.
This interface is used for auto-generating documentation.
Modifier and Type | Interface and Description |
---|---|
static interface |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Used by designers of extension points (direct subtypes of
ExtensionPoint ) to indicate that
the legacy instances are scoped to Jenkins instance. |
Copyright © 2004–2021. All rights reserved.