- getACL() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
For project matrix auth, use custom implementation with ACL from
template project, otherwise infinite loops are all too possible.
- getAllJobs() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
- getBranch(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Stapler URL binding for ${rootUrl}/job/${project}/branch/${branchProject}
- getBranch(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
-
Alias for View.getItem(String).
- getBranchesDir() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the "branches" directory inside the project directory.
- getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
- getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
-
- getBuildHealth() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Get the current health report for a job.
- getBuildHealthReports() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Get the current health reports for a job.
- getConfigureUrl() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BranchListView
-
Used by Jelly to get the correct configure URL when linking from views
with no jobs.
- getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
- getDescriptor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
-
- getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject.DescriptorImpl
- getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject.DescriptorImpl
- getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.DescriptorImpl
- getDisplayName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
- getFirstBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the oldest build in the record.
- getIconColor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Used as the color of the status ball for the project.
- getIconFileName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
- getItem(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getItemGroup() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getItems() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getLastBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last build.
- getLastCompletedBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last completed build, if any.
- getLastFailedBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last failed build, if any.
- getLastStableBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last stable build, if any.
- getLastSuccessfulBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last successful build, if any.
- getLastUnstableBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last unstable build, if any.
- getLastUnsuccessfulBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the last build that was anything but stable, if any.
- getLog() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
-
Used by index.jelly to display the log.
- getLogFile() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger
-
Returns the file that records the last/current sync branches activity.
- getOwner() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
-
Used by index.jelly to load the proper sidepanel.jelly.
- getParameter(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerRequestWrapper
-
Overrides certain parameter names with certain values needed when setting
the configuration for template projects.
- getPrimaryView() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getProjectActions() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger
- getPronoun() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Get the term used in the UI to represent this kind of AbstractProject.
- getRecurrencePeriod() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.Cron
-
- getRootDirFor(P) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getSCMSource(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getSCMSource() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the project's only SCMSource.
- getSCMSourceCriteria(SCMSource) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getSCMSourceDescriptors(boolean) - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns a list of SCMSourceDescriptors that we want to use for this
project type.
- getSCMSources() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getSyncBranchesCron() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Used by Jelly to populate the Sync Branches Schedule field on the
configuration page.
- getSyncBranchesTrigger() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
- getTemplate() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Retrieves the template sub-project.
- getTemplateDir() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the "template" directory inside the project directory.
- getUrlChildPrefix() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getUrlName() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranchesTrigger.SyncBranchesAction
- getView(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getViewActions() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getViewDescriptors() - Static method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns a list of ViewDescriptors that we want to use for this project
type.
- getViews() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
- getViewsTabBar() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject