/
getComponentsObjects
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
, multiple selections available,
Related content
getComponentsObjects
getComponentsObjects
More like this
getComponents
getComponents
More like this
getComponent
getComponent
More like this
getComponent
getComponent
More like this
getProjectComponentLead
getProjectComponentLead
More like this
getProjectComponentLead
getProjectComponentLead
More like this