- getBallColor() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Used as the color of the status ball for the project.
- 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).
- getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.FreeStyleMultiBranchProject
- getBuildClass() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.MavenMultiBranchProject
-
- 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.
- getDescription() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
-
- 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.BallColorFolderIcon.DescriptorImpl
- 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.SyncBranches
- getFirstBuild() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the oldest build in the record.
- getImageOf(String) - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.BallColorFolderIcon
-
- getJobsDir() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Returns the "branches" directory inside the project directory.
- 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.
- 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.
- getParent() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.SyncBranches
- getPronoun() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.AbstractMultiBranchProject
-
Get the term used in the UI to represent this kind of AbstractProject.
- 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
- getSubmittedForm() - Method in class com.github.mjdetullio.jenkins.plugins.multibranch.TemplateStaplerRequestWrapper
-
Overrides the form with a sanitized version.
- 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
- 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.