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