Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- acquireThread() - Method in class jenkins.branch.WorkspaceLocatorImpl.Deleter
- add(PropertyMigration<?, ?>) - Method in class jenkins.branch.PropertyMigration.MonitorImpl
- all() - Static method in class jenkins.branch.BranchBuildStrategyDescriptor
-
Gets all the
BranchBuildStrategyDescriptor
instances. - all() - Static method in class jenkins.branch.BranchPropertyDescriptor
-
All the registered
BranchPropertyDescriptor
s. - all() - Static method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
Gets all the
BranchPropertyStrategyDescriptor
instances. - all(MultiBranchProject) - Static method in class jenkins.branch.BranchPropertyDescriptor
-
Gets all the
BranchPropertyDescriptor
instances applicable to the specified project. - all(MultiBranchProject, SCMSourceDescriptor) - Static method in class jenkins.branch.BranchBuildStrategyDescriptor
-
Gets all the
BranchBuildStrategyDescriptor
instances applicable to the specified project and source. - all(MultiBranchProject, SCMSourceDescriptor) - Static method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
Gets all the
BranchPropertyStrategyDescriptor
instances applicable to the specified project and source. - apply(AbstractFolder<?>) - Method in class jenkins.branch.PropertyMigration
- apply(F, P) - Method in class jenkins.branch.PropertyMigration.Migrator
- apply(String) - Static method in class jenkins.branch.NameMangler
- applyAll(AbstractFolder<?>) - Static method in class jenkins.branch.PropertyMigration
- applyDecoration(MultiBranchProject<?, ?>, TaskListener) - Method in class jenkins.branch.OrganizationFolderProperty
-
Performs an idempotent application of this property's decoration to the supplied child.
- 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 thisBranchProjectFactory
. - automaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision) - Method in class jenkins.branch.BranchBuildStrategy
-
API: Should the specified
SCMRevision
of theSCMHead
for the specifiedSCMSource
be triggered when theSCMHead
has been detected as created / modified? - automaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision, TaskListener) - Method in class jenkins.branch.BranchBuildStrategy
-
API: Should the specified
SCMRevision
of theSCMHead
for the specifiedSCMSource
be triggered when theSCMHead
has been detected as created / modified? - automaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision, SCMRevision, TaskListener) - Method in class jenkins.branch.BranchBuildStrategy
-
API: Should the specified
SCMRevision
of theSCMHead
for the specifiedSCMSource
be triggered when theSCMHead
has been detected as created / modified?
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 theActionable.getAllActions()
. - BranchBuildStrategy - Class in jenkins.branch
-
An extension point that allows controlling whether a specific
SCMHead
should be automatically built when discovered. - BranchBuildStrategy() - Constructor for class jenkins.branch.BranchBuildStrategy
- BranchBuildStrategyDescriptor - Class in jenkins.branch
-
Descriptor
forBranchBuildStrategy
instances. - BranchBuildStrategyDescriptor() - Constructor for class jenkins.branch.BranchBuildStrategyDescriptor
- BranchCategoryFilter - Class in jenkins.branch
- 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
andBRANCH_IS_PRIMARY
for multibranch builds. - BranchNameContributor() - Constructor for class jenkins.branch.BranchNameContributor
- BranchProjectFactory<P extends Job<P,
R> & TopLevelItem, R extends 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() - 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. - 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(Class<? extends BranchProjectFactory<?, ?>>, Class<? extends Job>) - Constructor for class jenkins.branch.BranchProjectFactoryDescriptor
-
Explicit constructor to use when type inference fails.
- BranchProperty - Class in jenkins.branch
-
Additional information associated with
Branch
. - BranchProperty() - Constructor for class jenkins.branch.BranchProperty
- BranchPropertyDescriptor - Class in jenkins.branch
-
Descriptor
forBranchProperty
. - 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
Descriptor
s orBranchPropertyStrategy
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 thatBranch.Dead
jobs are reported as disabled. - BranchStatusColumn() - Constructor for class jenkins.branch.BranchStatusColumn
-
Constructor.
- BranchStatusColumn_displayName() - Static method in class jenkins.branch.Messages
-
Key
BranchStatusColumn.displayName
:Status
. - 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.
- buildEnvironmentFor(Job, EnvVars, TaskListener) - Method in class jenkins.branch.BranchNameContributor
- BuildRetentionBranchProperty - Class in jenkins.branch
-
Deprecated.
- BuildRetentionBranchProperty(BuildDiscarder) - Constructor for class jenkins.branch.BuildRetentionBranchProperty
-
Deprecated.
- BuildRetentionBranchProperty.DescriptorImpl - Class in jenkins.branch
-
Deprecated.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 ofBuildWrapper
to be used by the job. - BySCMSourceCriteria() - Constructor for class jenkins.branch.MultiBranchProjectFactory.BySCMSourceCriteria
C
- canApply() - Method in class jenkins.branch.PropertyMigration
- canRun(Queue.Item) - Method in class jenkins.branch.RateLimitBranchProperty.QueueTaskDispatcherImpl
-
Deprecated.
- childNameGenerator() - Method in class jenkins.branch.MultiBranchProjectDescriptor
- childNameGenerator() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
- ChildNameGeneratorImpl() - Constructor for class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
- Collector() - Constructor for class jenkins.branch.WorkspaceLocatorImpl.Collector
- compare(T, T) - Method in class jenkins.branch.DescriptorOrder
- computeChildren(ChildObserver<MultiBranchProject<?, ?>>, TaskListener) - Method in class jenkins.branch.OrganizationFolder
- computeChildren(ChildObserver<P>, TaskListener) - Method in class jenkins.branch.MultiBranchProject
- contains(TopLevelItem) - Method in class jenkins.branch.BaseEmptyView
- CopyItemVeto() - Constructor for class jenkins.branch.MultiBranchProject.CopyItemVeto
- createComputation(FolderComputation<MultiBranchProject<?, ?>>) - Method in class jenkins.branch.OrganizationFolder
- createComputation(FolderComputation<P>) - Method in class jenkins.branch.MultiBranchProject
- createFor(Job) - Method in class jenkins.branch.Branch.TransientJobActionsFactoryImpl
- createFor(Job) - Method in class jenkins.branch.DeadBranchIndicatorAction.JobFactoryImpl
- createFor(Run) - Method in class jenkins.branch.DeadBranchIndicatorAction.RunFactoryImpl
- 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
D
- Dead(Branch) - Constructor for class jenkins.branch.Branch.Dead
-
Constructor.
- Dead(SCMHead, List<? extends BranchProperty>) - Constructor for class jenkins.branch.Branch.Dead
-
Constructor.
- DeadBranchIndicatorAction - Class in jenkins.branch
-
An action that puts some css on job and run pages for jobs representing
Branch.Dead
. - DeadBranchIndicatorAction() - Constructor for class jenkins.branch.DeadBranchIndicatorAction
- DeadBranchIndicatorAction.JobFactoryImpl - Class in jenkins.branch
- DeadBranchIndicatorAction.RunFactoryImpl - Class in jenkins.branch
- decode(String) - Static method in class jenkins.branch.NameEncoder
- decorate(MultiBranchProject<?, ?>, TaskListener) - Method in class jenkins.branch.OrganizationChildHealthMetricsProperty
-
SPI for performing an idempotent application of this property's decoration to the supplied child.
- decorate(MultiBranchProject<?, ?>, TaskListener) - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty
-
SPI for performing an idempotent application of this property's decoration to the supplied child.
- decorate(MultiBranchProject<?, ?>, TaskListener) - Method in class jenkins.branch.OrganizationChildTriggersProperty
-
SPI for performing an idempotent application of this property's decoration to the supplied child.
- decorate(MultiBranchProject<?, ?>, TaskListener) - Method in class jenkins.branch.OrganizationFolderProperty
-
SPI for performing an idempotent application of this property's decoration to the supplied child.
- 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.
- decorator(Class) - Method in class jenkins.branch.BranchProperty
-
Deprecated.
- DefaultBranchPropertyStrategy - Class in jenkins.branch
-
A very simple
BranchPropertyStrategy
that just returns the same set of properties for allSCMHead
instances. - DefaultBranchPropertyStrategy(BranchProperty[]) - Constructor for class jenkins.branch.DefaultBranchPropertyStrategy
-
Stapler's constructor.
- DefaultBranchPropertyStrategy_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
DefaultBranchPropertyStrategy.DisplayName
:All branches get the same properties
. - DefaultBranchPropertyStrategy.DescriptorImpl - Class in jenkins.branch
- Deleter() - Constructor for class jenkins.branch.WorkspaceLocatorImpl.Deleter
- DescriptionColumn - Class in jenkins.branch
-
ListViewColumn
that shows the description text of aJob
with priority given toObjectMetadataAction.getObjectDescription()
. - DescriptionColumn() - Constructor for class jenkins.branch.DescriptionColumn
-
Constructor.
- DescriptionColumn_displayName() - Static method in class jenkins.branch.Messages
-
Key
DescriptionColumn.displayName
:Project description
. - DescriptionColumn.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- DescriptorImpl() - Constructor for class jenkins.branch.BranchSource.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.BranchStatusColumn.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.BuildRetentionBranchProperty.DescriptorImpl
-
Deprecated.
- 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.MultiBranchProjectDisplayNamingTrait.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.OrganizationChildHealthMetricsProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.OrganizationChildOrphanedItemsProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.OrganizationChildTriggersProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.OrganizationFolder.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.PrimaryBranchHealthMetric.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.ProjectNameProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
-
Deprecated.
- DescriptorOrder<T extends Describable<T>> - Class in jenkins.branch
-
A
Comparator
that comparesDescribable
instances of a specific type based on the order of theirDescriptor
s inJenkins
's list ofDescriptor
s for that type. - DescriptorVisibilityFilterImpl() - Constructor for class jenkins.branch.BranchStatusColumn.DescriptorVisibilityFilterImpl
- DescriptorVisibilityFilterImpl() - Constructor for class jenkins.branch.ItemColumn.DescriptorVisibilityFilterImpl
- dirNameFromItem(MultiBranchProject<P, R>, P) - Method in class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
- dirNameFromLegacy(MultiBranchProject<P, R>, String) - Method in class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
- 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
-
Deprecated.Check the count.
- doCheckCount(int, String) - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
-
Deprecated.Check the count
- doCheckTriggeredBranchesRegex(String) - Method in class jenkins.branch.NoTriggerBranchProperty.DescriptorImpl
- 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
-
Deprecated.Fill the duration names.
- doFillDurationNameItems() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
-
Deprecated.Fill the duration names
E
- encode(String) - Static method in class jenkins.branch.NameEncoder
- 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
- equals(Object) - Method in class jenkins.branch.PropertyMigration
- EVENTS - Enum constant in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
-
Only builds triggered by
BranchEventCause
are suppressed.
F
- 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.ItemColumn.DescriptorVisibilityFilterImpl
- filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.BranchCategoryFilter
- filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.MultiBranchCategoryFilter
- filter(List<TopLevelItem>, List<TopLevelItem>, View) - Method in class jenkins.branch.SimpleViewBranchFilter
- fireSCMSourceAfterSave(List<SCMSource>) - Method in class jenkins.branch.MultiBranchProject
-
Fires the
SCMSource.afterSave()
method for the supplied sources. - formattedDescription(Object, Object) - Method in class jenkins.branch.DescriptionColumn
-
Gets the formatted description of a job.
- forward(Class<T>) - Static method in class jenkins.branch.DescriptorOrder
-
Returns a
Comparator
that matches the order of the correspondingJenkins.getDescriptorList(Class)
.
G
- generateName(String, String) - Method in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
- getACL() - Method in class jenkins.branch.MultiBranchProject
- getACL() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
- getACL() - Method in class jenkins.branch.OrganizationFolder
- 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(String) - Method in class jenkins.branch.MultiBranchProject
-
Deprecated.use
MultiBranchProject.getItem(String)
orAbstractFolder.getJob(String)
directly - getBranch(P) - Method in class jenkins.branch.BranchProjectFactory
-
Gets the
Branch
that a specific project was configured for. - getBranches() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty
- getBranchProperties(MultiBranchProject, Job) - Method in class jenkins.branch.NoTriggerBranchProperty.Dispatcher
- getBranchProperties(MultiBranchProject, Job) - Method in class jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler
-
Returns properties associated with the branch represented by the job.
- getBranchProperties(MultiBranchProject, Job) - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.Dispatcher
- getBranchPropertyStrategy(SCMSource) - Method in class jenkins.branch.MultiBranchProject
-
Returns the
BranchPropertyStrategy
for a specificSCMSource
. - getBranchSourceDescriptor() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
Returns the
BranchSource.DescriptorImpl
. - getBuildDiscarder() - Method in class jenkins.branch.BuildRetentionBranchProperty
-
Deprecated.
- getBuildStrategies() - Method in class jenkins.branch.BranchSource
-
Gets the rules for automatic building of branches to apply on this source.
- getBuildStrategies() - Method in class jenkins.branch.OrganizationFolder
-
The
BranchBuildStrategy
s to apply. - 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 accessDescriptor.clazz
as aMultiBranchProject
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
-
Deprecated.Gets the maximum builds within the duration.
- getCount() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Gets the maximum builds within the duration.
- getCount() - Method in class jenkins.branch.RateLimitBranchProperty.Throttle
-
Deprecated.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.
- getDefaultTemplates() - Method in class jenkins.branch.OrganizationChildHealthMetricsProperty.DescriptorImpl
-
Creates the default templates to use if none have been configured.
- getDescription() - Method in class jenkins.branch.MetadataActionFolderIcon
- getDescription() - Method in class jenkins.branch.MultiBranchProject
- getDescription() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.PropertyMigrationImpl
- getDescription() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
-
A description of this
OrganizationFolder
. - getDescription() - Method in class jenkins.branch.OrganizationFolder
- getDescription() - Method in class jenkins.branch.PropertyMigration
- 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
- getDescriptor() - Method in class jenkins.branch.OrganizationFolderProperty
- getDisabledColor() - Method in class jenkins.branch.DeadBranchIndicatorAction
- 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
-
Deprecated.
- 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 enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
- getDisplayName() - Method in class jenkins.branch.MultiBranchProjectDisplayNamingTrait.DescriptorImpl
- 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 enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
- getDisplayName() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.OrganizationChildHealthMetricsProperty.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.OrganizationChildTriggersProperty.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.PrimaryBranchHealthMetric.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.ProjectNameProperty.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.PropertyMigration.MonitorImpl
- getDisplayName() - Method in class jenkins.branch.RateLimitBranchProperty.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
-
Deprecated.
- getDisplayNamingStrategy() - Method in class jenkins.branch.MultiBranchProjectDisplayNamingTrait
-
Gets the
MultiBranchProjectDisplayNamingStrategy
. - getDuration() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Gets the duration.
- getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty
-
Deprecated.Gets the duration.
- getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Gets the duration name.
- getDurationName() - Method in class jenkins.branch.RateLimitBranchProperty.Throttle
-
Deprecated.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
- getHealthMetricDescriptors() - Method in class jenkins.branch.OrganizationChildHealthMetricsProperty.DescriptorImpl
-
Health metrics that can be configured for a
MultiBranchProject
. - 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.OrganizationFolder.DescriptorImpl
- 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. - getItem(String) - Method in class jenkins.branch.OrganizationFolder
- getItemByBranchName(String) - Method in class jenkins.branch.MultiBranchProject
-
Returns the child job with the specified branch name or
null
if no such child job exists. - getItemByProjectName(String) - Method in class jenkins.branch.OrganizationFolder
-
Returns the child job with the specified project name or
null
if no such child 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.
- getLastSeenRevision(P) - Method in class jenkins.branch.BranchProjectFactory
-
Gets the
SCMRevision
that the project was last seen for. - getLogFile() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
- getMillisecondsBetweenBuilds() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.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.
- getName() - Method in class jenkins.branch.ProjectNameProperty
- getNamedExceptions() - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy
-
Gets the named exceptions to the defaults.
- getNavigators() - Method in class jenkins.branch.OrganizationFolder
- getOrigin() - Method in class jenkins.branch.BranchEventCause
- 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
- getPending() - Method in class jenkins.branch.PropertyMigration.MonitorImpl
- getPluginDisplayName() - Method in class jenkins.branch.PropertyMigration
- getPluginInstallId() - Method in class jenkins.branch.PropertyMigration
- getPluginName() - Method in class jenkins.branch.PropertyMigration
- getPluginVersion() - Method in class jenkins.branch.PropertyMigration
- 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
-
Returns the
BranchProjectFactory
. - getProjectFactoryDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
Returns the
BranchProjectFactoryDescriptor
s. - 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 specifiedSCMHead
. - getPropertiesFor(SCMHead) - Method in class jenkins.branch.DefaultBranchPropertyStrategy
-
Returns the list of properties to be injected into the
Branch
for the specifiedSCMHead
. - getPropertiesFor(SCMHead) - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy
-
Returns the list of properties to be injected into the
Branch
for the specifiedSCMHead
. - 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
-
Deprecated.
- getPublisherWhitelist() - Method in class jenkins.branch.UntrustedBranchProperty
-
Deprecated.
- 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
SCMSourceDescriptor
s. - 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() - Method in class jenkins.branch.BranchSource
-
Gets the source.
- getSource(Item) - Method in class jenkins.branch.BranchProjectFactory.SourceByItemImpl
- getSourceId() - Method in class jenkins.branch.Branch
-
Returns the
SCMSource.getId()
that this branch originates from. - getSourcePronoun() - Method in class jenkins.branch.MultiBranchProject
-
Get the term used in the UI to represent the source for this kind of
Item
. - getSourcePronoun() - Method in class jenkins.branch.OrganizationFolder
-
Get the term used in the UI to represent the source for this kind of
Item
. - 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.
- getStrategy() - Method in class jenkins.branch.NoTriggerBranchProperty
- getStrategy() - Method in interface jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty
-
Returns a strategy which determines which builds should be suppressed.
- getStrategy() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty
- getStrategy() - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty
-
Returns the strategy we enforce.
- getStrategy() - Method in class jenkins.branch.OrganizationFolder
-
Gets the strategy.
- getStrategyDescriptors() - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty.DescriptorImpl
-
Gets the
OrphanedItemStrategyDescriptor
s applicable to the children of theOrganizationFolder
. - getTabBar() - Method in class jenkins.branch.MultiBranchProjectViewHolder
- getTabBar() - Method in class jenkins.branch.OrganizationFolderViewHolder
- getTemplates() - Method in class jenkins.branch.OrganizationChildHealthMetricsProperty
-
Gets the current template metrics.
- getTemplates() - Method in class jenkins.branch.OrganizationChildTriggersProperty
-
Gets the current template triggers.
- getText(AlternativeUiTextProvider.Message<T>, T) - Method in class jenkins.branch.TaskNounUiTextProvider
- getThrottle() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Returns the
RateLimitBranchProperty.Throttle
. - getTimestamp() - Method in class jenkins.branch.BranchEventCause
- getTriggerDescriptors() - Method in class jenkins.branch.OrganizationChildTriggersProperty.DescriptorImpl
-
Gets the applicable trigger descriptors.
- getTriggeredBranchesRegex() - Method in class jenkins.branch.NoTriggerBranchProperty
- getTriggeredBranchesRegex() - Method in interface jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty
-
Returns a regular expressions which determines which builds should be scheduled.
- getTriggeredBranchesRegex() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty
- getType() - Method in class jenkins.branch.PrimaryBranchHealthMetric
- 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
- hashCode() - Method in class jenkins.branch.PropertyMigration
- 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
I
- iconColor(Item) - Method in class jenkins.branch.BranchStatusColumn
-
Gets the
BallColor
for an item. - INDEXING - Enum constant in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
-
Only builds triggered by
BranchIndexingCause
are suppressed. - Inherit() - Constructor for class jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit
-
Our constructor.
- invalidateCaches() - Method in class jenkins.branch.MultiBranchProjectViewHolder
- invalidateCaches() - Method in class jenkins.branch.OrganizationFolderViewHolder
- isActivated() - Method in class jenkins.branch.PropertyMigration.MonitorImpl
- isApplicable(AbstractFolder<?>) - Method in class jenkins.branch.PropertyMigration
- isApplicable(AbstractFolder<?>) - Method in class jenkins.branch.PropertyMigration.Migrator
- isApplicable(Class<? extends AbstractFolder>) - Method in class jenkins.branch.MetadataActionFolderIcon.DescriptorImpl
- isApplicable(Class<? extends AbstractFolder>) - Method in class jenkins.branch.OrganizationFolderPropertyDescriptor
- isApplicable(Class<? extends AbstractFolder>) - Method in class jenkins.branch.PrimaryBranchHealthMetric.DescriptorImpl
- isApplicable(Class<? extends AbstractFolder>) - Method in class jenkins.branch.ProjectNameProperty.DescriptorImpl
- isApplicable(Class<? extends ComputedFolder>) - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit.DescriptorImpl
- isApplicable(Class<? extends MultiBranchProject>) - Method in class jenkins.branch.BranchProjectFactoryDescriptor
-
Returns
true
if and only if thisBranchPropertyDescriptor
is applicable in the specified type ofMultiBranchProject
. - isApplicable(Class<P>) - Method in class jenkins.branch.ParameterDefinitionBranchProperty
-
Tests if the parameter definitions are applicable to the branch specific job 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(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(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.BranchBuildStrategyDescriptor
-
Usually a branch property strategy is more concerned with the specific type of project than the specifics of the project instance.
- 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(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(MultiBranchProjectDescriptor) - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
-
Deprecated.
- 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(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.
- isAutomaticBuild(SCMSource, SCMHead) - Method in class jenkins.branch.BranchBuildStrategy
- isAutomaticBuild(SCMSource, SCMHead, SCMRevision) - Method in class jenkins.branch.BranchBuildStrategy
- isAutomaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision) - Method in class jenkins.branch.BranchBuildStrategy
- isAutomaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision, TaskListener) - Method in class jenkins.branch.BranchBuildStrategy
-
Deprecated.
- isAutomaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision, SCMRevision, TaskListener) - Method in class jenkins.branch.BranchBuildStrategy
-
SPI: Should the specified
SCMRevision
of theSCMHead
for the specifiedSCMSource
be triggered when theSCMHead
has been 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
- isBuildable() - Method in class jenkins.branch.OrganizationFolder
- isDefault() - Method in class jenkins.branch.BaseEmptyView
- isEditable() - Method in class jenkins.branch.BaseEmptyView
- isEnabled() - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty.PropertyMigrationImpl
- isEnabled() - Method in class jenkins.branch.PropertyMigration
-
Whether this
PropertyMigration
is enabled. - 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(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). - isMatch(SCMHead) - Method in class jenkins.branch.NamedExceptionsBranchPropertyStrategy.Named
-
Returns
true
if the head is a match. - isOrphaned(Object) - Method in class jenkins.branch.ItemColumn
-
Determines if the item is orphaned.
- isOwnerMultibranch(Item) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
- isPendingRestart() - Method in class jenkins.branch.PropertyMigration
- isPluginUpgrade() - Method in class jenkins.branch.PropertyMigration
- 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 thisBranchProjectFactory
- isReady() - Method in class jenkins.branch.PropertyMigration.MonitorImpl
- isRecurse() - Method in class jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
- isRecurse() - Method in class jenkins.branch.OrganizationFolderViewHolder.ViewImpl
- isSingleOrigin() - Method in class jenkins.branch.OrganizationFolder
-
Deprecated.Directly check
List.size()
ofOrganizationFolder.getSCMNavigators()
if desired. - isTabBarModifiable() - Method in class jenkins.branch.MultiBranchProjectViewHolder
- isTabBarModifiable() - Method in class jenkins.branch.OrganizationFolderViewHolder
- isUserBoost() - Method in class jenkins.branch.RateLimitBranchProperty
-
Deprecated.Gets the user boost setting.
- isUserBoost() - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Gets the user boost setting.
- isUserBoost() - Method in class jenkins.branch.RateLimitBranchProperty.Throttle
-
Deprecated.Gets the user boost setting.
- ItemColumn - Class in jenkins.branch
- ItemColumn() - Constructor for class jenkins.branch.ItemColumn
-
Default constructor
- ItemColumn_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
ItemColumn.DisplayName
:Name
. - 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.
- itemNameFromItem(MultiBranchProject<P, R>, P) - Method in class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
- itemNameFromLegacy(MultiBranchProject<P, R>, String) - Method in class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
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
-
Deprecated.
- 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
-
Deprecated.Returns a
JobDecorator
for the specific job type. - jobDecorator(Class<P>) - Method in class jenkins.branch.UntrustedBranchProperty
-
Deprecated.
- JobDecorator<P extends Job<P,
B>, B extends Run<P, B>> - Class in jenkins.branch -
Something that can decorate a job.
- JobDecorator() - Constructor for class jenkins.branch.JobDecorator
- JobFactoryImpl() - Constructor for class jenkins.branch.DeadBranchIndicatorAction.JobFactoryImpl
- 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 ofJobProperty
to be used by the branch specific project. - JobPropertyImpl(RateLimitBranchProperty.Throttle) - Constructor for class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl
-
Deprecated.Constructor.
L
- 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 forOrganizationFolder
andMultiBranchProject
instances that will delegate to theAvatarMetadataAction
attached to the folder. - MetadataActionFolderIcon() - Constructor for class jenkins.branch.MetadataActionFolderIcon
-
Our constructor.
- MetadataActionFolderIcon.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- Migrator(Class<F>, Class<P>) - Constructor for class jenkins.branch.PropertyMigration.Migrator
- MonitorImpl() - Constructor for class jenkins.branch.PropertyMigration.MonitorImpl
- MultiBranchCategoryFilter - Class in jenkins.branch
- MultiBranchCategoryFilter(SCMSourceCategory) - Constructor for class jenkins.branch.MultiBranchCategoryFilter
-
Our constructor.
- MultiBranchProject<P extends Job<P,
R> & TopLevelItem, R extends 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_displayName(Object) - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProject.BranchIndexing.displayName
:Scan {0}
. - MultiBranchProject_CopyItemVeto_reason() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProject.CopyItemVeto.reason
:Copying branch projects outside of their multi-branch container is not supported.
. - MultiBranchProject.BranchIndexing<P extends Job<P,
R> & TopLevelItem, R extends Run<P, R>> - Class in jenkins.branch -
Represents the branch indexing job.
- MultiBranchProject.CopyItemVeto - Class in jenkins.branch
-
Veto attempts to copy branch projects outside of their multibranch container.
- MultiBranchProject.SCMEventListenerImpl - Class in jenkins.branch
-
Our event listener.
- MultiBranchProject.StateActionFactory - Class in jenkins.branch
-
Adds the
MultiBranchProject.State.sourceActions
toActionable.getAllActions()
. - MultiBranchProjectDescriptor - Class in jenkins.branch
-
The
Descriptor
forMultiBranchProject
s. - 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. - 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(Class<? extends MultiBranchProject<?, ?>>, Class<? extends Job>) - Constructor for class jenkins.branch.MultiBranchProjectDescriptor
-
Explicit constructor to use when type inference fails.
- MultiBranchProjectDescriptor.ChildNameGeneratorImpl<P extends Job<P,
R> & TopLevelItem, R extends Run<P, R>> - Class in jenkins.branch - MultiBranchProjectDisplayNamingStrategy - Enum in jenkins.branch
-
Possible Display naming strategies.
- MultiBranchProjectDisplayNamingTrait - Class in jenkins.branch
-
A
SCMSourceTrait
that controls how to set display names forSCMHead
s with additional information like merge/change/pull requests. - MultiBranchProjectDisplayNamingTrait(MultiBranchProjectDisplayNamingStrategy) - Constructor for class jenkins.branch.MultiBranchProjectDisplayNamingTrait
-
Constructor for both stapler and programmatic instantiation.
- MultiBranchProjectDisplayNamingTrait_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.DisplayName
:Job display name with fallback to name
. - MultiBranchProjectDisplayNamingTrait_Raw() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.Raw
:Simple name only
. - MultiBranchProjectDisplayNamingTrait_RawAndDisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.RawAndDisplayName
:Name and, if available, display name
. - MultiBranchProjectDisplayNamingTrait_TraitDisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.TraitDisplayName
:Job display name strategy
. - MultiBranchProjectDisplayNamingTrait.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- 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
MultiBranchProject
s 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
-
A kind of
MultiBranchProjectFactory
. - 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_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
NamedExceptionsBranchPropertyStrategy.DisplayName
:Named branches get different properties
. - 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
- NameEncoder - Class in jenkins.branch
-
Encodes names that are not nice so that they are safe to use as URL path segments.
- NameMangler - Class in jenkins.branch
-
Mangles names that are not nice so that they are safe to use on filesystem.
- needsObjectDisplayName() - Method in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
- newDefaultFolderIcon() - Method in class jenkins.branch.MultiBranchProject
- newDefaultFolderIcon() - Method in class jenkins.branch.OrganizationFolder
- newDefaultInstance() - Static method in class jenkins.branch.OrganizationChildOrphanedItemsProperty
-
Creates a new default instance of this property.
- newDefaultInstance() - Static method in class jenkins.branch.OrganizationChildTriggersProperty
-
Creates a new default instance of this property.
- newFolderViewHolder() - Method in class jenkins.branch.MultiBranchProject
- newFolderViewHolder() - Method in class jenkins.branch.OrganizationFolder
- 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(Branch) - Method in class jenkins.branch.BranchProjectFactory
-
Creates a new branch project.
- newInstance(StaplerRequest, JSONObject) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.DescriptorImpl
- newInstance(StaplerRequest, JSONObject) - Method in class jenkins.branch.RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl
-
Deprecated.
- 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.
- NONE - Enum constant in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
-
All builds triggered by SCM are scheduled (nothing is suppressed).
- NoTriggerBranchProperty - Class in jenkins.branch
-
Suppresses builds due to either
BranchIndexingCause
orBranchEventCause
. - NoTriggerBranchProperty() - Constructor for class jenkins.branch.NoTriggerBranchProperty
- NoTriggerBranchProperty_suppress_automatic_scm_triggering() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerBranchProperty.suppress_automatic_scm_triggering
:Suppress automatic SCM triggering
. - NoTriggerBranchProperty.DescriptorImpl - Class in jenkins.branch
- NoTriggerBranchProperty.Dispatcher - Class in jenkins.branch
- NoTriggerMultiBranchQueueDecisionHandler - Class in jenkins.branch
- NoTriggerMultiBranchQueueDecisionHandler() - Constructor for class jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler
- NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty - Interface in jenkins.branch
-
Keeps configuration used to determine whether builds requested by
BranchIndexingCause
orBranchEventCause
should be suppressed. - NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy - Enum in jenkins.branch
-
Strategy which determines which builds should be suppressed.
- NoTriggerOrganizationFolderProperty - Class in jenkins.branch
-
Defines
NoTriggerBranchProperty
on selected branches. - NoTriggerOrganizationFolderProperty(String) - Constructor for class jenkins.branch.NoTriggerOrganizationFolderProperty
- NoTriggerOrganizationFolderProperty_PropertyMigrationWarning() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerOrganizationFolderProperty.PropertyMigrationWarning
:The "Automatic branch project triggering" option for organization folders is deprecated and will be migrated to a "Named branch" build strategy from Basic Branch Build Strategies Plugin. If you were using "Automatic branch project triggering" to trigger builds for change requests (such as GitHub pull requests), then when you install version 1.1.0 or newer of Basic Branch Build Strategies Plugin, change requests will no longer be built. To preserve the previous behavior, you will need to manually reconfigure organization folders and add a "Change requests" build strategy.
. - NoTriggerOrganizationFolderProperty.DescriptorImpl - Class in jenkins.branch
- NoTriggerOrganizationFolderProperty.Dispatcher - Class in jenkins.branch
- NoTriggerOrganizationFolderProperty.PropertyMigrationImpl - Class in jenkins.branch
- NoTriggerProperty_strategy_events() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.events
:For matching branches suppress builds triggered by webhooks (continue to trigger from indexing)
. - NoTriggerProperty_strategy_indexing() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.indexing
:For matching branches suppress builds triggered by indexing (continue to honor webhooks)
. - NoTriggerProperty_strategy_none() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.none
:For matching branches schedule all builds (nothing is suppressed)
.
O
- OBJECT_DISPLAY_NAME - Enum constant in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
-
Use the display name (if available) sourced from the
ObjectMetadataAction
. - onAddedTo(Run) - Method in class jenkins.branch.BranchEventCause
- onAddedTo(Run) - Method in class jenkins.branch.BranchIndexingCause
- onCheckCopy(Item, ItemGroup) - Method in class jenkins.branch.MultiBranchProject.CopyItemVeto
- 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(ItemGroup<? extends Item>, String) - Method in class jenkins.branch.MultiBranchProject
- onLoad(ItemGroup<? extends Item>, String) - Method in class jenkins.branch.OrganizationFolder
- onLoad(Run<?, ?>) - Method in class jenkins.branch.BranchEventCause
- onLoad(Run<?, ?>) - Method in class jenkins.branch.BranchIndexingCause
- onLocationChanged(Item, String, String) - Method in class jenkins.branch.WorkspaceLocatorImpl.Deleter
- onOnline(Computer, TaskListener) - Method in class jenkins.branch.WorkspaceLocatorImpl.Collector
- 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
- OrganizationChildHealthMetricsProperty - Class in jenkins.branch
-
A property that sets the health metrics for immediate children of an
OrganizationFolder
. - OrganizationChildHealthMetricsProperty(List<FolderHealthMetric>) - Constructor for class jenkins.branch.OrganizationChildHealthMetricsProperty
-
Constructor.
- OrganizationChildHealthMetricsProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildHealthMetricsProperty.DisplayName
:Child Health metrics
. - OrganizationChildHealthMetricsProperty.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- OrganizationChildOrphanedItemsProperty - Class in jenkins.branch
-
Configures the
OrphanedItemStrategy
to use for children of aOrganizationFolder
. - OrganizationChildOrphanedItemsProperty(OrphanedItemStrategy) - Constructor for class jenkins.branch.OrganizationChildOrphanedItemsProperty
-
Our constructor.
- OrganizationChildOrphanedItemsProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildOrphanedItemsProperty.DisplayName
:Child Orphaned Item Strategy
. - OrganizationChildOrphanedItemsProperty_Inherit() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildOrphanedItemsProperty.Inherit
:Inherited
. - OrganizationChildOrphanedItemsProperty.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- OrganizationChildOrphanedItemsProperty.Inherit - Class in jenkins.branch
-
Special marker class to flag copying the parent strategy.
- OrganizationChildOrphanedItemsProperty.Inherit.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- OrganizationChildTriggersProperty - Class in jenkins.branch
- OrganizationChildTriggersProperty(Trigger<?>...) - Constructor for class jenkins.branch.OrganizationChildTriggersProperty
-
Our constructor.
- OrganizationChildTriggersProperty(List<Trigger<?>>) - Constructor for class jenkins.branch.OrganizationChildTriggersProperty
-
Our constructor.
- OrganizationChildTriggersProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildTriggersProperty.DisplayName
:Child Scan Triggers
. - OrganizationChildTriggersProperty.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- OrganizationFolder - Class in jenkins.branch
-
A folder-like collection of
MultiBranchProject
s, one per repository. - OrganizationFolder(ItemGroup, String) - Constructor for class jenkins.branch.OrganizationFolder
- OrganizationFolder_Description() - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.Description
:Creates a set of multibranch project subfolders by scanning for repositories.
. - OrganizationFolder_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.DisplayName
:Organization Folder
. - OrganizationFolder_OrganizationScan_displayName(Object) - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.OrganizationScan.displayName
:Scan {0}
. - 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()
toActionable.getAllActions()
. - OrganizationFolderEmptyView - Class in jenkins.branch
-
Special view used when
OrganizationFolder
has no repositories. - OrganizationFolderEmptyView(ViewGroup) - Constructor for class jenkins.branch.OrganizationFolderEmptyView
- OrganizationFolderProperty<C extends OrganizationFolder> - Class in jenkins.branch
-
A
AbstractFolderProperty
that is specific toOrganizationFolder
s. - OrganizationFolderProperty() - Constructor for class jenkins.branch.OrganizationFolderProperty
- OrganizationFolderPropertyDescriptor - Class in jenkins.branch
-
The
Descriptor
base class forOrganizationFolderProperty
types. - OrganizationFolderPropertyDescriptor() - Constructor for class jenkins.branch.OrganizationFolderPropertyDescriptor
- 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(ComputedFolder<I>, Collection<I>, TaskListener) - Method in class jenkins.branch.OrganizationChildOrphanedItemsProperty.Inherit
- 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
. - PrimaryBranchHealthMetric - Class in jenkins.branch
-
A
FolderHealthMetric
forMultiBranchProject
instances that only reports the health of the primary branch. - PrimaryBranchHealthMetric() - Constructor for class jenkins.branch.PrimaryBranchHealthMetric
-
Constructor.
- PrimaryBranchHealthMetric.DescriptorImpl - Class in jenkins.branch
-
Our descriptor.
- 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 Project<P,
B>, B extends Build<P, B>> - Class in jenkins.branch -
Something that can decorate a project.
- ProjectDecorator() - Constructor for class jenkins.branch.ProjectDecorator
- ProjectNameProperty - Class in jenkins.branch
-
Holds the unmangled project name provided to
SCMSourceObserver.observe(String)
and used to create aMultiBranchProject
within aOrganizationFolder
. - ProjectNameProperty(String) - Constructor for class jenkins.branch.ProjectNameProperty
- ProjectNameProperty.DescriptorImpl - Class in jenkins.branch
- PropertyMigration<F extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>,
P extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<F>> - Class in jenkins.branch -
An extension point that captures the need for a complex migration of a folder property into some other configuration of the containing folder.
- PropertyMigration(Class<F>, Class<P>, String) - Constructor for class jenkins.branch.PropertyMigration
- PropertyMigration_MonitorImpl_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
PropertyMigration.MonitorImpl.DisplayName
:Folder Property Migration
. - PropertyMigration.Migrator<F extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>,
P extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<F>> - Class in jenkins.branch - PropertyMigration.MonitorImpl - Class in jenkins.branch
- PropertyMigrationImpl() - Constructor for class jenkins.branch.NoTriggerOrganizationFolderProperty.PropertyMigrationImpl
- propertyStrategyDescriptors() - Method in class jenkins.branch.OrganizationFolder.DescriptorImpl
-
Gets all the
BranchPropertyStrategyDescriptor
instances applicable to the specified project and source. - 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 ofPublisher
to be used by the job.
Q
- QueueTaskDispatcherImpl() - Constructor for class jenkins.branch.RateLimitBranchProperty.QueueTaskDispatcherImpl
-
Deprecated.
R
- RateLimitBranchProperty - Class in jenkins.branch
-
Deprecated.Suppressed by
JobPropertyStep.HideSuperfluousBranchProperties
for Pipeline. - RateLimitBranchProperty(int, String) - Constructor for class jenkins.branch.RateLimitBranchProperty
-
Deprecated.
- RateLimitBranchProperty(int, String, boolean) - Constructor for class jenkins.branch.RateLimitBranchProperty
-
Deprecated.Constructor for stapler.
- 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_minute() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.minute
:Minute
. - RateLimitBranchProperty_duration_month() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.month
:Month
. - RateLimitBranchProperty_duration_second() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.second
:Second
. - 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
. - RateLimitBranchProperty.DescriptorImpl - Class in jenkins.branch
-
Deprecated.Our descriptor
- RateLimitBranchProperty.JobPropertyImpl - Class in jenkins.branch
-
Deprecated.
- RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl - Class in jenkins.branch
-
Deprecated.Our descriptor.
- RateLimitBranchProperty.QueueTaskDispatcherImpl - Class in jenkins.branch
-
Deprecated.This does the work of blocking builds while the throttle is enforced.
- RateLimitBranchProperty.Throttle - Class in jenkins.branch
-
Deprecated.This class is to work around some annoying "features" of f:optionalBlock
- RAW - Enum constant in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
-
Use the raw name.
- RAW_AND_OBJECT_DISPLAY_NAME - Enum constant in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
-
Use both the raw name and the display name from the
ObjectMetadataAction
(if available). - 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>, 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.BySCMSourceCriteria
-
Determines whether this factory recognizes a given configuration scoped to a specific
SCMHeadEvent
. - 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
. - reconfigure(StaplerRequest, JSONObject) - Method in class jenkins.branch.ProjectNameProperty
- recordLegacyName(MultiBranchProject<P, R>, P, String) - Method in class jenkins.branch.MultiBranchProjectDescriptor.ChildNameGeneratorImpl
- releaseThread() - Method in class jenkins.branch.WorkspaceLocatorImpl.Deleter
- reporter() - Method in class jenkins.branch.PrimaryBranchHealthMetric
- reverse(Class<T>) - Static method in class jenkins.branch.DescriptorOrder
-
Returns a
Comparator
that reverses the order of the correspondingJenkins.getDescriptorList(Class)
. - run() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
- run() - Method in class jenkins.branch.OrganizationFolder.OrganizationScan
- RunFactoryImpl() - Constructor for class jenkins.branch.DeadBranchIndicatorAction.RunFactoryImpl
S
- save() - Method in class jenkins.branch.BranchProjectFactory
-
Saves the
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
- setBuildStrategies(List<BranchBuildStrategy>) - Method in class jenkins.branch.BranchSource
-
Gets the rules for automatic building of branches to apply on this source.
- setLastSeenRevisionHash(P, SCMRevision) - Method in class jenkins.branch.BranchProjectFactory
-
Sets the
SCMRevision
that the project was last seen - setOwner(AbstractFolder<?>) - Method in class jenkins.branch.MetadataActionFolderIcon
- setOwner(MultiBranchProject<P, R>) - Method in class jenkins.branch.BranchProjectFactory
-
Sets the owner.
- 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
-
Sets the
BranchProjectFactory
. - setRevisionHash(P, SCMRevision) - Method in class jenkins.branch.BranchProjectFactory
-
Sets the
SCMRevision
that the project was last built for. - setSourcesList(List<BranchSource>) - Method in class jenkins.branch.MultiBranchProject
-
Offers direct access to set the configurable list of branch sources while preserving branch source id associations for sources that are otherwise unmodified
- setStrategy(BranchPropertyStrategy) - Method in class jenkins.branch.BranchSource
- setStrategy(BranchPropertyStrategy) - Method in class jenkins.branch.OrganizationFolder
-
Sets the branch property strategy.
- setStrategy(NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy) - Method in class jenkins.branch.NoTriggerBranchProperty
- setStrategy(NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy) - Method in class jenkins.branch.NoTriggerOrganizationFolderProperty
- setTabBar(ViewsTabBar) - Method in class jenkins.branch.MultiBranchProjectViewHolder
- setTabBar(ViewsTabBar) - Method in class jenkins.branch.OrganizationFolderViewHolder
- setTriggeredBranchesRegex(String) - Method in class jenkins.branch.NoTriggerBranchProperty
- 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.NoTriggerMultiBranchQueueDecisionHandler
- shouldSchedule(Queue.Task, List<Action>) - Method in class jenkins.branch.OverrideIndexTriggersJobProperty.Dispatcher
- shouldSuppress(Cause) - Method in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
- 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 theBranch
that a job in aMultiBranchProject
belongs to. - SimpleViewBranchFilter() - Constructor for class jenkins.branch.SimpleViewBranchFilter
- 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
- TaskNounUiTextProvider - Class in jenkins.branch
-
Provides the alternative text for
AbstractItem.TASK_NOUN
when running on newer versions of Jenkins. - TaskNounUiTextProvider() - Constructor for class jenkins.branch.TaskNounUiTextProvider
-
Default constructor.
- TaskNounUiTextProvider_TaskNoun() - Static method in class jenkins.branch.Messages
-
Key
TaskNounUiTextProvider.TaskNoun
:Scan
. - Throttle(int, String, boolean) - Constructor for class jenkins.branch.RateLimitBranchProperty.Throttle
-
Deprecated.Constructor for stapler.
- TransientJobActionsFactoryImpl() - Constructor for class jenkins.branch.Branch.TransientJobActionsFactoryImpl
- type() - Method in class jenkins.branch.Branch.TransientJobActionsFactoryImpl
- type() - Method in class jenkins.branch.DeadBranchIndicatorAction.JobFactoryImpl
- type() - Method in class jenkins.branch.DeadBranchIndicatorAction.RunFactoryImpl
- type() - Method in class jenkins.branch.MultiBranchProject.StateActionFactory
- type() - Method in class jenkins.branch.OrganizationFolder.StateActionFactory
U
- UntrustedBranchProperty - Class in jenkins.branch
-
Deprecated.Not used by Pipeline.
- UntrustedBranchProperty(String[]) - Constructor for class jenkins.branch.UntrustedBranchProperty
-
Deprecated.
- UntrustedBranchProperty.DescriptorImpl - Class in jenkins.branch
-
Deprecated.Our
Descriptor
. - updateExistingProject(MultiBranchProject<?, ?>, Map<String, Object>, TaskListener) - Method in class jenkins.branch.MultiBranchProjectFactory
V
- valueOf(String) - Static method in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jenkins.branch.MultiBranchProjectDisplayNamingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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 (especially branch) projects.
- WorkspaceLocatorImpl() - Constructor for class jenkins.branch.WorkspaceLocatorImpl
- WorkspaceLocatorImpl.Collector - Class in jenkins.branch
-
Cleans up workspaces for apparently missing jobs when a node goes online.
- WorkspaceLocatorImpl.Deleter - Class in jenkins.branch
-
Cleans up workspace when an orphaned 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}
. - _MultiBranchProject_CopyItemVeto_reason() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProject.CopyItemVeto.reason
:Copying branch projects outside of their multi-branch container is not supported.
. - _MultiBranchProjectDisplayNamingTrait_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.DisplayName
:Job display name with fallback to name
. - _MultiBranchProjectDisplayNamingTrait_Raw() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.Raw
:Simple name only
. - _MultiBranchProjectDisplayNamingTrait_RawAndDisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.RawAndDisplayName
:Name and, if available, display name
. - _MultiBranchProjectDisplayNamingTrait_TraitDisplayName() - Static method in class jenkins.branch.Messages
-
Key
MultiBranchProjectDisplayNamingTrait.TraitDisplayName
:Job display name strategy
. - _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
. - _NoTriggerOrganizationFolderProperty_PropertyMigrationWarning() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerOrganizationFolderProperty.PropertyMigrationWarning
:The "Automatic branch project triggering" option for organization folders is deprecated and will be migrated to a "Named branch" build strategy from Basic Branch Build Strategies Plugin. If you were using "Automatic branch project triggering" to trigger builds for change requests (such as GitHub pull requests), then when you install version 1.1.0 or newer of Basic Branch Build Strategies Plugin, change requests will no longer be built. To preserve the previous behavior, you will need to manually reconfigure organization folders and add a "Change requests" build strategy.
. - _NoTriggerProperty_strategy_events() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.events
:For matching branches suppress builds triggered by webhooks (continue to trigger from indexing)
. - _NoTriggerProperty_strategy_indexing() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.indexing
:For matching branches suppress builds triggered by indexing (continue to honor webhooks)
. - _NoTriggerProperty_strategy_none() - Static method in class jenkins.branch.Messages
-
Key
NoTriggerProperty.strategy.none
:For matching branches schedule all builds (nothing is suppressed)
. - _OrganizationChildHealthMetricsProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildHealthMetricsProperty.DisplayName
:Child Health metrics
. - _OrganizationChildOrphanedItemsProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildOrphanedItemsProperty.DisplayName
:Child Orphaned Item Strategy
. - _OrganizationChildOrphanedItemsProperty_Inherit() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildOrphanedItemsProperty.Inherit
:Inherited
. - _OrganizationChildTriggersProperty_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationChildTriggersProperty.DisplayName
:Child Scan Triggers
. - _OrganizationFolder_Description() - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.Description
:Creates a set of multibranch project subfolders by scanning for repositories.
. - _OrganizationFolder_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.DisplayName
:Organization Folder
. - _OrganizationFolder_OrganizationScan_displayName(Object) - Static method in class jenkins.branch.Messages
-
Key
OrganizationFolder.OrganizationScan.displayName
:Scan {0}
. - _PropertyMigration_MonitorImpl_DisplayName() - Static method in class jenkins.branch.Messages
-
Key
PropertyMigration.MonitorImpl.DisplayName
:Folder Property Migration
. - _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_minute() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.minute
:Minute
. - _RateLimitBranchProperty_duration_month() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.month
:Month
. - _RateLimitBranchProperty_duration_second() - Static method in class jenkins.branch.Messages
-
Key
RateLimitBranchProperty.duration.second
:Second
. - _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
. - _TaskNounUiTextProvider_TaskNoun() - Static method in class jenkins.branch.Messages
-
Key
TaskNounUiTextProvider.TaskNoun
:Scan
.
All Classes and Interfaces|All Packages|Constant Field Values
JobPropertyStep.HideSuperfluousBranchProperties
for Pipeline.