Uses of Class
jenkins.branch.BranchPropertyStrategy
-
Uses of BranchPropertyStrategy in jenkins.branch
Subclasses of BranchPropertyStrategy in jenkins.branchModifier and TypeClassDescriptionclass
A very simpleBranchPropertyStrategy
that just returns the same set of properties for allSCMHead
instances.class
Allows 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 theBranchPropertyStrategy
for a specificSCMSource
.BranchSource.getStrategy()
Gets the strategy.OrganizationFolder.getStrategy()
Gets the strategy.Methods in jenkins.branch with parameters of type BranchPropertyStrategyModifier and TypeMethodDescriptionvoid
BranchSource.setStrategy
(BranchPropertyStrategy strategy) void
OrganizationFolder.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.