public class Condition extends Object
Condition interface represents a condition in an
UpgradePack which must be satisified in order for a Grouping
or ExecuteStage to be scheduled.| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(UpgradeContext upgradeContext)
Asks the condition whether it is currently satisfied.
|
public boolean isSatisfied(UpgradeContext upgradeContext)
upgradeContext - the upgrade context.true if the condition is satisfied, false
otherwise.Copyright © 2022 Apache Software Foundation. All rights reserved.