Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typeflat
separatorpipe
printablefalse

Overview

Provides information about Map collections, which are collections of information with a key/value relationship.

Details

Name:

Map Supplier

Prefix:

map(optional)

Supported Content:

Maps

Provided By:

Reporting for Confluence

Supported Keys

The following are the list List of keys which that this supplier will return returns a value for.

Key

Content Types

Return Type

Description

[key value]

Maps

anything

Simply returns the item stored with the supplied key, which could be pretty much anything.

@all

Maps

List of Entries

(Since 2.0.0) Returns

Returns the complete list of entries in the map.

Status
colourBlue
titleFrom v2.

If you actually want

0.0

Info

For the key value called '@all',

you can escape it by doubling the

add a second '@'

. I.e. put 

and use '@@all'

.

for your key value.

Examples

Output all entries in a map

{report-table}{local-reporter:my map > @all}  {text-sort:entry:key}{local-reporter} {report-column:title=Key}{report-info:entry:key}{report-column}{report-column:title=Value}{report-info:entry:value}{report-column} {report-empty}_No entries are available._{report-empty} {report-table}