getVersionsObjects

getVersionsObjects

Description

Returns all the project versions as an array of JVersion structures.

Parameters

Return Type

JVersion []

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

Peacock

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.