getVersionsObjects
We've encountered an issue exporting this macro. Please try exporting again later.
Syntax | getVersionsObjects(pkey) | Package | |
Alias | Pkg Usage |
Description
Returns all the project versions as an array of JVersion structures.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
pKey | String | Yes | Project key. |
Return Type
Example
JVersion [] verObjs = getVersionsObjects("TP"); //projectKey as parameter
for(JVersion ver in verObjs) {
runnerLog(ver.name);
runnerLog(ver.releaseDate);
}Returns an array of JVersion structures containing all the project versions.
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.