Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionTypeUsage Example
Compiler.WarningThe total number of compiler warnings for the current build (eg msbuild or Visual Studio build warnings)Integer$Build.Metrics.Compiler.Warning$5
Compiler.ErrorThe total number of compiler errors for the current build (eg msbuild or Visual Studio build errors)Integer$Build.Metrics.Compiler.Error$5
Unit TestsA placeholder reference object for the Unit Test Metric detailsUnit Tests$Build.Metrics.UnitTests.Passed$10

...