2using System.ComponentModel.DataAnnotations;
27#pragma warning disable CA1056
28 public string?
Url {
get;
set; }
29#pragma warning restore CA1056
51 throw new ArgumentNullException(nameof(copy));
Layer of test merge data required internally.
TestMergeModelBase(TestMergeModelBase copy)
Initializes a new instance of the TestMergeModelBase class.
TestMergeModelBase()
Initializes a new instance of the TestMergeModelBase class.
string? Url
The URL of the test merge source.
string? BodyAtMerge
The body of the test merge source.
string? Author
The author of the test merge source.
string? TitleAtMerge
The title of the test merge source.
Parameters for creating a TestMerge.
virtual ? string TargetCommitSha
The sha of the test merge revision to merge. If not specified, the latest commit from the source will...
string? Comment
Optional comment about the test.
int Number
The number of the test merge source.
@ Required
DMAPI validation must suceed for the deployment to succeed.