public class ExecuteStage extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
component
Optional component name, can be ""
|
Condition |
condition
A condition element with can prevent this stage from being scheduled in
the upgrade.
|
String |
id
An optional ID which can be used to uniquely identified any execution
stage.
|
Direction |
intendedDirection |
UpgradeScope |
scope |
String |
service
Optional service name, can be ""
|
Task |
task |
String |
title |
| Constructor and Description |
|---|
ExecuteStage() |
public String title
public String id
public Direction intendedDirection
public String service
public String component
public Task task
public UpgradeScope scope
public Condition condition
Copyright © 2022 Apache Software Foundation. All rights reserved.