Skip to end of banner
Go to start of banner

getComponentsObjects

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Returns all the project components as an array of JComponent structures.

Parameters

Return Type

JComponent []

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

  • No labels