HostPath

data class HostPath(val hostPath: Path) : StageResult

Constructors

Link copied to clipboard
constructor(hostPath: Path)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun asAnyResult(): StageResult.Any

Converts this into a StageResult.Any instance.

Link copied to clipboard

Casts this into the stage result type of OutT, or throws IllegalArgumentException if the conversion is not possible.

Link copied to clipboard

Casts this into the stage result type of outClazz.