Skip to end of banner
Go to start of banner

getVersions

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 Next »

Description

Returns all the project versions.

Parameters

Return Type

String []

All the project components names, as returned by the underlying Jira layer.

Example

admGetProjectVersions("TP");

Returns a String[] containing the project versions names.

use "adm"; //to announce the package usage
getVersions("TP");

Specify adm to use the getVersions naming.

Returns a String[] containing the project versions names.

See also

  • No labels