Class ExtendedSCMBinder

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.flow.FlowDefinition>

    public class ExtendedSCMBinder
    extends org.jenkinsci.plugins.workflow.flow.FlowDefinition
    SCM Binder class for WorkflowBranchProjectFactory
    • Constructor Detail

      • ExtendedSCMBinder

        public ExtendedSCMBinder​(String yamlJenkinsfile)
        Parameters:
        yamlJenkinsfile -
    • Method Detail

      • create

        public org.jenkinsci.plugins.workflow.flow.FlowExecution create​(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner handle,
                                                                        TaskListener listener,
                                                                        List<? extends Action> actions)
                                                                 throws Exception
        Overrides:
        create in class org.jenkinsci.plugins.workflow.flow.FlowDefinition
        Throws:
        Exception