Modifier and Type | Method and Description |
---|---|
BranchProjectFactory<P,R> |
MultiBranchProject.getProjectFactory()
Returns the
BranchProjectFactory . |
protected abstract BranchProjectFactory<P,R> |
MultiBranchProject.newProjectFactory()
Creates a new instance of the default project factory to be used for a new instance of the project type.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiBranchProject.setProjectFactory(BranchProjectFactory<P,R> projectFactory)
Sets the
BranchProjectFactory . |
Constructor and Description |
---|
BranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?,?>> clazz)
Semi explicit constructor to use when the descriptor is not an inner class of the
BranchProjectFactory . |
BranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?,?>> clazz,
Class<? extends hudson.model.Job> branchProjectClass)
Explicit constructor to use when type inference fails.
|
Copyright © 2016–2017. All rights reserved.