Versions Compared

Key

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

...

NameDescriptionTypeUsage Example
IdA unique Integer allocated automatically to this buildString$Build.Id$"10"
VersionThe A placeholder object for the build version. This is derived from the configuration 'Version Format String' field on the configuration details tabVersion$Build.Version.Default.Major$"1"
StartedByThe username of the user who initiated the buildString$Build.StartedBy$"peter.toms@finalbuilder.com"
IsFeatureBranchBuildUtilized via build triggers, this descriptor is set to true when a build is triggered on a non-default branchBoolean$Build.IsFeatureBranchBuild$true
BuildNumberAn incremental number allocated to this build (The first build will be build number 0)Numeric$Build.BuildNumber$100
MetricsA reference to the metrics object related to this build (defined below).Metrics$Build.Metrics$N/A
HasNewChangesDoes this build contain any new Changesets (which Continua has not yet seen)Boolean$Build.HasNewChanges$true
LinkUrlBuild details UrlString$Build.LinkUrl$"http:\\SERVERNAME\New_Project_1\ci\builds\view\123"

...

NameDescriptionTypeUsage Example
FixtureCountThe total number of compiler warnings for the current build (eg msbuild or Visual Studio build warnings)Integer$Build.Metrics.UnitTests.FixtureCount$5
CaseCountThe total number of compiler errors for the current build (eg msbuild or Visual Studio build errors)Integer$Build.Metrics.UnitTests.CaseCount$5
PassedA placeholder object for the Unit Test Metric detailsInteger$Build.Metrics.UnitTests.Passed$10
FailedThe number of failed testsInteger$Build.Metrics.UnitTests.Failed$5
ErrorThe number of tests in errorInteger$Build.Metrics.UnitTests.Error$1
NotRunThe number of tests not runInteger$Build.Metrics.UnitTests.NotRun$1
InconclusiveThe number of inconclusive testsInteger$Build.Metrics.UnitTests.Inconclusive$1
IgnoredThe number of ignored testsInteger$Build.Metrics.UnitTests.Ignored$1
InvalidThe number of invalid testsInteger$Build.Metrics.UnitTests.Invalid$1
SkippedThe number of skipped testsInteger$Build.Metrics.UnitTests.Skipped$1

Version (used by

...

$Build.Version)

 
NameDescriptionTypeUsage Example
MajorThe integer that denotes the current version major portion of the version numberInteger $Build.Version.Major$ 
MinorThe integer that denotes the current version Minor portionversion minor portion of the version numberInteger $Build.Version.Minor$ 
BuildThe integer that denotes the current version Build portionversion build portion of the version numberInteger $Build.Version.Build$ 
RevisionThe integer that denotes the current version Revision portionversion revision portion of the version numberInteger $Build.Version.Revision$