Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titlePlan shape (JSON)
Code Block
languagejs
{
  "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>"
}