ExecAction

final case class ExecAction(command: Option[Seq[String]])

ExecAction describes a "run in container" action.

Companion:
object
Source:
ExecAction.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addCommand(newValues: String*): ExecAction

Appends new values to command

Appends new values to command

Source:
ExecAction.scala

if command has a value, transforms to the result of function

if command has a value, transforms to the result of function

Source:
ExecAction.scala

Returns a new data with command set to new value

Returns a new data with command set to new value

Source:
ExecAction.scala

Inherited methods

Inherited from:
Product