Interface CompatibilityLoader
- All Superinterfaces:
ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public interface CompatibilityLoader
extends ExtensionPoint
Allows plugins formerly defining
DeclarativeAgentScript
to tolerate old builds.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
-
Method Details
-
loadGroovySource
- Parameters:
clazz
- a “filename”, actually a Groovy class FQN- Returns:
- a URL to a
*.groovy
source file, or null to use default classpath - See Also:
-
GroovyResourceLoader.loadGroovySource(java.lang.String)
-