com.mchange.sysadmin.Step$
See theStep companion trait
object Step
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Stepclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Stepclass Objecttrait Matchableclass AnyShow all
case class Result(exitCode: Option[Int], stepOut: String, stepErr: String, carryForward: Option[Any])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Result
object Run
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def arbitraryExec(prior: Option[Completed], thisStep: Arbitrary, command: Shellable, carryForward: (Option[Completed], Int, String, String) => Option[Any]): Result
In this article