Skip to end of banner
Go to start of banner

getScheduledJobKeys

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

Availability

This routine is available since Power Scripts for JIRA (formerly known as JJUPIN) 3.0.8 .

Syntax:

getScheduledJobKeys()

Description:

Returns the list of scheduled jobs keys.

 

Return type:

string[]

Returns the list of the scheduled job keys .

Example:

runnerLog("The job keys are : " + getScheduledJobKeys());

The example above will return the list of all scheduled job keys created.

 

See Also:

 

  • No labels