B C D F G H I M N O P R S W _ 

B

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.
BranchListView.DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView.DescriptorImpl
 

C

canDelete(View) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
com.github.mjdetullio.jenkins.plugins.multibranch - package com.github.mjdetullio.jenkins.plugins.multibranch
 

D

deleteView(View) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
doConfigDotXml(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Disables configuring of this project type via Stapler.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Disables configuring of this project type via Stapler.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
doCreateItem() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Stapler URL binding
doCreateView(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Stapler URL binding for creating views for our branch projects.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Overrides the AbstractProject implementation because the user is not redirected to the parent properly for this project type.
doDoRename(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Disables renaming of this project type.
doNewJob() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Stapler URL binding
doViewExistsCheck(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Stapler URL binding used by the newView page to check for existing views.

F

FreeStyleBranchBuild - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Wrapper for the Build class for use with FreeStyleBranchProjects, which are sub-projects of FreeStyleMultiBranchProjects.
FreeStyleBranchBuild(FreeStyleBranchProject) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchBuild
Constructor that specifies the project the build is assigned to.
FreeStyleBranchBuild(FreeStyleBranchProject, Calendar) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchBuild
Constructor that specifies the project the build is assigned to and the timestamp.
FreeStyleBranchBuild(FreeStyleBranchProject, File) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchBuild
Constructor that specifies the project the build is assigned to and the build directory.
FreeStyleBranchBuild.BranchBuildExecution - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Defines a standard BuildExecution with no additional function.
FreeStyleBranchBuild.BranchBuildExecution() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchBuild.BranchBuildExecution
 
FreeStyleBranchProject - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Wrapper for the Project class that imitates normal FreeStyleProjects, but for use as a sub-project of the FreeStyleMultiBranchProject type.
FreeStyleBranchProject(ItemGroup, String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Constructor that specifies the ItemGroup for this project and the project name.
FreeStyleBranchProject.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
This project type has to be a TopLevelItem in order to be shown in the multi-branch project's branch list, but TopLevelItems are also shown in the new job list.
FreeStyleBranchProject.DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject.DescriptorImpl
 
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
Our project's descriptor.
FreeStyleMultiBranchProject.DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
 
FreeStyleMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Build a free-style multi-branch project

G

getBranch(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
Alias for View.getItem(String).
getBranch(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Stapler URL binding for ${rootUrl}/job/${project}/branch/${branchProject}
getBranchesDir() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Returns the "branches" directory inside the project directory.
getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getBuildHealthReports() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Get the current health reports for a job.
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.
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject.DescriptorImpl
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.DescriptorImpl
getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
getIconColor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Used as the color of the status ball for the project.
getIconFileName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
getItem(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getItemGroup() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getItems() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getLastBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getLog() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
Used by index.jelly to display the log.
getLogFile() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger
Returns the file that records the last/current sync branches activity.
getOwner() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
Used by index.jelly to load the proper sidepanel.jelly.
getPrimaryView() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getProjectActions() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger
getPropertiesList() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Exposes the job properties so they can be manipulated from the parent.
getRootDirFor(FreeStyleBranchProject) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getSCMSource(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getSCMSource() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Returns the project's only SCMSource.
getSCMSourceCriteria(SCMSource) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getSCMSourceDescriptors(boolean) - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Returns a list of SCMSourceDescriptors that we want to use for this project type.
getSCMSources() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getSyncBranchesCron() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Used by Jelly to populate the Sync Branches Schedule field on the configuration page.
getTemplateProject() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Retrieves the template sub-project.
getTriggersList() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Exposes the triggers so they can be set from the parent.
getUrlChildPrefix() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getUrlName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
getView(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getViewActions() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getViewDescriptors() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Returns a list of ViewDescriptors that we want to use for this project type.
getViews() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
getViewsTabBar() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject

H

Health_BranchAge() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches that have been recently active
Health_BranchBuilds() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches with a build
Health_BranchSuccess() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches with last build successful

I

isApplicable(Item) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.DescriptorImpl
Trigger should not appear in configuration, so mark this as false.
isBuildable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
isDisabled() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
First checks if the parent project is disabled, then this sub-project's setting.
isInstantiable() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView.DescriptorImpl
isTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Returns whether or not this is the template.

M

makeDisabled(boolean) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Messages - Class in com.github.mjdetullio.jenkins.plugins.multibranch
 
Messages() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
 

N

newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject.DescriptorImpl
newInstance(ItemGroup, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl

O

onDeleted(FreeStyleBranchProject) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
onLoad(ItemGroup<? extends Item>, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
onLoad(ItemGroup<? extends Item>, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
onRenamed(FreeStyleBranchProject, String, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
onSCMSourceUpdated(SCMSource) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
onViewRenamed(View, String, String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject

P

postInitialize() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject.DescriptorImpl
Method that removes this descriptor from the list of TopLevelItemDescriptors because we don't want to appear as one.
ProjectUtils - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Utility methods for multi-branch projects.

R

rawDecode(String) - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.ProjectUtils
Inverse function of Util.rawEncode(String).
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.FreeStyleBranchBuild
Gives this class an alias for configuration XML.
registerXStream() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
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.SyncBranchesTrigger
Gives this class an alias for configuration XML.
run() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchBuild
run() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger

S

setIsTemplate(boolean) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleBranchProject
Sets whether or not this is the template
submit(StaplerRequest, StaplerResponse) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
syncBranches(TaskListener) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
Synchronizes the available sub-projects by checking if the project is disabled, then calling FreeStyleMultiBranchProject._syncBranches(TaskListener) and logging its exceptions to the listener.
SyncBranchesTrigger - Class in com.github.mjdetullio.jenkins.plugins.multibranch
An internal cron-based trigger used to sync branches (sub-projects) for multi-branch project types.
SyncBranchesTrigger(String) - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger
Creates a new SyncBranchesTrigger that gets run periodically.
SyncBranchesTrigger.DescriptorImpl - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Descriptor for this trigger that will prevent it from showing in the configuration.
SyncBranchesTrigger.DescriptorImpl() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.DescriptorImpl
 
SyncBranchesTrigger.SyncBranchesAction - Class in com.github.mjdetullio.jenkins.plugins.multibranch
Action object for Project.
SyncBranchesTrigger.SyncBranchesAction() - Constructor for class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
 

W

writeLogTo(XMLOutput) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
Writes the annotated log to the given output.

_

_FreeStyleMultiBranchProject_DisplayName() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Build a free-style multi-branch project
_Health_BranchAge() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches that have been recently active
_Health_BranchBuilds() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches with a build
_Health_BranchSuccess() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.Messages
Branches with last build successful
B C D F G H I M N O P R S W _ 

Copyright © 2004-2014. All Rights Reserved.