ActionType

Returns information about the details of an action type.

Types

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

Properties

Link copied to clipboard

The configuration properties for the action type.

Link copied to clipboard

Represents information about an action type.

Link copied to clipboard

The details of the input artifact for the action, such as its commit ID.

Link copied to clipboard

The details of the output artifact of the action, such as its commit ID.

Link copied to clipboard

The settings for the action type.

Functions

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