| 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)
Deprecated.
|
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<P,R> |
BranchProjectFactory.getOwner()
Gets the current owner.
|
MultiBranchProject<P,R> |
MultiBranchProject.BranchIndexing.getParent() |
| Modifier and Type | Method and Description |
|---|---|
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. |
| 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. |
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.
|
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) |
abstract boolean |
BranchProjectFactoryDescriptor.isApplicable(Class<? extends MultiBranchProject> clazz) |
| Constructor and Description |
|---|
BranchIndexing(MultiBranchProject<P,R> project,
MultiBranchProject.BranchIndexing<P,R> previousIndexing) |
Copyright © 2016. All rights reserved.