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 ${resultsSummary} entity provides information about the build result within a notification.

Shape

ResultsSummary shape (JSON)
{
  "buildAgentId": "<the id of the latest agent that built the result>",
  "buildCancelledDate": "<when the build was cancelled>",
  "buildCompletedDate": "<when the build finished>",
  "buildDate": "<>",
  "buildNumber": "<>",
  "buildTime": "<>",
  "changesListSummary": "<>",
  "duration": "<the duration of the build in milliseconds>",
  "durationDescription": "<the duration in a 'pretty' format>",
  "formatVersion": "<>",
  "id": "<>",
  "logSize": "<the size of the log file associated with this result>",
  "processingDuration": "<>",
  "processingDurationDescription": "<>",
  "queueTime": "<>",
  "reasonSummary": "<>",
  "relativeBuildDate": "<>",
  "relativeBuildStartedDate": "<the relative started time (duration) compared to current date>",
  "relativeQueueDate": "<>",
  "restartCount": "<>",
  "shortReasonSummary": "<>",
  "testSummary": "<>",
  "timeToFix": "<the stored version of how long (milli seconds) it took for this build to fix a failure>"
}

ContextBamboo
Since1.3
Status

STABLE


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

ResultsSummary shape (JSON)
{
  "buildAgentId": "<the id of the latest agent that built the result>",
  "buildCancelledDate": "<when the build was cancelled>",
  "buildCompletedDate": "<when the build finished>",
  "buildDate": "<>",
  "buildNumber": "<>",
  "buildTime": "<>",
  "changesListSummary": "<>",
  "duration": "<the duration of the build in milliseconds>",
  "durationDescription": "<the duration in a 'pretty' format>",
  "formatVersion": "<>",
  "id": "<>",
  "logSize": "<the size of the log file associated with this result>",
  "processingDuration": "<>",
  "processingDurationDescription": "<>",
  "queueTime": "<>",
  "reasonSummary": "<>",
  "relativeBuildDate": "<>",
  "relativeBuildStartedDate": "<the relative started time (duration) compared to current date>",
  "relativeQueueDate": "<>",
  "restartCount": "<>",
  "shortReasonSummary": "<>",
  "testSummary": "<>",
  "timeToFix": "<the stored version of how long (milli seconds) it took for this build to fix a failure>"
}

  • No labels