Class PipelineJobListener

java.lang.Object
hudson.model.listeners.ItemListener
io.fabric8.jenkins.openshiftsync.PipelineJobListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class PipelineJobListener extends ItemListener
Listens to WorkflowJob objects being updated via the web console or Jenkins REST API and replicating the changes back to the OpenShift BuildConfig for the case where folks edit inline Jenkinsfile flows inside the Jenkins UI
  • Constructor Details

    • PipelineJobListener

      public PipelineJobListener()
    • PipelineJobListener

      @DataBoundConstructor public PipelineJobListener(String server, String[] namespaces, String jobNamePattern)
  • Method Details