Step

com.mchange.sysadmin.Step$
See theStep companion trait
object Step

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Step.type

Members list

Type members

Classlikes

case class Exec(name: String, parsedCommand: List[String], workingDirectory: Path, environment: Map[String, String], isSuccess: Completed => Boolean) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all
case class Internal(name: String, action: () => Result, workingDirectory: Path, environment: Map[String, String], isSuccess: Completed => Boolean) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all
case class Result(exitCode: Int, stepOut: String, stepErr: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Run

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Run.type
sealed trait Run

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Completed
class Skipped

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def exitCodeIsZero(run: Completed): Boolean