UpgradeStepItem

Represents a single step of an upgrade or upgrade eligibility check workflow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of strings containing detailed information about the errors encountered in a particular step.

Link copied to clipboard

The floating point value representing the progress percentage of a particular step.

Link copied to clipboard

One of three steps that an upgrade or upgrade eligibility check goes through:

Link copied to clipboard

The current status of the upgrade. The status can take one of the following values:

Functions

Link copied to clipboard
inline fun copy(block: UpgradeStepItem.Builder.() -> Unit = {}): UpgradeStepItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String