Пример #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 = []
Пример #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 = []