ComputeNode

A single compute node in a pipeline DAG. Each compute node references a task and can declare dependencies on other nodes.

Types

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

Properties

Link copied to clipboard

The unique name for this compute node within the pipeline.

Link copied to clipboard

A list of compute node names that must complete successfully before this node can start.

Link copied to clipboard

Environment variables specific to this compute node. These override pipeline-level environment variables with the same key.

Link copied to clipboard

The name of the task to execute for this compute node.

Functions

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