Class UserDefinedGlobalVariableRepoListener
java.lang.Object
org.jenkinsci.plugins.workflow.cps.global.WorkflowLibRepositoryListener
org.jenkinsci.plugins.workflow.cps.global.UserDefinedGlobalVariableRepoListener
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class UserDefinedGlobalVariableRepoListener
extends WorkflowLibRepositoryListener
A
WorkflowLibRepositoryListener
for UserDefinedGlobalVariable
s.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when theWorkflowLibRepository
receives a pack, rebuilding the list ofUserDefinedGlobalVariable
s.
-
Constructor Details
-
UserDefinedGlobalVariableRepoListener
public UserDefinedGlobalVariableRepoListener()
-
-
Method Details
-
repositoryUpdated
public void repositoryUpdated()Called when theWorkflowLibRepository
receives a pack, rebuilding the list ofUserDefinedGlobalVariable
s.- Specified by:
repositoryUpdated
in classWorkflowLibRepositoryListener
-