Package-level declarations

Types

Link copied to clipboard
class ContainerExecException(message: String, stage: PipelineStage, exitCode: Int?, logs: List<String>, cause: Throwable? = null) : PipelineExecutionException

Exception indicating that a failure has occurred while executing the container.