DeploymentCommand

Used to specify a stack or deployment command.

Types

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

Properties

Link copied to clipboard

The arguments of those commands that take arguments. It should be set to a JSON object with the following format:

Link copied to clipboard

Specifies the operation. You can specify only one command.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentCommand.Builder.() -> Unit = {}): DeploymentCommand
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