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: String, to: String)(using context: Context): Set[Reporter]
def smtpAndStdOut(from: String, to: String, compose: (String, String, AnyTaskRun, Context) => MimeMessage, text: AnyTaskRun => String, onlyMailFailures: Boolean)(using context: Context): Set[Reporter]
def smtpOnly(from: String, to: String, compose: (String, String, AnyTaskRun, Context) => MimeMessage, onlyMailFailures: Boolean)(using context: Context): Set[Reporter]
def stdErrOnly(formatter: AnyTaskRun => String): Set[Reporter]
def stdOutOnly(formatter: AnyTaskRun => String): Set[Reporter]