public sealed class BuildProvenance : IMessage<BuildProvenance>, IEquatable<BuildProvenance>, IDeepCloneable<BuildProvenance>, IBufferMessage, IMessage
Provenance of a build. Contains all information needed to verify the full
details about the build from source to completion.
E-mail address of the user who initiated this build. Note that this was the
user's e-mail address at the time the build was initiated; this address may
not represent the same end-user for all time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBuildProvenance\u003c/code\u003e class, part of Grafeas.V1, provides detailed information about a build's origin and process, including the full details needed to verify a build from its source to completion.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 3.7.0, and there are several previous versions available, starting from version 2.2.0, all of which have documentation accessible through provided links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBuildProvenance\u003c/code\u003e is designed to implement several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with \u003ccode\u003eObject\u003c/code\u003e as its base class.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains several properties such as \u003ccode\u003eBuilderVersion\u003c/code\u003e, \u003ccode\u003eBuildOptions\u003c/code\u003e, \u003ccode\u003eBuiltArtifacts\u003c/code\u003e, and \u003ccode\u003eCommands\u003c/code\u003e, which allow for capturing various aspects of the build, such as version of the builder, special options, output artifacts and command list.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains properties which allow for the recording of when the build was created, started and ended, through the properties \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e and \u003ccode\u003eEndTime\u003c/code\u003e, as well as who created the build, the project it was run in, and where the build logs are stored, through the \u003ccode\u003eCreator\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, and \u003ccode\u003eLogsUri\u003c/code\u003e properties.\u003c/p\u003e\n"]]],[],null,[]]