Changeset Tag Object

A child of the Changeset Object and an item in the Changeset Tags Collection, the changeset tag object describes each item under $Source.RepoName.Changesets.First().Tags


Name Description Type Usage Example
Id A unique identifier given to this changeset tag String $Source.RepoName.BuiltChangeset.Tags.First().Id$ "a4ae66dffe5342e47c3aaf987bced4e9a320559e"
Message The message or comment associated with this changeset tag String $Source.RepoName.BuiltChangeset.Tags.First().Message$ "This is a new tag was created by Johno"
Name The name of the tag String $Source.RepoName.BuiltChangeset.Tags.First().Name$ "Tag1"
TaggerEmail The email address of the repository user who tagged the commit String $Source.RepoName.BuiltChangeset.Tags.First().TaggerEmail$ "john@company.com"
TaggerName The username of the repository user who tagged the commit String $Source.RepoName.BuiltChangeset.Tags.First().TaggerName$ "johno"
Modified The date and time when the changeset tag was committed or last modified DateTime $Source.RepoName.BuiltChangeset.Tags.First().Modified$ "11/09/2014 1:48:36 AM"