Rename BasePipelineManager to PipelineManager
It feels more natrual to talk about DependentPipelineManager being a PipelineManager in the internals doc. It's not used many places, so just go ahead and change it. Change-Id: Ie6aa4a27c2fec9469e266a0113447e3102985f61
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
import logging
|
||||
|
||||
from zuul import model
|
||||
from zuul.manager import BasePipelineManager, StaticChangeQueueContextManager
|
||||
from zuul.manager import PipelineManager, StaticChangeQueueContextManager
|
||||
|
||||
|
||||
class DependentPipelineManager(BasePipelineManager):
|
||||
class DependentPipelineManager(PipelineManager):
|
||||
"""PipelineManager for handling interrelated Changes.
|
||||
|
||||
The DependentPipelineManager puts Changes that share a Pipeline
|
||||
|
||||
Reference in New Issue
Block a user