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

The Bamboo ${plan} entity provides information about the plan within a notification.

Shape

 Plan shape (JSON)
{
  "averageBuildDuration": "<the average duration of the recent builds>",
  "buildKey: "<the build's unique key>",
  "buildName": "<the build specific portion of the name>",
  "currentStatus": "<a string key as to what the status is>",
  "description": "<the instant messaging content>",
  "firstBuildNumber": "<the number of the first build>",
  "id": "<the database id of the plan>",
  "key": "<the plan's unique key>",
  "lastBuildNumber": "<the number of the latest build>"
}


ContextBamboo
Since1.3
Status

STABLE


The Bamboo ${plan} entity returns the following JSON shape:

 Plan shape (JSON)
{
  "averageBuildDuration": "<the average duration of the recent builds>",
  "buildKey: "<the build's unique key>",
  "buildName": "<the build specific portion of the name>",
  "currentStatus": "<a string key as to what the status is>",
  "description": "<the instant messaging content>",
  "firstBuildNumber": "<the number of the first build>",
  "id": "<the database id of the plan>",
  "key": "<the plan's unique key>",
  "lastBuildNumber": "<the number of the latest build>"
}



  • No labels