Skip navigation links
B C D E F G I M N O R S T _ 

B

BallColorFolderIcon - Class in com.github.mjdetullio.jenkins.plugins.multibranch
FolderIcon that actually shows a BallColor status icon, calculated from AbstractFolder.getAllJobs().
BallColorFolderIcon() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
No-op constructor used only for data binding.
BallColorFolderIcon.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Registers a descriptor to appear in the "Icon" dropdown on the configuration page.
BranchListView - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Wrapper for ListView that provides additional support for listing branches in multi-branch projects.
BranchListView(String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Constructor used for loading objects of this type.
BranchListView(String, ViewGroup) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Constructor used to instantiate new views with an owner.
BranchListView.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Our descriptor that is simply a duplicate of the normal ListView descriptor.
BranchProjectItemListener() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject.BranchProjectItemListener
 
BranchProjectProperty<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> - Class in com.github.mjdetullio.jenkins.plugins.multibranch
A basic JobProperty that holds a Branch so that TemplateDrivenMultiBranchProjects can manage the project holding this property.
BranchProjectProperty(Branch) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchProjectProperty
Creates a new property with the Branch it will hold.
BranchProjectProperty.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
BranchProjectProperty's descriptor.
BranchProjectSaveListener() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject.BranchProjectSaveListener
 

C

CLI_disable_job_shortDescription() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key CLI.disable-job.shortDescription: Disables a job..
CLI_enable_job_shortDescription() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key CLI.enable-job.shortDescription: Enables a job..
com.github.mjdetullio.jenkins.plugins.multibranch - package com.github.mjdetullio.jenkins.plugins.multibranch
 

D

decorate(MatrixProject) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory
 
decorate(P) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenBranchProjectFactory
Decorates projects by using TemplateDrivenBranchProjectFactory.updateByXml(AbstractProject, Source) and saving the configuration, rather than only updating the project in memory.
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchProjectProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon.DescriptorImpl
 
disable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
disabled - Variable in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
doAutoCompleteJobs(String, ItemGroup) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon.DescriptorImpl
Auto completion for jobs.
doCheck(AbstractFolder, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon.DescriptorImpl
Form validation method.
doCheckFileInWorkspace(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
Stapler URL binding used by the configure page to check the location of any file.
doCheckFileInWorkspace(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
Stapler URL binding used by the configure page to check the location of the POM, alternate settings file, etc - any file.
doCheckIvySettingsFile(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
Stapler URL binding used by the configure page to check the location of alternate settings file.
doCreateItem() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Stapler URL binding
doDisable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
doEnable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
doNewJob() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Stapler URL binding

E

enable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
enforceProjectStateOnUpdated(Item) - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Triggered by different listeners to enforce state for multi-branch projects and their sub-projects.

F

FreeStyleBranchProjectFactory - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
FreeStyleBranchProjectFactory() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory
No-op constructor used for data binding.
FreeStyleBranchProjectFactory.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
FreeStyleMultiBranchProject - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
FreeStyleMultiBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Constructor that specifies the ItemGroup for this project and the project name.
FreeStyleMultiBranchProject.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
FreeStyleMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key FreeStyleMultiBranchProject_Description: {@code This job type is deprecated.
FreeStyleMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key FreeStyleMultiBranchProject_DisplayName: Freestyle multi-branch project (DEPRECATED).

G

getBranch(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Alias for View.getItem(String).
getBranch() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchProjectProperty
Gets the Branch held by the property.
getBranch(P) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenBranchProjectFactory
 
getConfigureUrl() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Used by Jelly to get the correct configure URL when linking from views with no jobs.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
Delegates the description to the BallColorFolderIcon.owner's BallColor.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
Sets the description of this item type.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject.DescriptorImpl
Sets the description of this item type.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject.DescriptorImpl
Sets the description of this item type.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
Sets the description of this item type.
getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon
Delegates the description to the SelectJobsBallColorFolderIcon.owner's BallColor.
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
 
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
 
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject
 
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchProjectProperty.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
 
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon.DescriptorImpl
 
getFirstBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the oldest build in the record.
getIconFilePathPattern() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
Needed to define image for new item in Jenkins 2.x.
getIconFilePathPattern() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject.DescriptorImpl
Needed to define image for new item in Jenkins 2.x.
getIconFilePathPattern() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject.DescriptorImpl
Needed to define image for new item in Jenkins 2.x.
getIconFilePathPattern() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
Needed to define image for new item in Jenkins 2.x.
getImageOf(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
Delegates the image to the BallColorFolderIcon.owner's BallColor.
getImageOf(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon
Delegates the image to the SelectJobsBallColorFolderIcon.owner's BallColor.
getJobs() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon
Gets the selected jobs.
getLastBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last build.
getLastCompletedBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last completed build, if any.
getLastFailedBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last failed build, if any.
getLastStableBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last stable build, if any.
getLastSuccessfulBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last successful build, if any.
getLastUnstableBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last unstable build, if any.
getLastUnsuccessfulBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the last build that was anything but stable, if any.
getParameter(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerRequestWrapper
Overrides certain parameter names with certain values needed when setting the configuration for template projects.
getPronoun() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Get the term used in the UI to represent this kind of AbstractProject.
getRootDirFor(P) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
getSubmittedForm() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerRequestWrapper
Overrides the form with a sanitized version.
getTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Retrieves the template sub-project.
getTemplateDir() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns the "template" directory inside the project directory.
getViewDescriptors() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Returns a list of ViewDescriptors that we want to use for this project type.

I

init3() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Common initialization that is invoked when either a new project is created with the constructor TemplateDrivenMultiBranchProject.TemplateDrivenMultiBranchProject(ItemGroup, String) or when a project is loaded from disk with TemplateDrivenMultiBranchProject.onLoad(ItemGroup, String).
initViews(List<View>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Overrides view initialization to use BranchListView instead of AllView.
isApplicable(Class<? extends MultiBranchProject>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory.DescriptorImpl
 
isApplicable(Class<? extends MultiBranchProject>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory.DescriptorImpl
 
isApplicable(Class<? extends MultiBranchProject>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory.DescriptorImpl
 
isApplicable(Class<? extends MultiBranchProject>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory.DescriptorImpl
 
isBuildable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
isConfigurable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Gets whether or not this item is configurable (always true).
isDisabled() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Gets whether this project is disabled.
isInstantiable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView.DescriptorImpl
 
isProject(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory
 
isProject(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory
 
isProject(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory
 
isProject(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory
 
IvyBranchProjectFactory - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
IvyBranchProjectFactory() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory
No-op constructor used for data binding.
IvyBranchProjectFactory.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
IvyMultiBranchProject - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
IvyMultiBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
Constructor that specifies the ItemGroup for this project and the project name.
IvyMultiBranchProject.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
IvyMultiBranchProject's descriptor.
IvyMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key IvyMultiBranchProject_Description: {@code This job type is deprecated.
IvyMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key IvyMultiBranchProject_DisplayName: Ivy multi-branch project (DEPRECATED).

M

makeDisabled(boolean) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Marks the build as disabled.
MatrixBranchProjectFactory - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
MatrixBranchProjectFactory() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory
No-op constructor used for data binding.
MatrixBranchProjectFactory.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
MatrixMultiBranchProject - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
MatrixMultiBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject
Constructor that specifies the ItemGroup for this project and the project name.
MatrixMultiBranchProject.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
MatrixMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MatrixMultiBranchProject_Description: {@code This job type is deprecated.
MatrixMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MatrixMultiBranchProject_DisplayName: Multi-configuration multi-branch project (DEPRECATED).
MavenBranchProjectFactory - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
MavenBranchProjectFactory() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory
No-op constructor used for data binding.
MavenBranchProjectFactory.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
MavenMultiBranchProject - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
MavenMultiBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
Constructor that specifies the ItemGroup for this project and the project name.
MavenMultiBranchProject.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
MavenMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MavenMultiBranchProject_Description: {@code This job type is deprecated.
MavenMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MavenMultiBranchProject_DisplayName: Maven multi-branch project (DEPRECATED).
Messages - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Generated localization support class.
Messages() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
 

N

newInstance(Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProjectFactory
 
newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
 
newInstance(Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyBranchProjectFactory
 
newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject.DescriptorImpl
newInstance(Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixBranchProjectFactory
 
newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject.DescriptorImpl
 
newInstance(Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenBranchProjectFactory
 
newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
 
newProjectFactory() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
 
newProjectFactory() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
 
newProjectFactory() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject
 
newProjectFactory() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
 
newTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
 
newTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
 
newTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject
 
newTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
 
newTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Should create a new project using this TemplateDrivenMultiBranchProject as the parent and TemplateDrivenMultiBranchProject.TEMPLATE as the name.

O

onChange(Saveable, XmlFile) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject.BranchProjectSaveListener
 
onCopiedFrom(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
onLoad(ItemGroup<? extends Item>, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
onUpdated(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject.BranchProjectItemListener
 

R

registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Gives this class an alias for configuration XML.
registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Gives this class an alias for configuration XML.
registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.IvyMultiBranchProject
Gives this class an alias for configuration XML.
registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.MatrixMultiBranchProject
Gives this class an alias for configuration XML.
registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
Gives this class an alias for configuration XML.

S

SelectJobsBallColorFolderIcon - Class in com.github.mjdetullio.jenkins.plugins.multibranch
FolderIcon that actually shows a BallColor status icon, calculated from the specified children.
SelectJobsBallColorFolderIcon(String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon
Constructor used only for data binding.
SelectJobsBallColorFolderIcon.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Registers a descriptor to appear in the "Icon" dropdown on the configuration page.
sendRedirect(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerResponseWrapper
No-op.
sendRedirect(int, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerResponseWrapper
No-op.
sendRedirect2(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerResponseWrapper
No-op.
setBranch(Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchProjectProperty
Sets the Branch held by the property.
setBranch(P, Branch) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenBranchProjectFactory
 
setOwner(AbstractFolder<?>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
 
setOwner(AbstractFolder<?>) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SelectJobsBallColorFolderIcon
 
submit(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Sets various implementation-specific fields and forwards wrapped req/rsp objects on to the TemplateDrivenMultiBranchProject.template's AbstractProject.doConfigSubmit(StaplerRequest, StaplerResponse) method.
supportsMakeDisabled() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Specifies whether this project may be disabled by the user.

T

TEMPLATE - Static variable in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
template - Variable in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
 
TemplateDrivenBranchProjectFactory<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
TemplateDrivenBranchProjectFactory() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenBranchProjectFactory
 
TemplateDrivenMultiBranchProject<P extends hudson.model.AbstractProject<P,B> & hudson.model.TopLevelItem,B extends hudson.model.AbstractBuild<P,B>> - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
TemplateDrivenMultiBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateDrivenMultiBranchProject
Constructor, mandated by TopLevelItem.
TemplateDrivenMultiBranchProject.BranchProjectItemListener - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Additional listener for normal changes to Items in the UI, used to enforce state for multi-branch projects and their sub-projects.
TemplateDrivenMultiBranchProject.BranchProjectSaveListener - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Additional listener for changes to Items via config.xml POST, used to enforce state for multi-branch projects and their sub-projects.
TemplateStaplerRequestWrapper - Class in com.github.mjdetullio.jenkins.plugins.multibranch
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 - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Prevents the template project from committing a redirect when it finishes handling the request in AbstractProject.doConfigSubmit(StaplerRequest, StaplerResponse).

_

_CLI_disable_job_shortDescription() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key CLI.disable-job.shortDescription: Disables a job..
_CLI_enable_job_shortDescription() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key CLI.enable-job.shortDescription: Enables a job..
_FreeStyleMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key FreeStyleMultiBranchProject_Description: {@code This job type is deprecated.
_FreeStyleMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key FreeStyleMultiBranchProject_DisplayName: Freestyle multi-branch project (DEPRECATED).
_IvyMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key IvyMultiBranchProject_Description: {@code This job type is deprecated.
_IvyMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key IvyMultiBranchProject_DisplayName: Ivy multi-branch project (DEPRECATED).
_MatrixMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MatrixMultiBranchProject_Description: {@code This job type is deprecated.
_MatrixMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MatrixMultiBranchProject_DisplayName: Multi-configuration multi-branch project (DEPRECATED).
_MavenMultiBranchProject_Description() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MavenMultiBranchProject_Description: {@code This job type is deprecated.
_MavenMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Key MavenMultiBranchProject_DisplayName: Maven multi-branch project (DEPRECATED).
B C D E F G I M N O R S T _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.