Modifier and Type | Method and Description |
---|---|
MultiBranchProject<?,?> |
MultiBranchProjectFactory.createNewProject(hudson.model.ItemGroup<?> parent,
String name,
List<? extends jenkins.scm.api.SCMSource> scmSources,
Map<String,Object> attributes,
hudson.model.TaskListener listener)
|
MultiBranchProject<?,?> |
MultiBranchProjectFactory.BySCMSourceCriteria.createNewProject(hudson.model.ItemGroup<?> parent,
String name,
List<? extends jenkins.scm.api.SCMSource> scmSources,
Map<String,Object> attributes,
hudson.model.TaskListener listener)
|
MultiBranchProject<?,?> |
MultiBranchProjectFactory.createProject(hudson.model.ItemGroup<?> parent,
String name,
List<? extends jenkins.scm.api.SCMSource> scmSources,
Map<String,Object> attributes,
hudson.model.TaskListener listener)
|
protected abstract MultiBranchProject<?,?> |
MultiBranchProjectFactory.BySCMSourceCriteria.doCreateProject(hudson.model.ItemGroup<?> parent,
String name,
Map<String,Object> attributes)
|
MultiBranchProject<?,?> |
BranchIndexingCause.getMultiBranchProject()
Gets the associated multibranch project.
|
MultiBranchProject<?,?> |
BranchEventCause.getMultiBranchProject()
Gets the associated multibranch project.
|
MultiBranchProject<P,R> |
BranchProjectFactory.getOwner()
Gets the current owner.
|
MultiBranchProject<P,R> |
MultiBranchProject.BranchIndexing.getParent() |
Modifier and Type | Method and Description |
---|---|
protected com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>> |
OrganizationFolder.createComputation(com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>> previous) |
Class<? extends MultiBranchProject> |
MultiBranchProjectDescriptor.getClazz()
We have to extend
TopLevelItemDescriptor but we want to be able to access Descriptor.clazz as a
MultiBranchProject based type. |
Class<MultiBranchProject> |
MultiBranchProject.StateActionFactory.type() |
Modifier and Type | Method and Description |
---|---|
static List<BranchPropertyDescriptor> |
BranchPropertyDescriptor.all(MultiBranchProject project)
Gets all the
BranchPropertyDescriptor instances applicable to the specified project. |
static List<BranchPropertyStrategyDescriptor> |
BranchPropertyStrategyDescriptor.all(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchPropertyStrategyDescriptor instances applicable to the specified project and source. |
static List<BranchBuildStrategyDescriptor> |
BranchBuildStrategyDescriptor.all(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchBuildStrategyDescriptor instances applicable to the specified project and source. |
List<BranchBuildStrategyDescriptor> |
BranchSource.DescriptorImpl.buildStrategiesDescriptors(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchBuildStrategyDescriptor instances applicable to the specified project and source. |
Collection<? extends hudson.model.Action> |
MultiBranchProject.StateActionFactory.createFor(MultiBranchProject target) |
boolean |
BranchPropertyStrategyDescriptor.isApplicable(MultiBranchProject project)
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.
|
boolean |
BranchPropertyDescriptor.isApplicable(MultiBranchProject project)
A branch property may not be appropriate for every project, this method lets a property
opt out of being selectable for a specific project.
|
boolean |
BranchBuildStrategyDescriptor.isApplicable(MultiBranchProject project)
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.
|
List<BranchPropertyStrategyDescriptor> |
BranchSource.DescriptorImpl.propertyStrategyDescriptors(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchPropertyStrategyDescriptor instances applicable to the specified project and source. |
void |
BranchProjectFactory.setOwner(MultiBranchProject<P,R> owner)
Sets the owner.
|
void |
MultiBranchProjectFactory.updateExistingProject(MultiBranchProject<?,?> project,
Map<String,Object> attributes,
hudson.model.TaskListener listener)
|
Modifier and Type | Method and Description |
---|---|
protected void |
OrganizationFolder.computeChildren(com.cloudbees.hudson.plugins.folder.computed.ChildObserver<MultiBranchProject<?,?>> observer,
hudson.model.TaskListener listener) |
protected com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>> |
OrganizationFolder.createComputation(com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>> previous) |
abstract boolean |
BranchProjectFactoryDescriptor.isApplicable(Class<? extends MultiBranchProject> clazz)
Returns
true if and only if this BranchPropertyDescriptor is applicable in the specified type
of MultiBranchProject . |
Constructor and Description |
---|
BranchIndexing(MultiBranchProject<P,R> project,
MultiBranchProject.BranchIndexing<P,R> previousIndexing) |
MultiBranchProjectViewHolder(MultiBranchProject<?,?> owner)
Constructor.
|
Constructor and Description |
---|
MultiBranchProjectDescriptor(Class<? extends MultiBranchProject<?,?>> clazz)
Semi explicit constructor to use when the descriptor is not an inner class of the
MultiBranchProject . |
MultiBranchProjectDescriptor(Class<? extends MultiBranchProject<?,?>> clazz,
Class<? extends hudson.model.Job> projectClass)
Explicit constructor to use when type inference fails.
|
OrganizationScan(OrganizationFolder folder,
com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>> previous) |
Copyright © 2016–2017. All rights reserved.