Step

com.mchange.sysadmin.TaskRunner.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 Arbitrary(name: String, action: (T, Arbitrary) => Result, isSuccess: Completed => Boolean, workingDirectory: Path, environment: Map[String, String], actionDescription: Option[String]) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
trait AbstractStep
class Object
trait Matchable
class Any
Show all
case class Exec(name: String, parsedCommand: List[String], workingDirectory: Path, environment: Map[String, String], carrier: Carrier, isSuccess: Completed => Boolean) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
trait AbstractStep
class Object
trait Matchable
class Any
Show all
case class Result(exitCode: Option[Int], stepOut: String, stepErr: String, carryForward: T, notes: Option[String], carryForwardDescriber: T => Option[String]) extends Result

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type
object Run

Attributes

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

Attributes

Companion
object
Supertypes
trait Run
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 defaultIsSuccess(run: Completed): Boolean
def exitCodeIsZero(run: Completed): Boolean
def stepErrIsEmpty(run: Completed): Boolean