Skip to end of banner
Go to start of banner

getVersionsObjects

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

« Previous Version 3 Current »

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

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels