Skip to content

Commit

Permalink
Remove waitUntilSuccess from IBuildSetStatus
Browse files Browse the repository at this point in the history
7109604 (remove waitUntilSuccess, rewrite waitUntilFinished,
2011-04-24) removed the method from the implementation.
  • Loading branch information
Jay Soffian committed May 19, 2012
1 parent 5b6e0e5 commit 1690dd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions master/buildbot/interfaces.py
Expand Up @@ -220,10 +220,6 @@ def getBuilderNames():
@returns: list of names via Deferred"""
def isFinished():
pass
def waitUntilSuccess():
"""Return a Deferred that fires (with this IBuildSetStatus object)
when the outcome of the BuildSet is known, i.e., upon the first
failure, or after all builds complete successfully."""
def waitUntilFinished():
"""Return a Deferred that fires (with this IBuildSetStatus object)
when all builds have finished."""
Expand Down

0 comments on commit 1690dd9

Please sign in to comment.