environment-plugin / com.cognifide.gradle.environment.docker / Runtime

Runtime

interface Runtime

Properties

hostInternalIp

abstract val hostInternalIp: String

hostInternalIpMissing

abstract val hostInternalIpMissing: Boolean

hostIp

abstract val hostIp: String

name

abstract val name: String

safeVolumes

abstract val safeVolumes: Boolean

Functions

determinePath

abstract fun determinePath(path: String): String
open fun determinePath(file: File): String

Companion Object Functions

detect

fun detect(env: EnvironmentExtension): Runtime?

determine

fun determine(env: EnvironmentExtension): Runtime

of

fun of(env: EnvironmentExtension, name: String): Runtime?

Inheritors

Base

abstract class Base : Runtime