~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/repository/zope/interfaces.py

  • Committer: Marc Tardif
  • Date: 2012-03-21 22:32:04 UTC
  • Revision ID: marc.tardif@canonical.com-20120321223204-8g7mvzzwmh8ifbrt
Added support for getting systems from a person (LP #899361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
class IResult(Interface):
22
22
    """The interface for a Result as passed to a Context."""
23
23
 
24
 
    date_modified = Attribute("Date modified of the result.")
 
24
    date_started = Attribute("Date the result was started.")
 
25
 
 
26
    date_stopped = Attribute("Date the result was stopped.")