OutputArtifact

Represents information about the output of an action.

Types

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

Properties

Link copied to clipboard

The files that you want to associate with the output artifact that will be exported from the compute action.

Link copied to clipboard

The name of the output of an artifact, such as "My App".

Functions

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