Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
Modifier and Type | Method and Description |
---|---|
abstract LabelOperatorPrecedence |
Label.precedence()
Precedence of the top most operator.
|
Modifier and Type | Method and Description |
---|---|
LabelOperatorPrecedence |
LabelExpression.Not.precedence() |
LabelOperatorPrecedence |
LabelExpression.Paren.precedence() |
LabelOperatorPrecedence |
LabelExpression.And.precedence() |
LabelOperatorPrecedence |
LabelExpression.Or.precedence() |
LabelOperatorPrecedence |
LabelExpression.Iff.precedence() |
LabelOperatorPrecedence |
LabelExpression.Implies.precedence() |
LabelOperatorPrecedence |
LabelAtom.precedence() |
static LabelOperatorPrecedence |
LabelOperatorPrecedence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelOperatorPrecedence[] |
LabelOperatorPrecedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Binary(Label lhs,
Label rhs,
LabelOperatorPrecedence op) |
Copyright © 2015. All rights reserved.