Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

addSpecificDescriptors() - Static method in class jenkins.branch.CustomOrganizationFolderDescriptor
 
all() - Static method in class jenkins.branch.BranchBuildStrategyDescriptor
Gets all the BranchBuildStrategyDescriptor instances.
all(MultiBranchProject, SCMSourceDescriptor) - Static method in class jenkins.branch.BranchBuildStrategyDescriptor
Gets all the BranchBuildStrategyDescriptor instances applicable to the specified project and source.
all() - Static method in class jenkins.branch.BranchPropertyDescriptor
All the registered BranchPropertyDescriptors.
all(MultiBranchProject) - Static method in class jenkins.branch.BranchPropertyDescriptor
Gets all the BranchPropertyDescriptor instances applicable to the specified project.
all() - Static method in class jenkins.branch.BranchPropertyStrategyDescriptor
Gets all the BranchPropertyStrategyDescriptor instances.
all(MultiBranchProject, SCMSourceDescriptor) - Static method in class jenkins.branch.BranchPropertyStrategyDescriptor
Gets all the BranchPropertyStrategyDescriptor instances applicable to the specified project and source.
asArrayList(List<T>) - Static method in class jenkins.branch.BranchProperty
Utility helper method that ensures you have an ArrayList but avoids copying unless required.
asProject(Item) - Method in class jenkins.branch.BranchProjectFactory
Casts the Item into the project type supported by this BranchProjectFactory.

B

BaseEmptyView - Class in jenkins.branch
Holds the basic 'empty view' parent
BaseEmptyView(ViewGroup) - Constructor for class jenkins.branch.BaseEmptyView
BaseEmptyView_displayName() - Static method in class jenkins.branch.Messages
Key BaseEmptyView.displayName: Welcome.
Branch - Class in jenkins.branch
A source code branch.
Branch(String, SCMHead, SCM, List<? extends BranchProperty>) - Constructor for class jenkins.branch.Branch
Constructs a branch instance.
Branch.Dead - Class in jenkins.branch
Represents a dead branch.
Branch.TransientJobActionsFactoryImpl - Class in jenkins.branch
Ensures that the Branch.getActions() are always present in the Actionable.getAllActions().
BranchBuildStrategy - Class in jenkins.branch
 
BranchBuildStrategy() - Constructor for class jenkins.branch.BranchBuildStrategy
 
BranchBuildStrategyDescriptor - Class in jenkins.branch
Descriptor for BranchBuildStrategy instances.
BranchBuildStrategyDescriptor() - Constructor for class jenkins.branch.BranchBuildStrategyDescriptor
 
BranchCategoryFilter - Class in jenkins.branch
A ViewJobFilter that filters the children of a MultiBranchProject based on a SCMHeadCategory.
BranchCategoryFilter(SCMHeadCategory) - Constructor for class jenkins.branch.BranchCategoryFilter
Our constructor.
BranchEventCause - Class in jenkins.branch
Declares that a build was due to a branch event.
BranchIndexing(MultiBranchProject<P, R>, MultiBranchProject.BranchIndexing<P, R>) - Constructor for class jenkins.branch.MultiBranchProject.BranchIndexing
 
BranchIndexingCause - Class in jenkins.branch
Declares that a build was due to branch indexing.
BranchNameContributor - Class in jenkins.branch
Defines the environment variable BRANCH_NAME for multibranch builds.
BranchNameContributor() - Constructor for class jenkins.branch.BranchNameContributor
 
BranchProjectFactory<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> - Class in jenkins.branch
Creates instances of the branch projects for a specific Branch and also provides some utility methods for updating the branch specific projects.
BranchProjectFactory() - Constructor for class jenkins.branch.BranchProjectFactory
 
BranchProjectFactory.HeadByItemImpl - Class in jenkins.branch
 
BranchProjectFactory.SourceByItemImpl - Class in jenkins.branch
 
BranchProjectFactoryDescriptor - Class in jenkins.branch
Base class for all BranchProjectFactory instances.
BranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?, ?>>, Class<? extends Job>) - Constructor for class jenkins.branch.BranchProjectFactoryDescriptor
Explicit constructor to use when type inference fails.
BranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?, ?>>) - Constructor for class jenkins.branch.BranchProjectFactoryDescriptor
Semi explicit constructor to use when the descriptor is not an inner class of the BranchProjectFactory.
BranchProjectFactoryDescriptor() - Constructor for class jenkins.branch.BranchProjectFactoryDescriptor
Fully inferring constructor to use when the descriptor is an inner class of the BranchProjectFactory and type parameter inference works because it just should work.
BranchProperty - Class in jenkins.branch
Additional information associated with Branch.
BranchProperty() - Constructor for class jenkins.branch.BranchProperty
 
BranchPropertyDescriptor - Class in jenkins.branch
Descriptor for BranchProperty.
BranchPropertyDescriptor() - Constructor for class jenkins.branch.BranchPropertyDescriptor
 
BranchPropertyDescriptor.Visibility - Class in jenkins.branch
Ensures that the configuration screen of (for example) DefaultBranchPropertyStrategy shows only appropriate descriptors.
BranchPropertyStrategy - Class in jenkins.branch
A strategy for determining the properties that apply to a specific SCMHead.
BranchPropertyStrategy() - Constructor for class jenkins.branch.BranchPropertyStrategy
 
BranchPropertyStrategyDescriptor - Class in jenkins.branch
The base class for Descriptors or BranchPropertyStrategy instances.
BranchPropertyStrategyDescriptor() - Constructor for class jenkins.branch.BranchPropertyStrategyDescriptor
 
BranchSource - Class in jenkins.branch
A source of branches, which consists of a source and a strategy for creating properties of the branches from this source.
BranchSource(SCMSource) - Constructor for class jenkins.branch.BranchSource
 
BranchSource(SCMSource, BranchPropertyStrategy) - Constructor for class jenkins.branch.BranchSource
Deprecated.
BranchSource.DescriptorImpl - Class in jenkins.branch
Our Descriptor.
BranchStatusColumn - Class in jenkins.branch
ListViewColumn that shows the status icon for item ensuring that Branch.Dead jobs are reported as disabled.
BranchStatusColumn() - Constructor for class jenkins.branch.BranchStatusColumn
Constructor.
BranchStatusColumn.DescriptorImpl - Class in jenkins.branch
Our descriptor.
BranchStatusColumn.DescriptorVisibilityFilterImpl - Class in jenkins.branch
Hide this column from user views as it would only confuse them.
BranchStatusColumn_displayName() - Static method in class jenkins.branch.Messages
Key BranchStatusColumn.displayName: Status.
buildEnvironmentFor(Job, EnvVars, TaskListener) - Method in class jenkins.branch.BranchNameContributor
BuildRetentionBranchProperty - Class in jenkins.branch
 
BuildRetentionBranchProperty(BuildDiscarder) - Constructor for class jenkins.branch.BuildRetentionBranchProperty
 
