<< Back to previous view

[QB-487] Control the progress bar by reporting accurate values in several stages of the build
Created: 20/Dec/09  Updated: 05/May/17

Status: Open
Project: QuickBuild
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major
Reporter: Robin Shen Assigned To: Robin Shen
Resolution: Unresolved Votes: 4
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown


 Description   
Refer to forum post: http://forum.pmease.com/viewtopic.php?f=1&t=873

 Comments   
Comment by 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)

Generated at Fri Apr 19 10:38:36 UTC 2024 using JIRA 189.