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

Stack

class Stack

Represents project specific Docker stack and provides API for manipulating it.

Constructors

<init>

Represents project specific Docker stack and provides API for manipulating it.

Stack(environment: EnvironmentExtension)

Properties

deployRetry

var deployRetry: Retry

environment

val environment: EnvironmentExtension

initialized

val initialized: Boolean

initTimeout

val initTimeout: Property<Long!>!

internalName

val internalName: Property<String!>!

networkAvailable

val networkAvailable: Boolean

networkName

val networkName: Property<String!>!

networkSuffix

val networkSuffix: Property<String!>!

networkTimeout

val networkTimeout: Property<Long!>!

running

val running: Boolean

undeployRetry

var undeployRetry: Retry

Functions

deploy

fun deploy(): Unit

reset

fun reset(): Unit

undeploy

fun undeploy(): Unit