BuildRetentionBranchProperty.DescriptorImpl - Class in jenkins.branch
Our Descriptor.
buildStrategiesDescriptors(MultiBranchProject, SCMSourceDescriptor) - Method in class jenkins.branch.BranchSource.DescriptorImpl
Gets all the BranchBuildStrategyDescriptor instances applicable to the specified project and source.
buildWrappers(List<BuildWrapper>) - Method in class jenkins.branch.ProjectDecorator
This method is an extension point whereby a ProjectDecorator can filter or enhance the set of BuildWrapper to be used by the job.
BySCMSourceCriteria() - Constructor for class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
 

C

canRun(Queue.Item) - Method in class jenkins.branch.RateLimitBranchProperty.QueueTaskDispatcherImpl
compare(T, T) - Method in class jenkins.branch.DescriptorOrder
computeChildren(ChildObserver<P>, TaskListener) - Method in class jenkins.branch.MultiBranchProject
computeChildren(ChildObserver<MultiBranchProject<?, ?>>, TaskListener) - Method in class jenkins.branch.OrganizationFolder
contains(TopLevelItem) - Method in class jenkins.branch.BaseEmptyView
createComputation(FolderComputation<P>) - Method in class jenkins.branch.MultiBranchProject
createComputation(FolderComputation<MultiBranchProject<?, ?>>) - Method in class jenkins.branch.OrganizationFolder
createFor(Job) - Method in class jenkins.branch.Branch.TransientJobActionsFactoryImpl
createFor(MultiBranchProject) - Method in class jenkins.branch.MultiBranchProject.StateActionFactory
createFor(OrganizationFolder) - Method in class jenkins.branch.OrganizationFolder.StateActionFactory
 
