Uses of Class
jenkins.branch.BranchPropertyStrategy
-
Uses of BranchPropertyStrategy in jenkins.branch
Subclasses of BranchPropertyStrategy in jenkins.branchModifier and TypeClassDescriptionclassA very simpleBranchPropertyStrategythat just returns the same set of properties for allSCMHeadinstances.classAllows named branches to get different properties from the rest.Methods in jenkins.branch that return BranchPropertyStrategyModifier and TypeMethodDescriptionMultiBranchProject.getBranchPropertyStrategy(jenkins.scm.api.SCMSource source) Returns theBranchPropertyStrategyfor a specificSCMSource.BranchSource.getStrategy()Gets the strategy.OrganizationFolder.getStrategy()Gets the strategy.Methods in jenkins.branch with parameters of type BranchPropertyStrategyModifier and TypeMethodDescriptionvoidBranchSource.setStrategy(BranchPropertyStrategy strategy) voidOrganizationFolder.setStrategy(BranchPropertyStrategy strategy) Sets the branch property strategy.Constructors in jenkins.branch with parameters of type BranchPropertyStrategyModifierConstructorDescriptionBranchSource(jenkins.scm.api.SCMSource source, BranchPropertyStrategy strategy) Deprecated.