Uses of Class
jenkins.branch.BranchProperty
-
Uses of BranchProperty in jenkins.branch
Subclasses of BranchProperty in jenkins.branchModifier and TypeClassDescriptionclassDeprecated.classSuppresses builds due to eitherBranchIndexingCauseorBranchEventCause.classSupport for build parameters.classDeprecated.Suppressed byJobPropertyStep.HideSuperfluousBranchPropertiesfor Pipeline.classDeprecated.Not used by Pipeline.Methods in jenkins.branch with type parameters of type BranchPropertyModifier and TypeMethodDescription<T extends BranchProperty>
TBranch.getProperty(Class<T> clazz) Gets the specific property, ornullif no such property is found.Methods in jenkins.branch that return types with arguments of type BranchPropertyModifier 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 theBranchfor the specifiedSCMHead.DefaultBranchPropertyStrategy.getPropertiesFor(jenkins.scm.api.SCMHead head) Returns the list of properties to be injected into theBranchfor the specifiedSCMHead.NamedExceptionsBranchPropertyStrategy.getPropertiesFor(jenkins.scm.api.SCMHead head) Returns the list of properties to be injected into theBranchfor the specifiedSCMHead.DefaultBranchPropertyStrategy.getProps()Gets the properties.NamedExceptionsBranchPropertyStrategy.Named.getProps()Returns the exception properties.Method parameters in jenkins.branch with type arguments of type BranchPropertyModifier and TypeMethodDescriptionbooleanBranch.hasProperty(Class<? extends BranchProperty> clazz) Tests if a property of a specific type is present.Constructors in jenkins.branch with parameters of type BranchPropertyModifierConstructorDescriptionStapler's constructor.Named(String name, BranchProperty[] props) ConstructorNamedExceptionsBranchPropertyStrategy(BranchProperty[] defaultProperties, NamedExceptionsBranchPropertyStrategy.Named[] namedExceptions) Stapler's constructor.Constructor parameters in jenkins.branch with type arguments of type BranchPropertyModifierConstructorDescriptionBranch(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.HideSuperfluousBranchPropertiesfor Pipeline.