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 UserDefinedGlobalVariables.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when theWorkflowLibRepositoryreceives a pack, rebuilding the list ofUserDefinedGlobalVariables.
-
Constructor Details
-
UserDefinedGlobalVariableRepoListener
public UserDefinedGlobalVariableRepoListener()
-
-
Method Details
-
repositoryUpdated
public void repositoryUpdated()Called when theWorkflowLibRepositoryreceives a pack, rebuilding the list ofUserDefinedGlobalVariables.- Specified by:
repositoryUpdatedin classWorkflowLibRepositoryListener
-