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

Key: QB-487
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 4
Watchers: 0
Operations

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

Control the progress bar by reporting accurate values in several stages of the build

Created: 20/Dec/09 05:28 AM   Updated: 05/May/17 10:23 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide

 All   Comments   Work Log   Change History      Sort Order:
Jonasz Wojcik [05/May/17 10:23 AM]
Script API for get and set build progress bar

example:
void build.setProgress(java.lang.Integer)
java.lang.Integer build.getProgress()

add 5%
build.setProgress(build.getProgress()+5)

set 50% progres
build.setProgress(50)