Skip to end of banner
Go to start of banner

getAllBoards

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

Description

Retrieves a list of all boards within a project or system, offering an overview of the available boards and their respective purposes.

Return Type

JBoard []

Returns all the boards it can find.

Example

JBoard [] boards = getAllBoards();
for(JBoard b in boards) {
    runnerLog("Id: " + b.id); 
   runnerLog("Name: " + b.name);
}

See also

  • No labels