createNewProject(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
createNewProject(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory
createProject(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory
CustomOrganizationFolderDescriptor - Class in jenkins.branch
Ensures that when we have a non-null SCMNavigatorDescriptor.newInstance(String), a special New Item entry is displayed instead of the generic OrganizationFolder.DescriptorImpl.
CustomOrganizationFolderDescriptor.HideGeneric - Class in jenkins.branch

D

Dead(SCMHead, List<? extends BranchProperty>) - Constructor for class jenkins.branch.Branch.Dead
Constructor.
Dead(Branch) - Constructor for class jenkins.branch.Branch.Dead
Constructor.
decorate(P) - Method in class jenkins.branch.BranchProjectFactory
Decorates the project in with all the JobDecorator instances.
decorator(AbstractProject) - Method in class jenkins.branch.BranchProperty
Deprecated.
Should have been typed to take Project and Build rather than AbstractProject and AbstractBuild.
decorator(Class) - Method in class jenkins.branch.BranchProperty
Deprecated.
Should have been typed to take Project and Build rather than AbstractProject and AbstractBuild.
DefaultBranchPropertyStrategy - Class in jenkins.branch
A very simple BranchPropertyStrategy that just returns the same set of properties for all SCMHead instances.
DefaultBranchPropertyStrategy(BranchProperty[]) - Constructor for class jenkins.branch.DefaultBranchPropertyStrategy
Stapler's constructor.
DefaultBranchPropertyStrategy.DescriptorImpl - Class in jenkins.branch
DefaultBranchPropertyStrategy_DisplayName() - Static method in class jenkins.branch.Messages
Key DefaultBranchPropertyStrategy.DisplayName: All branches get the same properties.
delegate - Variable in class jenkins.branch.CustomOrganizationFolderDescriptor
 
Deleter() - Constructor for class jenkins.branch.WorkspaceLocatorImpl.Deleter
 
description(Object, Object) - Method in class jenkins.branch.DescriptionColumn
Gets the description of a job.
DescriptionColumn - Class in jenkins.branch
ListViewColumn that shows the description text of a Job with priority given to ObjectMetadataAction.getObjectDescription().
DescriptionColumn() - Constructor for class jenkins.branch.DescriptionColumn
Constructor.
DescriptionColumn.DescriptorImpl - Class in jenkins.branch
Our descriptor.
DescriptionColumn_displayName() - Static method in class jenkins.branch.Messages
Key DescriptionColumn.displayName: Project description.
DescriptorImpl() - Constructor for class jenkins.branch.BranchSource.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.BranchStatusColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.BuildRetentionBranchProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.DefaultBranchPropertyStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.DescriptionColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.ItemColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.MetadataActionFolderIcon.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.NamedExceptionsBranchPropertyStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.NoTriggerBranchProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.NoTriggerOrganizationFolderProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.OrganizationFolder.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
 
DescriptorImpl() - Constructor for class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
 
DescriptorOrder<T extends hudson.model.Describable<T>> - Class in jenkins.branch
A Comparator that compares Describable instances of a specific type based on the order of their Descriptors in Jenkins's list of Descriptors for that type.
DescriptorVisibilityFilterImpl() - Constructor for class jenkins.branch.BranchStatusColumn.DescriptorVisibilityFilterImpl
 
DescriptorVisibilityFilterImpl() - Constructor for class jenkins.branch.ItemColumn.DescriptorVisibilityFilterImpl
 
Dispatcher() - Constructor for class jenkins.branch.NoTriggerBranchProperty.Dispatcher
 
Dispatcher() - Constructor for class jenkins.branch.NoTriggerOrganizationFolderProperty.Dispatcher
 
Dispatcher() - Constructor for class jenkins.branch.OverrideIndexTriggersJobProperty.Dispatcher
 
doCheckBranches(String) - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.DescriptorImpl
 
doCheckCount(int, String) - Method in class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
Check the count.
doCheckCount(int, String) - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
Check the count
doCreateItem(StaplerRequest, StaplerResponse) - Method in class jenkins.branch.BaseEmptyView
doCreateProject(ItemGroup<?>, String, Map<String, Object>) - Method in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
doFillDurationNameItems() - Method in class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
Fill the duration names.
doFillDurationNameItems() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
Fill the duration names

E

equals(Object) - Method in class jenkins.branch.BaseEmptyView
Equal to any view of the same class and owner.
equals(Object) - Method in class jenkins.branch.Branch

F

filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.BranchCategoryFilter
filter(Object, Descriptor) - Method in class jenkins.branch.BranchPropertyDescriptor.Visibility
filter(Object, Descriptor) - Method in class jenkins.branch.BranchStatusColumn.DescriptorVisibilityFilterImpl
filter(Object, Descriptor) - Method in class jenkins.branch.CustomOrganizationFolderDescriptor.HideGeneric
filter(Object, Descriptor) - Method in class jenkins.branch.ItemColumn.DescriptorVisibilityFilterImpl
filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.MultiBranchCategoryFilter
filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.SimpleViewBranchFilter
forward(Class<T>) - Static method in class jenkins.branch.DescriptorOrder
Returns a Comparator that matches the order of the corresponding Jenkins.getDescriptorList(Class).

G

getACL() - Method in class jenkins.branch.MultiBranchProject
getACL() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
getACL() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
getAction(Class<T>) - Method in class jenkins.branch.Branch
Gets the specific action, or null if no such property is found.
getActions() - Method in class jenkins.branch.Branch
Gets all the actions.
getBranch(P) - Method in class jenkins.branch.BranchProjectFactory
Gets the Branch that a specific project was configured for.
getBranch(String) - Method in class jenkins.branch.MultiBranchProject
Deprecated.
use MultiBranchProject.getItem(String) or AbstractFolder.getJob(String) directly
getBranches() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty
 
getBranchPropertyStrategy(SCMSource) - Method in class jenkins.branch.MultiBranchProject
Returns the BranchPropertyStrategy for a specific SCMSource.
getBranchSourceDescriptor() - Method in class jenkins.branch.MultiBranchProjectDescriptor
getBuildDiscarder() - Method in class jenkins.branch.BuildRetentionBranchProperty
 
getBuildStrategies() - Method in class jenkins.branch.BranchSource
Gets the rules for automatic building of branches to apply on this source.
getCategoryId() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
getCategoryId() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
Used to categorize OrganizationFolder instances.
getClazz() - Method in class jenkins.branch.MultiBranchProjectDescriptor
We have to extend TopLevelItemDescriptor but we want to be able to access Descriptor.clazz as a MultiBranchProject based type.
getComputationDir() - Method in class jenkins.branch.MultiBranchProject
Returns the directory that branch indexing is stored in.
getCount() - Method in class jenkins.branch.RateLimitBranchProperty
Gets the maximum builds within the duration.
getCount() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
Gets the maximum builds within the duration.
getCount() - Method in class jenkins.branch.RateLimitBranchProperty.Throttle
Gets the maximum builds within the duration.
getDataFile() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getDefaultProperties() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy
Gets the default properties.
getDescription() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
getDescription(Object) - Method in class jenkins.branch.ItemColumn
Gets the description of a job.
getDescription() - Method in class jenkins.branch.MetadataActionFolderIcon
getDescription() - Method in class jenkins.branch.MultiBranchProject
getDescription() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
A description of this OrganizationFolder.
getDescription() - Method in class jenkins.branch.OrganizationFolder
getDescriptor() - Method in class jenkins.branch.BranchBuildStrategy
getDescriptor() - Method in class jenkins.branch.BranchProjectFactory
getDescriptor() - Method in class jenkins.branch.BranchProperty
getDescriptor() - Method in class jenkins.branch.BranchPropertyStrategy
getDescriptor() - Method in class jenkins.branch.MultiBranchProject
getDescriptor() - Method in class jenkins.branch.MultiBranchProjectFactory
getDisplayName() - Method in class jenkins.branch.BaseEmptyView
getDisplayName() - Method in class jenkins.branch.BranchSource.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.BranchStatusColumn.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.BuildRetentionBranchProperty.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
 
getDisplayName() - Method in class jenkins.branch.DefaultBranchPropertyStrategy.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.DescriptionColumn.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.ItemColumn.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.MetadataActionFolderIcon.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getDisplayName() - Method in class jenkins.branch.MultiBranchProject
getDisplayName() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
getDisplayName() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl.ViewDescriptorImpl
getDisplayName() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.NoTriggerBranchProperty.DescriptorImpl
 
getDisplayName() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.DescriptorImpl
 
getDisplayName() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.OrganizationFolder
getDisplayName() - Method in class jenkins.branch.OrganizationFolder.OrganizationScan
getDisplayName() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
getDisplayName() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl.ViewDescriptorImpl
getDisplayName() - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
 
getDisplayName() - Method in class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
getDisplayName() - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
getDuration() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
Gets the duration.
getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty
Gets the duration.
getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
Gets the duration name.
getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty.Throttle
Gets the duration.
getEnableTriggers() - Method in class jenkins.branch.OverrideIndexTriggersJobProperty
 
getEncodedName() - Method in class jenkins.branch.Branch
Gets a branch name suitable for use in paths.
getHead() - Method in class jenkins.branch.Branch
Returns the of the branch
getHead(Item) - Method in class jenkins.branch.BranchProjectFactory.HeadByItemImpl
getIconClassName() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
getIconClassName() - Method in class jenkins.branch.MetadataActionFolderIcon
getIconClassName() - Method in class jenkins.branch.MultiBranchProject
getIconClassName() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
getIconClassName() - Method in class jenkins.branch.OrganizationFolder
getIconDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
getIconDescriptors() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
getIconFilePathPattern() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
Needed if it wants SCMNavigator implementations are categorized in Jenkins 2.x.
getIconFilePathPattern() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
 
getId() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
 
getImageOf(String) - Method in class jenkins.branch.MetadataActionFolderIcon
getIndexing() - Method in class jenkins.branch.MultiBranchProject
Returns the current/most recent indexing details.
getIndexingUrl() - Method in class jenkins.branch.BranchEventCause
 
getIndexingUrl() - Method in class jenkins.branch.BranchIndexingCause
 
getItem(String) - Method in class jenkins.branch.MultiBranchProject
Returns the named child job or null if no such job exists.
getItems() - Method in class jenkins.branch.BaseEmptyView
getJobsDir() - Method in class jenkins.branch.MultiBranchProject
Returns the directory that all branches are stored in.
getLogFile() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getMillisecondsBetweenBuilds() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
Returns the minimum time between builds required to enforce the throttle.
getMultiBranchProject() - Method in class jenkins.branch.BranchEventCause
Gets the associated multibranch project.
getMultiBranchProject() - Method in class jenkins.branch.BranchIndexingCause
Gets the associated multibranch project.
getName() - Method in class jenkins.branch.Branch
Returns the name of the branch.
getName() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
Returns the name(s) to match.
getNamedExceptions() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy
Gets the named exceptions to the defaults.
getNavigators() - Method in class jenkins.branch.OrganizationFolder
 
getOwner() - Method in class jenkins.branch.BranchProjectFactory
Gets the current owner.
getParameterDefinitions() - Method in class jenkins.branch.ParameterDefinitionBranchProperty
Gets the parameter definitions.
getParent() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getPrimaryView() - Method in class jenkins.branch.MultiBranchProjectViewHolder
getPrimaryView() - Method in class jenkins.branch.OrganizationFolder
Will create an specialized view when there are no repositories or branches found, which contain a Jenkinsfile or other MARKER file.
getPrimaryView() - Method in class jenkins.branch.OrganizationFolderViewHolder
getProjectClass() - Method in class jenkins.branch.BranchProjectFactory
Returns the base class of the projects that are produced by this factory.
getProjectClass() - Method in class jenkins.branch.BranchProjectFactoryDescriptor
Returns the base class of the projects that are produced by this factory.
getProjectClass() - Method in class jenkins.branch.MultiBranchProject
Returns the base class of the projects that are managed by this MultiBranchProject.
getProjectClass() - Method in class jenkins.branch.MultiBranchProjectDescriptor
Returns the base class of the projects that are produced by this factory.
getProjectFactories() - Method in class jenkins.branch.OrganizationFolder
 
getProjectFactory() - Method in class jenkins.branch.MultiBranchProject
getProjectFactoryDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
getPronoun() - Method in class jenkins.branch.MultiBranchProject
getPronoun() - Method in class jenkins.branch.OrganizationFolder
getProperties() - Method in class jenkins.branch.Branch
Gets all the properties.
getPropertiesFor(SCMHead) - Method in class jenkins.branch.BranchPropertyStrategy
Returns the list of properties to be injected into the Branch for the specified SCMHead.
getPropertiesFor(SCMHead) - Method in class jenkins.branch.DefaultBranchPropertyStrategy
Returns the list of properties to be injected into the Branch for the specified SCMHead.
getPropertiesFor(SCMHead) - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy
Returns the list of properties to be injected into the Branch for the specified SCMHead.
getProperty(Class<T>) - Method in class jenkins.branch.Branch
Gets the specific property, or null if no such property is found.
getPropertyOf(Item) - Method in class jenkins.branch.DescriptionColumn
Gets the metadata of an item.
getProps() - Method in class jenkins.branch.DefaultBranchPropertyStrategy
Gets the properties.
getProps() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
Returns the exception properties.
getPublisherDescriptors() - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
 
getPublisherWhitelist() - Method in class jenkins.branch.UntrustedBranchProperty
 
getRevision(P) - Method in class jenkins.branch.BranchProjectFactory
Gets the SCMRevision that the project was last built for.
getRootDirFor(P) - Method in class jenkins.branch.MultiBranchProject
getScm() - Method in class jenkins.branch.Branch
Returns the SCM for the branch.
getSCMNavigators() - Method in class jenkins.branch.OrganizationFolder
getSCMSource(String) - Method in class jenkins.branch.MultiBranchProject
getSCMSource(String) - Method in class jenkins.branch.OrganizationFolder
getSCMSourceCriteria(SCMSource) - Method in class jenkins.branch.MultiBranchProject
getSCMSourceCriteria(SCMSource) - Method in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
Defines how to decide whether or not a given repository should host our type of project.
getSCMSourceCriteria(SCMSource) - Method in class jenkins.branch.OrganizationFolder
getSCMSourceDescriptors(boolean) - Method in class jenkins.branch.MultiBranchProjectDescriptor
Gets the SCMSourceDescriptors.
getSCMSources() - Method in class jenkins.branch.MultiBranchProject
getSCMSources() - Method in class jenkins.branch.OrganizationFolder
getSearchUrl() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getShortDescription() - Method in class jenkins.branch.BranchEventCause
getShortDescription() - Method in class jenkins.branch.BranchIndexingCause
getSource(Item) - Method in class jenkins.branch.BranchProjectFactory.SourceByItemImpl
getSource() - Method in class jenkins.branch.BranchSource
Gets the source.
getSourceId() - Method in class jenkins.branch.Branch
Returns the SCMSource.getId() that this branch originates from.
getSources() - Method in class jenkins.branch.MultiBranchProject
The sources of branches.
getSourcesList() - Method in class jenkins.branch.MultiBranchProject
Offers direct access to the configurable list of branch sources.
getStrategy() - Method in class jenkins.branch.BranchSource
Gets the strategy.
getTabBar() - Method in class jenkins.branch.MultiBranchProjectViewHolder
getTabBar() - Method in class jenkins.branch.OrganizationFolderViewHolder
getThrottle() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
getTimestamp() - Method in class jenkins.branch.BranchEventCause
 
getUrl() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
getView(String) - Method in class jenkins.branch.MultiBranchProject
getView(String) - Method in class jenkins.branch.OrganizationFolder
getViews() - Method in class jenkins.branch.MultiBranchProjectViewHolder
getViews() - Method in class jenkins.branch.OrganizationFolderViewHolder
getWelcomeView() - Method in class jenkins.branch.MultiBranchProject
Creates a place-holder view when there's no active branch indexed.
getWelcomeView() - Method in class jenkins.branch.OrganizationFolder
Creates a place-holder view when there's no active repositories indexed.
globalEventsListener() - Method in class jenkins.branch.MultiBranchProject.SCMEventListenerImpl
The TaskListener for events that we cannot assign to a multi-branch project.
globalEventsListener() - Method in class jenkins.branch.OrganizationFolder.SCMEventListenerImpl
The TaskListener for events that we cannot assign to an organization folder.

H

hashCode() - Method in class jenkins.branch.BaseEmptyView
hashCode() - Method in class jenkins.branch.Branch
hasProperty(Class<? extends BranchProperty>) - Method in class jenkins.branch.Branch
Tests if a property of a specific type is present.
HeadByItemImpl() - Constructor for class jenkins.branch.BranchProjectFactory.HeadByItemImpl
 
HideGeneric() - Constructor for class jenkins.branch.CustomOrganizationFolderDescriptor.HideGeneric
 

I

iconColor(Item) - Method in class jenkins.branch.BranchStatusColumn
Gets the BallColor for an item.
invalidateCaches() - Method in class jenkins.branch.MultiBranchProjectViewHolder
invalidateCaches() - Method in class jenkins.branch.OrganizationFolderViewHolder
isApplicable(SCMSourceDescriptor) - Method in class jenkins.branch.BranchBuildStrategyDescriptor
A branch build strategy may not be appropriate for every type of source, this method lets a strategy opt out of being selectable for a specific source type.
isApplicable(MultiBranchProject) - Method in class jenkins.branch.BranchBuildStrategyDescriptor
A branch build strategy may not be appropriate for every project, this method lets a strategy opt out of being selectable for a specific project.
isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.BranchBuildStrategyDescriptor
Usually a branch property strategy is more concerned with the specific type of project than the specifics of the project instance.
isApplicable(Class<? extends MultiBranchProject>) - Method in class jenkins.branch.BranchProjectFactoryDescriptor
Returns true if and only if this BranchPropertyDescriptor is applicable in the specified type of MultiBranchProject.
isApplicable(MultiBranchProject) - Method in class jenkins.branch.BranchPropertyDescriptor
A branch property may not be appropriate for every project, this method lets a property opt out of being selectable for a specific project.
isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.BranchPropertyDescriptor
Usually a branch property is more concerned with the specific type of project than the specifics of the project instance.
isApplicable(SCMSourceDescriptor) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
A branch property strategy may not be appropriate for every type of source, this method lets a strategy opt out of being selectable for a specific source type.
isApplicable(MultiBranchProject) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
A branch property strategy may not be appropriate for every project, this method lets a strategy opt out of being selectable for a specific project.
isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
Usually a branch property strategy is more concerned with the specific type of project than the specifics of the project instance.
isApplicable(Class<? extends AbstractFolder>) - Method in class jenkins.branch.MetadataActionFolderIcon.DescriptorImpl
isApplicable(Class<P>) - Method in class jenkins.branch.ParameterDefinitionBranchProperty
Tests if the parameter definitions are applicable to the branch specific job type.
isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
 
isAutomaticBuild(SCMSource, SCMHead) - Method in class jenkins.branch.BranchBuildStrategy
Should the specified SCMHead for the specified SCMSource be built whenever it is detected as created / modified?
isBuildable() - Method in class jenkins.branch.Branch.Dead
Returns true iff the branch is can be built.
isBuildable() - Method in class jenkins.branch.Branch
Returns true iff the branch is can be built.
isBuildable() - Method in class jenkins.branch.MultiBranchProject
isDefault() - Method in class jenkins.branch.BaseEmptyView
isEditable() - Method in class jenkins.branch.BaseEmptyView
isExcluded(Branch) - Method in class jenkins.branch.SimpleViewBranchFilter
Tests if the supplied branch should be excluded.
isHasEvents() - Method in class jenkins.branch.MultiBranchProject
isHasEvents() - Method in class jenkins.branch.OrganizationFolder
 
isIconConfigurable() - Method in class jenkins.branch.MultiBranchProjectDescriptor
isIconConfigurable() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
isIncluded(Branch) - Method in class jenkins.branch.SimpleViewBranchFilter
Tests if the supplied branch should be included.
isInstantiable() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl.ViewDescriptorImpl
isInstantiable() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl.ViewDescriptorImpl
isMatch(SCMHead) - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
Returns true if the head is a match.
isMatch(String, String) - Static method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
Returns true if and only if the branch name matches one of the name(s).
isOwnerMultibranch(Item) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
 
isPrimary(Object) - Method in class jenkins.branch.ItemColumn
Determines if the item has a PrimaryInstanceMetadataAction.
isPrimaryModifiable() - Method in class jenkins.branch.MultiBranchProjectViewHolder
isPrimaryModifiable() - Method in class jenkins.branch.OrganizationFolderViewHolder
isProject(Item) - Method in class jenkins.branch.BranchProjectFactory
Test if the specified Item is the branch project type supported by this BranchProjectFactory
isRecurse() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
isRecurse() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
isTabBarModifiable() - Method in class jenkins.branch.MultiBranchProjectViewHolder
isTabBarModifiable() - Method in class jenkins.branch.OrganizationFolderViewHolder
ItemColumn - Class in jenkins.branch
Like JobColumn only is aware of PrimaryInstanceMetadataAction and ObjectMetadataAction
ItemColumn() - Constructor for class jenkins.branch.ItemColumn
Default constructor
ItemColumn.DescriptorImpl - Class in jenkins.branch
Our extension.
ItemColumn.DescriptorVisibilityFilterImpl - Class in jenkins.branch
Hide this column from user views as it would only confuse them.
ItemColumn_DisplayName() - Static method in class jenkins.branch.Messages
Key ItemColumn.DisplayName: Name.

J

jenkins.branch - package jenkins.branch
 
jobDecorator(Class<P>) - Method in class jenkins.branch.BranchProperty
Returns a JobDecorator for the specific job type.
jobDecorator(Class<P>) - Method in class jenkins.branch.BuildRetentionBranchProperty
 
JobDecorator<P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> - Class in jenkins.branch
Something that can decorate a job.
JobDecorator() - Constructor for class jenkins.branch.JobDecorator
 
jobDecorator(Class<P>) - Method in class jenkins.branch.NoTriggerBranchProperty
 
jobDecorator(Class<P>) - Method in class jenkins.branch.ParameterDefinitionBranchProperty
Returns a JobDecorator for the specific job type.
jobDecorator(Class<P>) - Method in class jenkins.branch.RateLimitBranchProperty
Returns a JobDecorator for the specific job type.
jobDecorator(Class<P>) - Method in class jenkins.branch.UntrustedBranchProperty
 
jobProperties(List<JobProperty<? super P>>) - Method in class jenkins.branch.JobDecorator
This method is an extension point whereby a BranchProperty can filter or enhance the set of JobProperty to be used by the branch specific project.
JobPropertyImpl(RateLimitBranchProperty.Throttle) - Constructor for class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
Constructor.

L

LocalizedViewsTabBar - Class in jenkins.branch
JENKINS-39300 work-around.
LocalizedViewsTabBar() - Constructor for class jenkins.branch.LocalizedViewsTabBar
 
locate(TopLevelItem, Node) - Method in class jenkins.branch.WorkspaceLocatorImpl
 

M

Messages - Class in jenkins.branch
Generated localization support class.
Messages() - Constructor for class jenkins.branch.Messages
 
MetadataActionFolderIcon - Class in jenkins.branch
A FolderIcon specifically for OrganizationFolder and MultiBranchProject instances that will delegate to the AvatarMetadataAction attached to the folder.
MetadataActionFolderIcon() - Constructor for class jenkins.branch.MetadataActionFolderIcon
Our constructor.
MetadataActionFolderIcon.DescriptorImpl - Class in jenkins.branch
Our descriptor.
MultiBranchCategoryFilter - Class in jenkins.branch
A ViewJobFilter that filters the children of a OrganizationFolder based on a SCMSourceCategory.
MultiBranchCategoryFilter(SCMSourceCategory) - Constructor for class jenkins.branch.MultiBranchCategoryFilter
Our constructor.
MultiBranchProject<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> - Class in jenkins.branch
Abstract base class for multiple-branch based projects.
MultiBranchProject(ItemGroup, String) - Constructor for class jenkins.branch.MultiBranchProject
Constructor, mandated by TopLevelItem.
MultiBranchProject.BranchIndexing<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> - Class in jenkins.branch
Represents the branch indexing job.
MultiBranchProject.SCMEventListenerImpl - Class in jenkins.branch
Our event listener.
MultiBranchProject.StateActionFactory - Class in jenkins.branch
Adds the MultiBranchProject.State.sourceActions to Actionable.getAllActions().
MultiBranchProject_BranchIndexing_displayName(Object) - Static method in class jenkins.branch.Messages
Key MultiBranchProject.BranchIndexing.displayName: Scan {0}.
MultiBranchProjectDescriptor - Class in jenkins.branch
The Descriptor for MultiBranchProjects.
MultiBranchProjectDescriptor(Class<? extends MultiBranchProject<?, ?>>, Class<? extends Job>) - Constructor for class jenkins.branch.MultiBranchProjectDescriptor
Explicit constructor to use when type inference fails.
MultiBranchProjectDescriptor(Class<? extends MultiBranchProject<?, ?>>) - Constructor for class jenkins.branch.MultiBranchProjectDescriptor
Semi explicit constructor to use when the descriptor is not an inner class of the MultiBranchProject.
MultiBranchProjectDescriptor() - Constructor for class jenkins.branch.MultiBranchProjectDescriptor
Fully inferring constructor to use when the descriptor is an inner class of the MultiBranchProject and type parameter inference works because it just should work.
MultiBranchProjectEmptyView - Class in jenkins.branch
Special view used when MultiBranchProject has no branches.
MultiBranchProjectEmptyView(ViewGroup) - Constructor for class jenkins.branch.MultiBranchProjectEmptyView
MultiBranchProjectFactory - Class in jenkins.branch
Creates MultiBranchProjects for repositories where recognized.
MultiBranchProjectFactory() - Constructor for class jenkins.branch.MultiBranchProjectFactory
 
MultiBranchProjectFactory.BySCMSourceCriteria - Class in jenkins.branch
Creates a particular kind of multibranch project insofar as at least one SCMHead satisfies a probe.
MultiBranchProjectFactoryDescriptor - Class in jenkins.branch
MultiBranchProjectFactoryDescriptor() - Constructor for class jenkins.branch.MultiBranchProjectFactoryDescriptor
 
MultiBranchProjectFactoryDescriptor(Class<? extends MultiBranchProjectFactory>) - Constructor for class jenkins.branch.MultiBranchProjectFactoryDescriptor
 
MultiBranchProjectViewHolder - Class in jenkins.branch
Holds the view configuration for an MultiBranchProject.
MultiBranchProjectViewHolder(MultiBranchProject<?, ?>) - Constructor for class jenkins.branch.MultiBranchProjectViewHolder
Constructor.
MultiBranchProjectViewHolder.ViewImpl - Class in jenkins.branch
A custom category specific view.
MultiBranchProjectViewHolder.ViewImpl.ViewDescriptorImpl - Class in jenkins.branch
Our descriptor

N

Named(String, BranchProperty[]) - Constructor for class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
Constructor
NamedExceptionsBranchPropertyStrategy - Class in jenkins.branch
Allows named branches to get different properties from the rest.
NamedExceptionsBranchPropertyStrategy(BranchProperty[], NamedExceptionsBranchPropertyStrategy.Named[]) - Constructor for class jenkins.branch.NamedExceptionsBranchPropertyStrategy
Stapler's constructor.
NamedExceptionsBranchPropertyStrategy.DescriptorImpl - Class in jenkins.branch
NamedExceptionsBranchPropertyStrategy.Named - Class in jenkins.branch
Holds the specific named exception details.
NamedExceptionsBranchPropertyStrategy.Named.DescriptorImpl - Class in jenkins.branch
Our Descriptor
NamedExceptionsBranchPropertyStrategy_DisplayName() - Static method in class jenkins.branch.Messages
Key NamedExceptionsBranchPropertyStrategy.DisplayName: Named branches get different properties.
newDefaultFolderIcon() - Method in class jenkins.branch.MultiBranchProject
newDefaultFolderIcon() - Method in class jenkins.branch.OrganizationFolder
newFolderViewHolder() - Method in class jenkins.branch.MultiBranchProject
newFolderViewHolder() - Method in class jenkins.branch.OrganizationFolder
newInstance(Branch) - Method in class jenkins.branch.BranchProjectFactory
Creates a new branch project.
newInstance(ItemGroup, String) - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
newInstance() - Method in class jenkins.branch.MultiBranchProjectFactoryDescriptor
Creates a factory instance with a default configuration.
newInstance(ItemGroup, String) - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
newInstance(StaplerRequest, JSONObject) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
 
newProjectFactory() - Method in class jenkins.branch.MultiBranchProject
Creates a new instance of the default project factory to be used for a new instance of the project type.
NoTriggerBranchProperty - Class in jenkins.branch
Suppresses builds due to BranchIndexingCause.
NoTriggerBranchProperty() - Constructor for class jenkins.branch.NoTriggerBranchProperty
 
NoTriggerBranchProperty.DescriptorImpl - Class in jenkins.branch
 
NoTriggerBranchProperty.Dispatcher - Class in jenkins.branch
 
NoTriggerBranchProperty_suppress_automatic_scm_triggering() - Static method in class jenkins.branch.Messages
Key NoTriggerBranchProperty.suppress_automatic_scm_triggering: Suppress automatic SCM triggering.
NoTriggerOrganizationFolderProperty - Class in jenkins.branch
Defines NoTriggerBranchProperty on selected branches.
NoTriggerOrganizationFolderProperty(String) - Constructor for class jenkins.branch.NoTriggerOrganizationFolderProperty
 
NoTriggerOrganizationFolderProperty.DescriptorImpl - Class in jenkins.branch
 
NoTriggerOrganizationFolderProperty.Dispatcher - Class in jenkins.branch
 

O

onAddedTo(Run) - Method in class jenkins.branch.BranchEventCause
onAddedTo(Run) - Method in class jenkins.branch.BranchIndexingCause
onCreatedFromScratch() - Method in class jenkins.branch.OrganizationFolder
onDeleted(Item) - Method in class jenkins.branch.WorkspaceLocatorImpl.Deleter
 
onJobRenamed(Item, String, String) - Method in class jenkins.branch.BaseEmptyView
onLoad(Run<?, ?>) - Method in class jenkins.branch.BranchEventCause
onLoad(Run<?, ?>) - Method in class jenkins.branch.BranchIndexingCause
onLoad(ItemGroup<? extends Item>, String) - Method in class jenkins.branch.MultiBranchProject
onLoad(ItemGroup<? extends Item>, String) - Method in class jenkins.branch.OrganizationFolder
onSCMHeadEvent(SCMHeadEvent<?>) - Method in class jenkins.branch.MultiBranchProject.SCMEventListenerImpl
onSCMHeadEvent(SCMHeadEvent<?>) - Method in class jenkins.branch.OrganizationFolder.SCMEventListenerImpl
onSCMNavigatorEvent(SCMNavigatorEvent<?>) - Method in class jenkins.branch.OrganizationFolder.SCMEventListenerImpl
onSCMSourceEvent(SCMSourceEvent<?>) - Method in class jenkins.branch.MultiBranchProject.SCMEventListenerImpl
onSCMSourceEvent(SCMSourceEvent<?>) - Method in class jenkins.branch.OrganizationFolder.SCMEventListenerImpl
onSCMSourceUpdated(SCMSource) - Method in class jenkins.branch.MultiBranchProject
onSCMSourceUpdated(SCMSource) - Method in class jenkins.branch.OrganizationFolder
OrganizationFolder - Class in jenkins.branch
A folder-like collection of MultiBranchProjects, one per repository.
OrganizationFolder(ItemGroup, String) - Constructor for class jenkins.branch.OrganizationFolder
OrganizationFolder.DescriptorImpl - Class in jenkins.branch
Our descriptor
OrganizationFolder.OrganizationScan - Class in jenkins.branch
Our scan.
OrganizationFolder.SCMEventListenerImpl - Class in jenkins.branch
Listens for events from the SCM event system.
OrganizationFolder.StateActionFactory - Class in jenkins.branch
Adds the OrganizationFolder.State.getActions() to Actionable.getAllActions().
OrganizationFolder_DefaultProject() - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DefaultProject: Multibranch.
OrganizationFolder_DefaultPronoun() - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DefaultPronoun: Organization.
OrganizationFolder_Description(Object, Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.Description: Creates a set of {0} projects for {1} matching a defined criteria from a {2}.
OrganizationFolder_DisplayName(Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DisplayName: {0} Folder.
OrganizationFolder_OrganizationScan_displayName(Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrganizationScan.displayName: Scan {0}.
OrganizationFolder_OrJoin2(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoin2: {0} or {1}.
OrganizationFolder_OrJoinN_First(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.First: {0}, {1}.
OrganizationFolder_OrJoinN_Last(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.Last: {0} or {1}.
OrganizationFolder_OrJoinN_Middle(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.Middle: {0}, {1}.
OrganizationFolderEmptyView - Class in jenkins.branch
Special view used when OrganizationFolder has no repositories.
OrganizationFolderEmptyView(ViewGroup) - Constructor for class jenkins.branch.OrganizationFolderEmptyView
OrganizationFolderViewHolder - Class in jenkins.branch
Holds the view configuration for an OrganizationFolder.
OrganizationFolderViewHolder(OrganizationFolder) - Constructor for class jenkins.branch.OrganizationFolderViewHolder
Constructor.
OrganizationFolderViewHolder.ViewImpl - Class in jenkins.branch
A custom category specific view.
OrganizationFolderViewHolder.ViewImpl.ViewDescriptorImpl - Class in jenkins.branch
Our descriptor
OrganizationScan(OrganizationFolder, FolderComputation<MultiBranchProject<?, ?>>) - Constructor for class jenkins.branch.OrganizationFolder.OrganizationScan
 
orphanedItems(Collection<P>, TaskListener) - Method in class jenkins.branch.MultiBranchProject
OverrideIndexTriggersJobProperty - Class in jenkins.branch
Allows overriding indexing triggers for an individual job - either by enabling when the multibranch or org is set to suppress them, or disabling if they're otherwise enabled.
OverrideIndexTriggersJobProperty(boolean) - Constructor for class jenkins.branch.OverrideIndexTriggersJobProperty
 
OverrideIndexTriggersJobProperty.DescriptorImpl - Class in jenkins.branch
 
OverrideIndexTriggersJobProperty.Dispatcher - Class in jenkins.branch
 

P

ParameterDefinitionBranchProperty - Class in jenkins.branch
Support for build parameters.
ParameterDefinitionBranchProperty() - Constructor for class jenkins.branch.ParameterDefinitionBranchProperty
Subclasses should have a DataBoundConstructor.
project(P) - Method in class jenkins.branch.JobDecorator
This method is an extension point whereby a BranchProperty can apply final tweaks to the project for the branch specific project.
ProjectDecorator<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> - Class in jenkins.branch
Something that can decorate a project.
ProjectDecorator() - Constructor for class jenkins.branch.ProjectDecorator
 
propertyStrategyDescriptors(MultiBranchProject, SCMSourceDescriptor) - Method in class jenkins.branch.BranchSource.DescriptorImpl
Gets all the BranchPropertyStrategyDescriptor instances applicable to the specified project and source.
publishers(List<Publisher>) - Method in class jenkins.branch.ProjectDecorator
This method is an extension point whereby a ProjectDecorator can filter or enhance the set of Publisher to be used by the job.

Q

QueueTaskDispatcherImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.QueueTaskDispatcherImpl
 

R

RateLimitBranchProperty - Class in jenkins.branch
A branch property that limits how often a specific branch can be built.
RateLimitBranchProperty(int, String) - Constructor for class jenkins.branch.RateLimitBranchProperty
Constructor for stapler.
RateLimitBranchProperty.DescriptorImpl - Class in jenkins.branch
Our descriptor
RateLimitBranchProperty.JobPropertyImpl - Class in jenkins.branch
 
RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl - Class in jenkins.branch
Our descriptor.
RateLimitBranchProperty.QueueTaskDispatcherImpl - Class in jenkins.branch
This does the work of blocking builds while the throttle is enforced.
RateLimitBranchProperty.Throttle - Class in jenkins.branch
This class is to work around some annoying "features" of f:optionalBlock
RateLimitBranchProperty_ApproxDaysBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxDaysBetweenBuilds: Approximately {0,choice,1#a day|1<{0,number,integer} days} between builds.
RateLimitBranchProperty_ApproxHoursBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxHoursBetweenBuilds: Approximately {0,choice,1#an hour|1<{0,number,integer} hours} between builds.
RateLimitBranchProperty_ApproxMinsBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxMinsBetweenBuilds: Approximately {0,choice,1#a minute|1<{0,number,integer} minutes} between builds.
RateLimitBranchProperty_ApproxSecsBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxSecsBetweenBuilds: Approximately {0,choice,1#a second|1<{0,number,integer} seconds} between builds.
RateLimitBranchProperty_ApproxWeeksBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxWeeksBetweenBuilds: Approximately {0,choice,1#a week|1<{0,number,integer} weeks} between builds.
RateLimitBranchProperty_BuildBlocked(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.BuildBlocked: Build throttle expires at {0,time} on {0,date}.
RateLimitBranchProperty_DisplayName() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.DisplayName: Throttle builds.
RateLimitBranchProperty_duration_day() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.day: Day.
RateLimitBranchProperty_duration_hour() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.hour: Hour.
RateLimitBranchProperty_duration_month() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.month: Month.
RateLimitBranchProperty_duration_week() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.week: Week.
RateLimitBranchProperty_duration_year() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.year: Year.
rawDecode(String) - Static method in class jenkins.branch.MultiBranchProject
Inverse function of Util.rawEncode(String)
recognizes(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
Determines whether this factory recognizes a given configuration.
recognizes(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, SCMHeadEvent<?>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
Determines whether this factory recognizes a given configuration scoped to a specific SCMHeadEvent.
recognizes(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory
Determines whether this factory recognizes a given configuration.
recognizes(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, SCMHeadEvent<?>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory
Determines whether this factory recognizes a given configuration scoped to a specific SCMHeadEvent.
remove(Iterable<T>, Class<? extends T>) - Static method in class jenkins.branch.OrganizationFolder.DescriptorImpl
Creates a filtered sublist.
reverse(Class<T>) - Static method in class jenkins.branch.DescriptorOrder
Returns a Comparator that reverses the order of the corresponding Jenkins.getDescriptorList(Class).
run() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
 
run() - Method in class jenkins.branch.OrganizationFolder.OrganizationScan
 

S

save() - Method in class jenkins.branch.BranchProjectFactory
save() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
save() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
SCMEventListenerImpl() - Constructor for class jenkins.branch.MultiBranchProject.SCMEventListenerImpl
 
SCMEventListenerImpl() - Constructor for class jenkins.branch.OrganizationFolder.SCMEventListenerImpl
 
setBranch(P, Branch) - Method in class jenkins.branch.BranchProjectFactory
Replace the Branch that a project was configured for with a new updated Branch.
setBuildStrategies(List<BranchBuildStrategy>) - Method in class jenkins.branch.BranchSource
Gets the rules for automatic building of branches to apply on this source.
setOwner(MultiBranchProject<P, R>) - Method in class jenkins.branch.BranchProjectFactory
Sets the owner.
setOwner(AbstractFolder<?>) - Method in class jenkins.branch.MetadataActionFolderIcon
setParameterDefinitions(List<ParameterDefinition>) - Method in class jenkins.branch.ParameterDefinitionBranchProperty
Sets the parameter definitions.
setPrimaryView(String) - Method in class jenkins.branch.MultiBranchProjectViewHolder
setPrimaryView(String) - Method in class jenkins.branch.OrganizationFolderViewHolder
setProjectFactory(BranchProjectFactory<P, R>) - Method in class jenkins.branch.MultiBranchProject
setRevisionHash(P, SCMRevision) - Method in class jenkins.branch.BranchProjectFactory
Sets the SCMRevision that the project was last built for.
setStrategy(BranchPropertyStrategy) - Method in class jenkins.branch.BranchSource
 
setTabBar(ViewsTabBar) - Method in class jenkins.branch.MultiBranchProjectViewHolder
setTabBar(ViewsTabBar) - Method in class jenkins.branch.OrganizationFolderViewHolder
setViews(List<? extends View>) - Method in class jenkins.branch.MultiBranchProjectViewHolder
setViews(List<? extends View>) - Method in class jenkins.branch.OrganizationFolderViewHolder
shouldSchedule(Queue.Task, List<Action>) - Method in class jenkins.branch.NoTriggerBranchProperty.Dispatcher
 
shouldSchedule(Queue.Task, List<Action>) - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.Dispatcher
 
shouldSchedule(Queue.Task, List<Action>) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.Dispatcher
 
shownByDefault() - Method in class jenkins.branch.BranchStatusColumn.DescriptorImpl
shownByDefault() - Method in class jenkins.branch.DescriptionColumn.DescriptorImpl
shownByDefault() - Method in class jenkins.branch.ItemColumn.DescriptorImpl
SimpleViewBranchFilter - Class in jenkins.branch
Base class for a ViewJobFilter that will filter based on the Branch that a job in a MultiBranchProject belongs to.
SimpleViewBranchFilter() - Constructor for class jenkins.branch.SimpleViewBranchFilter
 
sort(List<? extends View>) - Method in class jenkins.branch.LocalizedViewsTabBar
Sorts the views by View.getDisplayName().
SourceByItemImpl() - Constructor for class jenkins.branch.BranchProjectFactory.SourceByItemImpl
 
StateActionFactory() - Constructor for class jenkins.branch.MultiBranchProject.StateActionFactory
 
StateActionFactory() - Constructor for class jenkins.branch.OrganizationFolder.StateActionFactory
 
submit(StaplerRequest) - Method in class jenkins.branch.BaseEmptyView
submit(StaplerRequest, StaplerResponse) - Method in class jenkins.branch.MultiBranchProject
submit(StaplerRequest, StaplerResponse) - Method in class jenkins.branch.OrganizationFolder

T

Throttle(int, String) - Constructor for class jenkins.branch.RateLimitBranchProperty.Throttle
Constructor for stapler.
toString() - Method in class jenkins.branch.CustomOrganizationFolderDescriptor
TransientJobActionsFactoryImpl() - Constructor for class jenkins.branch.Branch.TransientJobActionsFactoryImpl
 
type() - Method in class jenkins.branch.Branch.TransientJobActionsFactoryImpl
type() - Method in class jenkins.branch.MultiBranchProject.StateActionFactory
type() - Method in class jenkins.branch.OrganizationFolder.StateActionFactory
 

U

UntrustedBranchProperty - Class in jenkins.branch
Indicates that the branch contains code changes from authors who do not otherwise have the write access to the repository.
UntrustedBranchProperty(String[]) - Constructor for class jenkins.branch.UntrustedBranchProperty
 
UntrustedBranchProperty.DescriptorImpl - Class in jenkins.branch
Our Descriptor.
updateExistingProject(MultiBranchProject<?, ?>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory

V

VIEW_NAME - Static variable in class jenkins.branch.BaseEmptyView
The empty view name
ViewDescriptorImpl() - Constructor for class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl.ViewDescriptorImpl
 
ViewDescriptorImpl() - Constructor for class jenkins.branch.OrganizationFolderViewHolder.ViewImpl.ViewDescriptorImpl
 
ViewImpl(ViewGroup, SCMHeadCategory) - Constructor for class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
Creates a new view.
ViewImpl(ViewGroup, SCMSourceCategory) - Constructor for class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
Creates a new view.
Visibility() - Constructor for class jenkins.branch.BranchPropertyDescriptor.Visibility
 

W

WorkspaceLocatorImpl - Class in jenkins.branch
Chooses manageable workspace names for branch projects.
WorkspaceLocatorImpl() - Constructor for class jenkins.branch.WorkspaceLocatorImpl
 
WorkspaceLocatorImpl.Deleter - Class in jenkins.branch
Cleans up workspace when an orphaned branch project is deleted.

_

_BaseEmptyView_displayName() - Static method in class jenkins.branch.Messages
Key BaseEmptyView.displayName: Welcome.
_BranchStatusColumn_displayName() - Static method in class jenkins.branch.Messages
Key BranchStatusColumn.displayName: Status.
_DefaultBranchPropertyStrategy_DisplayName() - Static method in class jenkins.branch.Messages
Key DefaultBranchPropertyStrategy.DisplayName: All branches get the same properties.
_DescriptionColumn_displayName() - Static method in class jenkins.branch.Messages
Key DescriptionColumn.displayName: Project description.
_ItemColumn_DisplayName() - Static method in class jenkins.branch.Messages
Key ItemColumn.DisplayName: Name.
_MultiBranchProject_BranchIndexing_displayName(Object) - Static method in class jenkins.branch.Messages
Key MultiBranchProject.BranchIndexing.displayName: Scan {0}.
_NamedExceptionsBranchPropertyStrategy_DisplayName() - Static method in class jenkins.branch.Messages
Key NamedExceptionsBranchPropertyStrategy.DisplayName: Named branches get different properties.
_NoTriggerBranchProperty_suppress_automatic_scm_triggering() - Static method in class jenkins.branch.Messages
Key NoTriggerBranchProperty.suppress_automatic_scm_triggering: Suppress automatic SCM triggering.
_OrganizationFolder_DefaultProject() - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DefaultProject: Multibranch.
_OrganizationFolder_DefaultPronoun() - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DefaultPronoun: Organization.
_OrganizationFolder_Description(Object, Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.Description: Creates a set of {0} projects for {1} matching a defined criteria from a {2}.
_OrganizationFolder_DisplayName(Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.DisplayName: {0} Folder.
_OrganizationFolder_OrganizationScan_displayName(Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrganizationScan.displayName: Scan {0}.
_OrganizationFolder_OrJoin2(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoin2: {0} or {1}.
_OrganizationFolder_OrJoinN_First(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.First: {0}, {1}.
_OrganizationFolder_OrJoinN_Last(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.Last: {0} or {1}.
_OrganizationFolder_OrJoinN_Middle(Object, Object) - Static method in class jenkins.branch.Messages
Key OrganizationFolder.OrJoinN.Middle: {0}, {1}.
_RateLimitBranchProperty_ApproxDaysBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxDaysBetweenBuilds: Approximately {0,choice,1#a day|1<{0,number,integer} days} between builds.
_RateLimitBranchProperty_ApproxHoursBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxHoursBetweenBuilds: Approximately {0,choice,1#an hour|1<{0,number,integer} hours} between builds.
_RateLimitBranchProperty_ApproxMinsBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxMinsBetweenBuilds: Approximately {0,choice,1#a minute|1<{0,number,integer} minutes} between builds.
_RateLimitBranchProperty_ApproxSecsBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxSecsBetweenBuilds: Approximately {0,choice,1#a second|1<{0,number,integer} seconds} between builds.
_RateLimitBranchProperty_ApproxWeeksBetweenBuilds(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.ApproxWeeksBetweenBuilds: Approximately {0,choice,1#a week|1<{0,number,integer} weeks} between builds.
_RateLimitBranchProperty_BuildBlocked(Object) - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.BuildBlocked: Build throttle expires at {0,time} on {0,date}.
_RateLimitBranchProperty_DisplayName() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.DisplayName: Throttle builds.
_RateLimitBranchProperty_duration_day() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.day: Day.
_RateLimitBranchProperty_duration_hour() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.hour: Hour.
_RateLimitBranchProperty_duration_month() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.month: Month.
_RateLimitBranchProperty_duration_week() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.week: Week.
_RateLimitBranchProperty_duration_year() - Static method in class jenkins.branch.Messages
Key RateLimitBranchProperty.duration.year: Year.
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.