@Extension public class MainLogic extends Object
| Constructor and Description |
|---|
MainLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyBranch(org.jenkinsci.plugins.workflow.job.WorkflowJob branch,
org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject repo,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
Applies UI customizations to two levels below
OrganizationFolder, which maps to a branch. |
void |
applyOrg(jenkins.branch.OrganizationFolder of,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
Applies UI customizations to
OrganizationFolder for GitHub |
void |
applyRepo(org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject item,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
Applies UI customizations to a level below
OrganizationFolder, which maps to a repository. |
static MainLogic |
get() |
public void applyOrg(jenkins.branch.OrganizationFolder of,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
throws IOException
OrganizationFolder for GitHubIOExceptionpublic void applyRepo(org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject item,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
throws IOException
OrganizationFolder, which maps to a repository.IOExceptionpublic void applyBranch(org.jenkinsci.plugins.workflow.job.WorkflowJob branch,
org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject repo,
org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator scm)
throws IOException
OrganizationFolder, which maps to a branch.IOExceptionpublic static MainLogic get()
Copyright © 2016. All rights reserved.