Ejemplo n.º 1
0
 def __init__(self, name, project, builderNames,
              minute=0, hour='*', dayOfMonth='*', month='*', dayOfWeek='*',
              branch=None):
     Nightly.__init__(self, name, builderNames, minute, hour, dayOfMonth,
                      month, dayOfWeek, branch)
     self.project = project
     self.finishedWatchers = []
Ejemplo n.º 2
0
 def __init__(self, name, project, builderNames,
              minute=0, hour='*', dayOfMonth='*', month='*', dayOfWeek='*',
              branch=None):
     Nightly.__init__(self, name, builderNames, minute, hour, dayOfMonth,
                      month, dayOfWeek, branch)
     self.project = project
     self.finishedWatchers = []