Reporters

com.mchange.sysadmin.taskrunner.Reporters
object Reporters

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reporters.type

Members list

Value members

Concrete methods

def default(from: Option[String], to: Option[String])(using trySmtp: Try[Context]): Set[Reporter]
def smtpAndStdOut(from: Option[String], to: Option[String], compose: (String, String, AnyTaskRun, Context) => MimeMessage, text: AnyTaskRun => String, onlyMailFailures: Boolean)(using trySmtp: Try[Context]): Set[Reporter]
def smtpOnlyOrNone(from: Option[String], to: Option[String], compose: (String, String, AnyTaskRun, Context) => MimeMessage, onlyMailFailures: Boolean)(using trySmtp: Try[Context]): Set[Reporter]
def smtpOrFail(from: Option[String], to: Option[String], compose: (String, String, AnyTaskRun, Context) => MimeMessage, onlyMailFailures: Boolean)(using trySmtp: Try[Context]): Set[Reporter]
def stdErrOnly(formatter: AnyTaskRun => String): Set[Reporter]
def stdOutOnly(formatter: AnyTaskRun => String): Set[Reporter]