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

Key: QB-3017
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Vadim Volkov
Votes: 0
Watchers: 0
Operations

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

vars.getAll returns empty collection

Created: 20/Jul/17 06:41 AM   Updated: 22/Jul/17 01:09 AM
Component/s: None
Affects Version/s: 7.0.17
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: java version "1.8.0_131", Ubuntu 16.04.2 LTS


 Description  « Hide
Following script outputs "All vars: []" to log instead of list of variable names and values
Configuration have several variables and they are accesible through vars.get(<name>).getValue()

groovy:
import com.pmease.quickbuild.variable.VariableWrapper
for (VariableWrapper var : vars.getAll()) {
    logger.info(var.getName())
    logger.info(var.getValue())
}
logger.info("All vars: " + vars.getAll())

 All   Comments   Work Log   Change History      Sort Order:
Change by Robin Shen [20/Jul/17 11:49 PM]
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Won't Fix [ 2 ]