public class UpgradeGroupHolder extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowRetry
Indicate whether retry is allowed for the stages in this group.
|
Class<? extends Grouping> |
groupClass |
List<StageWrapper> |
items
List of stages for the group
|
String |
name
The name
|
boolean |
skippable
Indicates whether the stages in this group are skippable on failure.
|
boolean |
supportsAutoSkipOnFailure
true if the upgrade group's tasks can be automatically skipped if
they fail. |
String |
title
The title
|
Constructor and Description |
---|
UpgradeGroupHolder() |
public String name
public String title
public boolean allowRetry
public boolean skippable
public boolean supportsAutoSkipOnFailure
true
if the upgrade group's tasks can be automatically skipped if
they fail. This is used in conjunction with
UpgradePack.isComponentFailureAutoSkipped()
. If the upgrade pack
(or the upgrade request) does support auto skipping failures, then this
setting has no effect. It's used mainly as a way to ensure that some
groupings never have their failed tasks automatically skipped.public List<StageWrapper> items
Copyright © 2022 Apache Software Foundation. All rights reserved.