getComponentsObjects

getComponentsObjects

We've encountered an issue exporting this macro. Please try exporting again later.

Syntax

getComponentsObjects(projectKey)

Package

Alias

Pkg Usage

Description

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

Parameters

Parameter name

Type

Required

Description

projectKey

String

Yes

Project key.

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

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.