BrightSide Workbench Full Report + Source Code
org.turro.timetracker.TimeTrackerExporter Class Reference

Static Public Member Functions

static void exportTimeTracker ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 48 of file TimeTrackerExporter.java.

Member Function Documentation

◆ exportTimeTracker()

static void org.turro.timetracker.TimeTrackerExporter.exportTimeTracker ( )
static

Definition at line 50 of file TimeTrackerExporter.java.

50  {
51  IContact contact = Authentication.getIContact();
52  MailSenders.getHeavy()
53  .addContact(contact)
54  .onStart(s -> MessageQueue.pushMessage(contact, I_.get("Report will be sent by email")))
55  .onCancel(s -> MessageQueue.pushMessage(contact, I_.get("Task already running")))
56  .onBuild(s -> timeTrackerToExcel((IMailSender) s))
57  .send(I_.get("Export time tracker"), I_.get("Export time tracker"));
58  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: