You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The build summary object is a child object to a $Configuration object with full properties as used some expandable server-side fields - see Configuration Object.  This object describes the properties under $Configuration.LastBuild and $Configuration.LastFinishedBuild.

NameDescriptionTypeUsage Example
ArtifactCountThe number of artifacts registered with the buildInteger$Configuration.LastBuild.ArtifactCount$
BranchesThe number of repository branches associated with the buildInteger$Configuration.LastBuild.Branches$
BuildNumberA zero-based auto-incremented integer allocated to the build (the first build will be build 0, the second build 1, etc)Integer$Configuration.LastBuild.BuildNumber$
ChangesetCountThe number of repository changesets associated with the buildInteger$Configuration.LastBuild.ChangesetCount$
CreatedThe date/time that the build was initiatedDateTime$Configuration.LastBuild.Created$
FinishedThe date/time that the build finishedDateTime$Configuration.LastBuild.Finished$
FirstTagNameThe name of the first user build tag (i.e. not changeset tag) associated with the buildString$Configuration.LastBuild.FirstTagName$
HasErroredStagesTrue when an error has been logged in any of the build stagesBoolean$Configuration.LastBuild.HasErroredStages$
HasFailedStagesTrue when any of the build stages has failedBoolean$Configuration.LastBuild.HasFailedStages$
HasSuccessfulStagesTrue when any of the build stages has been successfulBoolean$Configuration.LastBuild.HasSuccessfulStages$
HasWarningsTrue when a warning has been logged in any of the build stages Boolean$Configuration.LastBuild.HasWarnings$
IdA unique integer allocated automatically to this buildInteger$Configuration.LastBuild.Id$
IsPinnedTrue when the build has been pinned by a userBoolean$Configuration.LastBuild.IsPinned$
PinCommentThe contents of any commentString$Configuration.LastBuild.PinComment$
PinnedThe date/time when the build was pinnedDateTime$Configuration.LastBuild.Pinned$
PinnedByThe user who pinned the buildUser$Configuration.LastBuild.PinnedBy$
StartedThe date/time when the first build stage started executingDateTime$Configuration.LastBuild.Started$
StartedByThe any user who started the buildUser$Configuration.LastBuild.StartedBy$
StateA value indicating the current status of the buildString$Configuration.LastBuild.State$
SummaryStateA value summarising the current status of the buildString$Configuration.LastBuild.SummaryState$
TagCountThe number of user build tags (i.e. not changeset tags) associated with the buildInteger$Configuration.LastBuild.TagCount$
TriggerNameThe name of any trigger that started the buildString$Configuration.LastBuild.TriggerName$
VersionA reference to the build versionVersion$Configuration.LastBuild.Version$
  • No labels