Ejemplo n.º 1
0
 def __init__(self):    
     self.cronconf = CronConfig(self.env)
Ejemplo n.º 2
0
 def __init__(self):
     self.cronconf = CronConfig(self.env)
     self.task_event_buffer = []
     self.task_count = 0
     self.notifier = NotificationEmailTaskEvent.NotifyEmailTaskEvent(
         self.env)
Ejemplo n.º 3
0
 def __init__(self, env, milestone):
     BaseTicketNotification.__init__(self, env, milestone)
     self.cronconf = CronConfig(self.env)
Ejemplo n.º 4
0
 def __init__(self, env):
     NotifyEmail.__init__(self, env)
     self.cronconf = CronConfig(self.env)
Ejemplo n.º 5
0
 def __init__(self):
     self.cronconf = CronConfig(self.env)
     self.task_event_buffer = []
     self.task_count = 0
     self.notifier = None