com.mchange.sysadmin

Members list

Type members

Classlikes

object Smtp

Attributes

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

Attributes

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

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
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]

Attributes

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

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: Run): String
def extractFullStackTrace(t: Throwable): String
def formatSize(num: Double, unit: String): String
def friendlyFileSize(bytes: Long): String
def labeledText(tup: (String, String)): Result[Nothing]
def labeledTextOrNA(label: String, mbText: String): String
def mbActionDescription(step: AbstractStep): Result[Nothing]
def mbExitCode(run: Completed): Result[Nothing]
def mbLabeledText(mlt: Option[(String, String)]): String
def stepRun(srmi: StepRunMaybeIndexed): Result[Nothing]
def stepRunBody(run: Run): Result[Nothing]
def task_result_html(run: Run): Result[Nothing]
def timestamp: String
def yn(boolean: Boolean): String

Concrete fields

val IndexedUntemplates: SortedMap[String, Untemplate[Nothing, Any]]
val UnitGiB: Long
val UnitKiB: Long
val UnitMiB: Long
val UnitTiB: Long
val Untemplate_labeledText: Untemplate[(String, String), 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 )),object scala),Predef),String), TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Predef),String)))))]; }
val Untemplate_mbActionDescription: Untemplate[AbstractStep, 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 mchange)),object sysadmin),TaskRunner),AbstractStep)))]; }
val Untemplate_mbExitCode: Untemplate[Completed, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class mchange)),object sysadmin),TaskRunner),AbstractStep),Run),Completed)))]; }
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 mchange)),object sysadmin),StepRunMaybeIndexed)))]; }
val Untemplate_stepRunBody: Untemplate[Run, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class mchange)),object sysadmin),TaskRunner),AbstractStep),Run)))]; }
val Untemplate_task_result_html: Untemplate[Run, Nothing] { Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object scala),Option),List(TypeRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class mchange)),object sysadmin),TaskRunner),AbstractTask),Run)))]; }
lazy val hostname: Option[String]

Extensions

Extensions

extension (t: Throwable)(t: Throwable)
def fullStackTrace: String