com.mchange.sysadmin.taskrunner

Members list

Type members

Classlikes

object Env

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Env.type
class MissingEnvironmentVariable(envVar: String) extends SysadminException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class NoReportersInitialized(message: String, cause: Throwable) extends SysadminException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Never
class Sometimes
object Reporters

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Reporters.type
object Reporting

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Reporting.type
case class StepRunMaybeIndexed(run: AnyStepRun, mbIndex: Option[Int])

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TaskRunner.type
class TaskRunner[T](parallelize: Parallelize)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
class UnexpectedPriorState(message: String, cause: Throwable) extends SysadminException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def abortUnexpectedPriorState(message: String): Nothing
def colorClass(run: AnyStepRun): String
def formatSize(num: Double, unit: String): String
def friendlyFileSize(bytes: Long): String
def labeledText(tup: (HtmlSafeText, HtmlSafeText)): Result[Nothing]
def labeledTextOrNA(label: HtmlSafeText, mbText: HtmlSafeText): String
def mbActionDescription(step: AnyStep): Result[Nothing]
def mbExitCode(run: AnyStepRunCompleted): Result[Nothing]
def mbLabeledText(mlt: Option[(HtmlSafeText, HtmlSafeText)]): String
def stepRun(srmi: StepRunMaybeIndexed): Result[Nothing]
def stepRunBody(run: AnyStepRun): Result[Nothing]
def task_result_html(run: AnyTaskRun): Result[Nothing]
def timestamp: String
def yn(boolean: Boolean): String

Concrete fields

val UnitGiB: Long
val UnitKiB: Long
val UnitMiB: Long
val UnitTiB: Long
val Untemplate_labeledText: Untemplate[(HtmlSafeText, HtmlSafeText), Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Tuple2),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),HtmlSafeText$package),HtmlSafeText), TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),HtmlSafeText$package),HtmlSafeText)))))]; }
val Untemplate_mbActionDescription: Untemplate[AnyStep, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),core$package),AnyStep)))]; }
val Untemplate_mbExitCode: Untemplate[AnyStepRunCompleted, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),core$package),AnyStepRunCompleted)))]; }
val Untemplate_stepRun: Untemplate[StepRunMaybeIndexed, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),StepRunMaybeIndexed)))]; }
val Untemplate_stepRunBody: Untemplate[AnyStepRun, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),core$package),AnyStepRun)))]; }
val Untemplate_task_result_html: Untemplate[AnyTaskRun, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class sysadmin)),object taskrunner),core$package),AnyTaskRun)))]; }
lazy val hostname: Option[String]
lazy val hostnameSimple: Option[String]

Extensions

Extensions

extension (hst: HtmlSafeText)
def isEmpty: Boolean
def nonEmpty: Boolean
extension (s: String)