Searched defs:HostJobHistory (Results 1 - 2 of 2) sorted by relevance

/external/autotest/site_utils/
H A Ddut_status.py118 HostJobHistory = status_history.HostJobHistory variable
256 """Return HostJobHistory objects for the requested hosts.
262 The return value is a list of HostJobHistory objects for the
269 @return List of HostJobHistory objects for the hosts requested
277 h = HostJobHistory.get_host_history(
300 The return value is a list of HostJobHistory objects for the
307 @return List of HostJobHistory objects for the hosts requested
316 histories = HostJobHistory.get_multiple_histories(
365 @return List of HostJobHistory object
[all...]
H A Dstatus_history.py7 The central abstraction of this module is the `HostJobHistory`
296 class HostJobHistory(object): class in inherits:object
327 """Create a `HostJobHistory` instance for a single host.
339 @return A new `HostJobHistory` instance.
349 """Create `HostJobHistory` instances for a set of hosts.
364 @return A list of new `HostJobHistory` instances.

Completed in 1322 milliseconds