Uses of Class
jenkins.branch.BranchProperty
-
Uses of BranchProperty in jenkins.branch
Modifier and TypeClassDescriptionclass
Deprecated.class
Suppresses builds due to eitherBranchIndexingCause
orBranchEventCause
.class
Support for build parameters.class
Deprecated.Suppressed byJobPropertyStep.HideSuperfluousBranchProperties
for Pipeline.class
Deprecated.Not used by Pipeline.Modifier and TypeMethodDescription<T extends BranchProperty>
TBranch.getProperty
(Class<T> clazz) Gets the specific property, ornull
if no such property is found.Modifier and TypeMethodDescriptionNamedExceptionsBranchPropertyStrategy.getDefaultProperties()
Gets the default properties.Branch.getProperties()
Gets all the properties.abstract List<BranchProperty>
BranchPropertyStrategy.getPropertiesFor
(jenkins.scm.api.SCMHead head) Returns the list of properties to be injected into theBranch
for the specifiedSCMHead
.DefaultBranchPropertyStrategy.getPropertiesFor
(jenkins.scm.api.SCMHead head) Returns the list of properties to be injected into theBranch
for the specifiedSCMHead
.NamedExceptionsBranchPropertyStrategy.getPropertiesFor
(jenkins.scm.api.SCMHead head) Returns the list of properties to be injected into theBranch
for the specifiedSCMHead
.DefaultBranchPropertyStrategy.getProps()
Gets the properties.NamedExceptionsBranchPropertyStrategy.Named.getProps()
Returns the exception properties.Modifier and TypeMethodDescriptionboolean
Branch.hasProperty
(Class<? extends BranchProperty> clazz) Tests if a property of a specific type is present.ModifierConstructorDescriptionStapler's constructor.Named
(String name, BranchProperty[] props) ConstructorNamedExceptionsBranchPropertyStrategy
(BranchProperty[] defaultProperties, NamedExceptionsBranchPropertyStrategy.Named[] namedExceptions) Stapler's constructor.ModifierConstructorDescriptionBranch
(String sourceId, jenkins.scm.api.SCMHead head, SCM scm, List<? extends BranchProperty> properties) Constructs a branch instance.Dead
(jenkins.scm.api.SCMHead name, List<? extends BranchProperty> properties) Constructor.
JobPropertyStep.HideSuperfluousBranchProperties
for Pipeline.