Uses of Class
jenkins.branch.BranchPropertyStrategy
-
Uses of BranchPropertyStrategy in jenkins.branch
Modifier 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.Modifier and TypeMethodDescriptionMultiBranchProject.getBranchPropertyStrategy
(jenkins.scm.api.SCMSource source) Returns theBranchPropertyStrategy
for a specificSCMSource
.BranchSource.getStrategy()
Gets the strategy.OrganizationFolder.getStrategy()
Gets the strategy.Modifier and TypeMethodDescriptionvoid
BranchSource.setStrategy
(BranchPropertyStrategy strategy) void
OrganizationFolder.setStrategy
(BranchPropertyStrategy strategy) Sets the branch property strategy.ModifierConstructorDescriptionBranchSource
(jenkins.scm.api.SCMSource source, BranchPropertyStrategy strategy) Deprecated.