getComponentsObjects
     
    
Description
Returns all the project components as an array of JComponent structures.
Parameters
Return Type
Example
JComponent [] compObjs = getComponentsObjects("TP"); //projectKey as parameter
for(JComponent comp in comObjs) {
    runnerLog(comp.name);
    runnerLog(comp.lead);
}Returns an array of JComponent structures containing all the project components.
See also
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
