- getAllJobs() - Method in class jenkins.branch.MultiBranchProject
- getAssignedLabel() - Method in class jenkins.branch.MultiBranchProject
- getBranch(P) - Method in class jenkins.branch.BranchProjectFactory
-
Gets the
Branch that a specific project was configured for.
- getBranch(String) - Method in class jenkins.branch.MultiBranchProject
-
Returns the named branch job or null if no such branch exists.
- getBranchesDir() - Method in class jenkins.branch.MultiBranchProject
-
Returns the directory that all branches are stored in.
- getBranchPropertyStrategy(SCMSource) - Method in class jenkins.branch.MultiBranchProject
-
- getBranchSourceDescriptor() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
- getBuildHealth() - Method in class jenkins.branch.MultiBranchProject
-
Get the current health report for a folder.
- getBuildHealthReports() - Method in class jenkins.branch.MultiBranchProject
-
Get the current health reports for a job.
- getBuildStatusUrl() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the build status icon URL.
- getBuiltOn() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns a Slave on which this build was done.
- getBuiltOnStr() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the name of the slave it was built on; null or "" if built by the master.
- getCauseOfBlockage() - Method in class jenkins.branch.MultiBranchProject
- getCauses() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the Causes that triggered a build.
- getCharset() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Gets the charset in which the log file is written.
- getClazz() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
We have to extend
TopLevelItemDescriptor but we want to be able to access
Descriptor.clazz as a
MultiBranchProject based type.
- getDaysToKeep() - Method in class jenkins.branch.DefaultDeadBranchStrategy
-
Gets the number of days to keep dead branches.
- getDaysToKeepStr() - Method in class jenkins.branch.DefaultDeadBranchStrategy
-
Returns the number of days to keep dead branches.
- getDeadBranchStrategy() - Method in class jenkins.branch.MultiBranchProject
-
Returns the special dead branch source.
- getDeadBranchStrategyDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
- getDefaultAuthentication() - Method in class jenkins.branch.MultiBranchProject
-
Jenkins 1.520+ expects this method.
- getDescriptor() - Method in class jenkins.branch.BranchProperty
- getDescriptor() - Method in class jenkins.branch.BranchPropertyStrategy
- getDescriptor() - Method in class jenkins.branch.DeadBranchStrategy
- getDescriptor() - Method in class jenkins.branch.MultiBranchProject
- getDisplayName() - Method in class jenkins.branch.BranchSource.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.DefaultBranchPropertyStrategy.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.DefaultDeadBranchStrategy.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.IndexAtLeastTrigger.DescriptorImpl
- getDisplayName() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
- getDisplayName() - Method in class jenkins.branch.UntrustedBranchProperty.DescriptorImpl
- getDurationString() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Gets the string that says how long the build took to run.
- getEstimatedDuration() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
- getEstimatedDuration() - Method in class jenkins.branch.MultiBranchProject
- getHead() - Method in class jenkins.branch.Branch
-
Returns the of the branch
- getIconColor() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Gets the icon color for display.
- getIconColor() - Method in class jenkins.branch.MultiBranchProject
-
Used as the color of the status ball for the project.
- getIndexing() - Method in class jenkins.branch.MultiBranchProject
-
Returns the current/most recent indexing details.
- getIndexingDir() - Method in class jenkins.branch.MultiBranchProject
-
Returns the directory that branch indexing is stored in.
- getInterval() - Method in class jenkins.branch.IndexAtLeastTrigger
-
Returns the interval between indexing.
- getIntervalMillis() - Method in class jenkins.branch.IndexAtLeastTrigger
-
Returns the number of milliseconds between indexing.
- getItem(String) - Method in class jenkins.branch.MultiBranchProject
-
Returns the named child job or null if no such job exists.
- getItemGroup() - Method in class jenkins.branch.MultiBranchProject
- getItems() - Method in class jenkins.branch.MultiBranchProject
-
Returns all the child jobs.
- getItems() - Method in class jenkins.branch.MultiBranchProjectWelcomeView
- getLastBuiltOn() - Method in class jenkins.branch.MultiBranchProject
- getLogFile() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the log file.
- getLogInputStream() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns an input stream that reads from the log file.
- getLogReader() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns a
Reader of the log content.
- getLogText() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Used to URL-bind AnnotatedLargeText.
- getName() - Method in class jenkins.branch.Branch
-
Returns the name of the branch.
- getName() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
- getNumToKeep() - Method in class jenkins.branch.DefaultDeadBranchStrategy
-
Gets the number of dead branches to keep.
- getNumToKeepStr() - Method in class jenkins.branch.DefaultDeadBranchStrategy
-
Gets the number of dead branches to keep.
- getOwner() - Method in class jenkins.branch.BranchProjectFactory
-
Gets the current owner.
- getOwner() - Method in class jenkins.branch.DeadBranchStrategy
-
Returns the owner of this branch source.
- getOwnerTask() - Method in class jenkins.branch.MultiBranchProject
- getParent() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the parent.
- getPreviousResult() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the previous Result or null if there is none.
- getPrimaryView() - Method in class jenkins.branch.MultiBranchProject
- getProject() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the parent.
- getProjectFactory() - Method in class jenkins.branch.MultiBranchProject
-
- getProjectFactoryDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
- getProperties() - Method in class jenkins.branch.Branch
-
Gets all the properties.
- getProperties() - Method in class jenkins.branch.DefaultBranchPropertyStrategy
-
Gets the properties.
- getPropertiesFor(SCMHead) - Method in class jenkins.branch.BranchPropertyStrategy
-
Returns the list of properties to be injected into the
Branch for the specified
SCMHead.
- getPropertiesFor(SCMHead) - Method in class jenkins.branch.DefaultBranchPropertyStrategy
-
Returns the list of properties to be injected into the
Branch for the specified
SCMHead.
- getProperty(Class<T>) - Method in class jenkins.branch.Branch
-
Gets the specific property, or null if no such property is found.
- getPropertyDescriptors() - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
- getRecurrencePeriod() - Method in class jenkins.branch.MultiBranchProject.Cron
- getRecurrencePeriod() - Method in class jenkins.branch.MultiBranchProject.DeadBranchCleanupThread
- getResourceList() - Method in class jenkins.branch.MultiBranchProject
- getResult() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the result of indexing.
- 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
- getSameNodeConstraint() - Method in class jenkins.branch.MultiBranchProject
- getScm() - Method in class jenkins.branch.Branch
-
Returns the SCM for the branch.
- getSCMDescriptors() - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
Gets the SCMDescriptors, primarily used by SingleSCMSource.
- getSCMSource(String) - Method in class jenkins.branch.MultiBranchProject
- getSCMSourceCriteria(SCMSource) - Method in class jenkins.branch.MultiBranchProject
- getSCMSourceDescriptors(boolean) - Method in class jenkins.branch.MultiBranchProjectDescriptor
-
Gets the SCMSourceDescriptors.
- getSCMSources() - Method in class jenkins.branch.MultiBranchProject
- getSearchUrl() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
- getSource() - Method in class jenkins.branch.BranchSource
-
Gets the source.
- getSourceId() - Method in class jenkins.branch.Branch
-
Returns the SCMSource.getId() that this branch originates from.
- getSources() - Method in class jenkins.branch.MultiBranchProject
-
The sources of branches.
- getStaplerFallback() - Method in class jenkins.branch.MultiBranchProject
-
Fallback to the primary view.
- getStrategy() - Method in class jenkins.branch.BranchSource
-
Gets the strategy.
- getSubTasks() - Method in class jenkins.branch.MultiBranchProject
- getTime() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
- getTimeInMillis() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
- getTimestamp() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
When the build is scheduled.
- getTimestampString() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Gets the string that says how long since this build has started.
- getTimestampString2() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns the timestamp formatted in xs:dateTime.
- getTrigger(Class<T>) - Method in class jenkins.branch.MultiBranchProject
-
Gets the specific trigger, or null if the property is not configured for this job.
- getTriggers() - Method in class jenkins.branch.MultiBranchProject
-
Returns the
Trigger as a
Map keyed by
TriggerDescriptor.
- getUrl() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Mimic method.
- getUrlChildPrefix() - Method in class jenkins.branch.MultiBranchProject
- getView(String) - Method in class jenkins.branch.MultiBranchProject
- getViewActions() - Method in class jenkins.branch.MultiBranchProject
- getViews() - Method in class jenkins.branch.MultiBranchProject
- getViewsTabBar() - Method in class jenkins.branch.MultiBranchProject
- getWelcomeView() - Method in class jenkins.branch.MultiBranchProject
-
Creates a place holder view when there's no active branch indexed.
- getWhyBlocked() - Method in class jenkins.branch.MultiBranchProject
- IndexAtLeastTrigger<P extends hudson.model.AbstractProject<P,R> & hudson.model.TopLevelItem,R extends hudson.model.AbstractBuild<P,R>> - Class in jenkins.branch
-
A
Trigger for
MultiBranchProjects that will only trigger an indexing if an indexing has not been
triggered within a specified timeframe.
- IndexAtLeastTrigger(String) - Constructor for class jenkins.branch.IndexAtLeastTrigger
-
Constructor.
- IndexAtLeastTrigger.DescriptorImpl - Class in jenkins.branch
-
Our Descriptor
- IndexAtLeastTrigger.DescriptorImpl() - Constructor for class jenkins.branch.IndexAtLeastTrigger.DescriptorImpl
-
- indexingCount() - Method in class jenkins.branch.MultiBranchProject.ThrottleIndexingQueueTaskDispatcher
-
Gets the number of current indexing tasks.
- indexingCount(Node) - Method in class jenkins.branch.MultiBranchProject.ThrottleIndexingQueueTaskDispatcher
-
Gets the number of current indexing tasks on the specified node.
- invoke() - Static method in class jenkins.branch.MultiBranchProject.DeadBranchCleanupThread
-
Helper static method for use from the Groovy shell.
- isApplicable(Class<? extends MultiBranchProject>) - Method in class jenkins.branch.BranchProjectFactoryDescriptor
-
- isApplicable(MultiBranchProject) - Method in class jenkins.branch.BranchPropertyDescriptor
-
A branch property may not be appropriate for every project, this method lets a property
opt out of being selectable for a specific project.
- isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.BranchPropertyDescriptor
-
Usually a branch property is more concerned with the specific type of project than the specifics of
the project instance.
- isApplicable(SCMSourceDescriptor) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
A branch property strategy may not be appropriate for every type of source, this method lets a strategy
opt out of being selectable for a specific source type.
- isApplicable(MultiBranchProject) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
A branch property strategy may not be appropriate for every project, this method lets a strategy
opt out of being selectable for a specific project.
- isApplicable(MultiBranchProjectDescriptor) - Method in class jenkins.branch.BranchPropertyStrategyDescriptor
-
Usually a branch property strategy is more concerned with the specific type of project than the specifics of
the project instance.
- isApplicable(Class<? extends MultiBranchProject>) - Method in class jenkins.branch.DeadBranchStrategyDescriptor
-
Returns true if this build source is applicable to the given project.
- isApplicable(Item) - Method in class jenkins.branch.IndexAtLeastTrigger.DescriptorImpl
- 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
-
Returns true if and only if this project can be indexed.
- isBuildBlocked() - Method in class jenkins.branch.MultiBranchProject
- isBuilding() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns true if this indexing is in progress.
- isConcurrentBuild() - Method in class jenkins.branch.MultiBranchProject
- isConfigurable() - Method in class jenkins.branch.MultiBranchProject
-
Used in sidepanel.jelly to decide whether to display
the config/delete/build links.
- isLogUpdated() - Method in class jenkins.branch.MultiBranchProject.BranchIndexing
-
Returns true if the log file is still being updated.
- isProject(Item) - Method in class jenkins.branch.BranchProjectFactory
-
- isPruneDeadBranches() - Method in class jenkins.branch.DefaultDeadBranchStrategy
-
Returns true if dead branches should be removed.