| Class | Description |
|---|---|
| AbstractMultiBranchProject<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> | |
| AbstractMultiBranchProject.BranchProjectItemListener |
Additional listener for normal changes to Items in the UI, used to enforce state for
multi-branch projects and their sub-projects.
|
| AbstractMultiBranchProject.BranchProjectSaveListener |
Additional listener for changes to Items via config.xml POST, used to enforce state for
multi-branch projects and their sub-projects.
|
| BallColorFolderIcon |
FolderIcon that actually shows a BallColor. |
| BallColorFolderIcon.DescriptorImpl |
Registers a descriptor to appear in the "Icon" dropdown on the configuration page.
|
| BranchListView |
Wrapper for
ListView that provides additional support for listing branches in multi-branch projects. |
| BranchListView.DescriptorImpl |
Our descriptor that is simply a duplicate of the normal
ListView descriptor. |
| FreeStyleMultiBranchProject | |
| FreeStyleMultiBranchProject.DescriptorImpl |
Our project's descriptor.
|
| MavenMultiBranchProject | |
| MavenMultiBranchProject.DescriptorImpl |
Our project's descriptor.
|
| Messages | |
| SyncBranches<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> |
Re-branding of
FolderComputation in name only. |
| TemplateStaplerRequestWrapper |
Prevents configuration of
AbstractMultiBranchProjects from bleeding into their template projects
when the request is passed to the template's
AbstractProject.doConfigSubmit(StaplerRequest, StaplerResponse) method. |
| TemplateStaplerResponseWrapper |
Prevents the template project from committing a redirect when it finishes handling the request in
AbstractProject.doConfigSubmit(StaplerRequest, StaplerResponse). |
Copyright © 2004-2015. All Rights Reserved.