Class WorkflowLibRepositoryListener
java.lang.Object
org.jenkinsci.plugins.workflow.cps.global.WorkflowLibRepositoryListener
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
UserDefinedGlobalVariableRepoListener
A listener to respond to the receipt of packs by the
WorkflowLibRepository
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Called when theWorkflowLibRepository
receives a pack.
-
Constructor Details
-
WorkflowLibRepositoryListener
public WorkflowLibRepositoryListener()
-
-
Method Details
-
repositoryUpdated
public abstract void repositoryUpdated()Called when theWorkflowLibRepository
receives a pack.
-