Uses of Class
jenkins.branch.BranchProjectFactory
-
Uses of BranchProjectFactory in jenkins.branch
Modifier and TypeMethodDescriptionMultiBranchProject.getProjectFactory()
Returns theBranchProjectFactory
.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 TypeMethodDescriptionvoid
MultiBranchProject.setProjectFactory
(BranchProjectFactory<P, R> projectFactory) Sets theBranchProjectFactory
.ModifierConstructorDescriptionprotected
BranchProjectFactoryDescriptor
(Class<? extends BranchProjectFactory<?, ?>> clazz) Semi explicit constructor to use when the descriptor is not an inner class of theBranchProjectFactory
.protected
BranchProjectFactoryDescriptor
(Class<? extends BranchProjectFactory<?, ?>> clazz, Class<? extends Job> branchProjectClass) Explicit constructor to use when type inference fails.