History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3112
Type: Task Task
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Get available builds and duration of each step

Created: 08/Jan/18 12:27 AM   Updated: 15/Jan/18 11:15 PM
Component/s: None
Affects Version/s: 7.0.30
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
 Is it possible to get all of available builds of a configuration, and then display the duration of each step in each build?
 
 Thank you in advance,
ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [13/Jan/18 01:20 AM]
Do you want to do this via GUI or RESTful api? For GUI, you can navigate to each build in build history and check the step status to find the duration. For RESTful api, the build resource can give you desired builds together with duration of all steps.

Phong Trinh [15/Jan/18 03:38 PM]
Thank you for your response.
I would like to do it via groovy script or RESTful.

Robin Shen [15/Jan/18 11:15 PM]
It is already possible with current RESTful API. Just get a build resource and check its step relevant data:
https://wiki.pmease.com/display/QB80/Interact+with+Builds