Uses of Class
jenkins.branch.BranchProjectFactory
-
Uses of BranchProjectFactory in jenkins.branch
Methods in jenkins.branch that return BranchProjectFactoryModifier 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.Methods in jenkins.branch with parameters of type BranchProjectFactoryModifier and TypeMethodDescriptionvoidMultiBranchProject.setProjectFactory(BranchProjectFactory<P, R> projectFactory) Sets theBranchProjectFactory.Constructor parameters in jenkins.branch with type arguments of type BranchProjectFactoryModifierConstructorDescriptionprotectedBranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?, ?>> clazz) Semi explicit constructor to use when the descriptor is not an inner class of theBranchProjectFactory.protectedBranchProjectFactoryDescriptor(Class<? extends BranchProjectFactory<?, ?>> clazz, Class<? extends Job> branchProjectClass) Explicit constructor to use when type inference fails.