| Class | Description |
|---|---|
| BallColorFolderIcon |
FolderIcon that actually shows a BallColor status icon, calculated from
AbstractFolder.getAllJobs(). |
| 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. |
| BranchProjectProperty<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> |
A basic
JobProperty that holds a Branch so that TemplateDrivenMultiBranchProjects can
manage the project holding this property. |
| BranchProjectProperty.DescriptorImpl |
BranchProjectProperty's descriptor. |
| FreeStyleBranchProjectFactory | |
| FreeStyleBranchProjectFactory.DescriptorImpl |
TemplateDrivenBranchProjectFactory's descriptor. |
| FreeStyleMultiBranchProject | |
| FreeStyleMultiBranchProject.DescriptorImpl |
FreeStyleMultiBranchProject's descriptor. |
| IvyBranchProjectFactory | |
| IvyBranchProjectFactory.DescriptorImpl |
IvyBranchProjectFactory's descriptor. |
| IvyMultiBranchProject | |
| IvyMultiBranchProject.DescriptorImpl |
IvyMultiBranchProject's descriptor. |
| MatrixBranchProjectFactory | |
| MatrixBranchProjectFactory.DescriptorImpl |
MatrixBranchProjectFactory's descriptor. |
| MatrixMultiBranchProject | |
| MatrixMultiBranchProject.DescriptorImpl |
MatrixMultiBranchProject's descriptor. |
| MavenBranchProjectFactory | |
| MavenBranchProjectFactory.DescriptorImpl |
MavenBranchProjectFactory's descriptor. |
| MavenMultiBranchProject | |
| MavenMultiBranchProject.DescriptorImpl |
MavenMultiBranchProject's descriptor. |
| Messages |
Generated localization support class.
|
| SelectJobsBallColorFolderIcon |
FolderIcon that actually shows a BallColor status icon, calculated from
the specified children. |
| SelectJobsBallColorFolderIcon.DescriptorImpl |
Registers a descriptor to appear in the "Icon" dropdown on the configuration page.
|
| TemplateDrivenBranchProjectFactory<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> | |
| TemplateDrivenMultiBranchProject<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> | |
| TemplateDrivenMultiBranchProject.BranchProjectItemListener |
Additional listener for normal changes to Items in the UI, used to enforce state for
multi-branch projects and their sub-projects.
|
| TemplateDrivenMultiBranchProject.BranchProjectSaveListener |
Additional listener for changes to Items via config.xml POST, used to enforce state for
multi-branch projects and their sub-projects.
|
| TemplateStaplerRequestWrapper |
Prevents configuration of
TemplateDrivenMultiBranchProjects 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 © 2016–2017. All rights reserved.