Uses of Enum Class
hudson.model.labels.LabelOperatorPrecedence
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
-
Uses of LabelOperatorPrecedence in hudson.model
Modifier and TypeMethodDescriptionabstract LabelOperatorPrecedence
Label.precedence()
Precedence of the top most operator. -
Uses of LabelOperatorPrecedence in hudson.model.labels
Modifier and TypeMethodDescriptionLabelAtom.precedence()
LabelExpression.And.precedence()
LabelExpression.Iff.precedence()
LabelExpression.Implies.precedence()
LabelExpression.Not.precedence()
LabelExpression.Or.precedence()
LabelExpression.Paren.precedence()
static LabelOperatorPrecedence
Returns the enum constant of this class with the specified name.static LabelOperatorPrecedence[]
LabelOperatorPrecedence.values()
Returns an array containing the constants of this enum class, in the order they are declared.