Skip to content

Commit

Permalink
Add getDescription to IBuildStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach committed Oct 28, 2012
1 parent 163945e commit 4efe306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/buildbot/interfaces.py
Expand Up @@ -300,6 +300,9 @@ def getName():
def getCategory():
"""Return the category of this builder (a string)."""

def getDescription():
"""Return the description of this builder (a string)."""

def getState():
# TODO: this isn't nearly as meaningful as it used to be
"""Return a tuple (state, builds) for this Builder. 'state' is the
Expand Down

0 comments on commit 4efe306

Please sign in to comment.