Class WorkflowLibRepositoryListener

java.lang.Object
org.jenkinsci.plugins.workflow.cps.global.WorkflowLibRepositoryListener
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
UserDefinedGlobalVariableRepoListener

public abstract class WorkflowLibRepositoryListener extends Object implements ExtensionPoint
A listener to respond to the receipt of packs by the WorkflowLibRepository
  • Constructor Details

    • WorkflowLibRepositoryListener

      public WorkflowLibRepositoryListener()
  • Method Details

    • repositoryUpdated

      public abstract void repositoryUpdated()
      Called when the WorkflowLibRepository receives a pack.