| 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.
|
| AbstractMultiBranchProject.SyncBranchesTransientActionFactory |
Adds
SyncBranchesTrigger.SyncBranchesAction to the list of
actions on AbstractMultiBranchProjects, effectively showing it
on the sidepanel. |
| 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 | |
| SyncBranchesTrigger |
An internal cron-based trigger used to sync branches (sub-projects) for
multi-branch project types.
|
| SyncBranchesTrigger.Cron | |
| SyncBranchesTrigger.DescriptorImpl |
Descriptor for this trigger that will prevent it from showing in the
configuration.
|
| TemplateStaplerRequestWrapper |
Copyright © 2004-2015. All Rights Reserved.