def __init__(self, platform, branch, **kwargs): self.platform = platform filter = ChangeFilter(branch=[branch, None], filter_fn=self.filter) AnyBranchScheduler.__init__(self, name=platform, change_filter=filter, **kwargs)
def __init__(self, name, rester, treeStableTimer, builderNames, fileIsImportant=None): self.rester = rester AnyBranchScheduler.__init__( self , name=name , branches=None , treeStableTimer=treeStableTimer , builderNames=builderNames , fileIsImportant=fileIsImportant )
def __init__(self, name, branches, treeStableTimer, builderNames, fileIsImportant=None, properties={}): AnyBranchScheduler.__init__(self, name=name, branches=branches, treeStableTimer=treeStableTimer, builderNames=builderNames, fileIsImportant=fileIsImportant, properties=properties)
def __init__(self, name, branches, treeStableTimer, builderNames, fileIsImportant=None, properties={}): AnyBranchScheduler.__init__(self, name=name, branches=branches, treeStableTimer=treeStableTimer, builderNames=builderNames, fileIsImportant=fileIsImportant, properties=properties) # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: