public class ConfigDrivenWorkflowMultiBranchProjectFactory
extends org.jenkinsci.plugins.workflow.multibranch.AbstractWorkflowMultiBranchProjectFactory
WorkflowBranchProjectFactory.| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigDrivenWorkflowMultiBranchProjectFactory.DescriptorImpl |
org.jenkinsci.plugins.workflow.multibranch.AbstractWorkflowMultiBranchProjectFactory.PerFolderAdder| Constructor and Description |
|---|
ConfigDrivenWorkflowMultiBranchProjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customize(org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject project) |
hudson.scm.SCM |
getJenkinsFileScm() |
protected jenkins.scm.api.SCMSourceCriteria |
getSCMSourceCriteria(jenkins.scm.api.SCMSource source) |
String |
getScriptPath() |
Object |
readResolve() |
void |
setJenkinsFileScm(hudson.scm.SCM jenkinsFileScm) |
void |
setScriptPath(String scriptPath) |
doCreateProject, updateExistingProject@DataBoundConstructor public ConfigDrivenWorkflowMultiBranchProjectFactory()
public Object readResolve()
@DataBoundSetter public void setScriptPath(String scriptPath)
public String getScriptPath()
public hudson.scm.SCM getJenkinsFileScm()
@DataBoundSetter public void setJenkinsFileScm(hudson.scm.SCM jenkinsFileScm)
protected jenkins.scm.api.SCMSourceCriteria getSCMSourceCriteria(jenkins.scm.api.SCMSource source)
getSCMSourceCriteria in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteriaprotected void customize(org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject project)
throws IOException,
InterruptedException
customize in class org.jenkinsci.plugins.workflow.multibranch.AbstractWorkflowMultiBranchProjectFactoryIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.