ContentDeltaEvent

An event that contains incremental output from a command execution. This event streams standard output and standard error content as it becomes available during command execution.

Types

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

Properties

Link copied to clipboard

The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.

Link copied to clipboard

The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.

Functions

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