Class Build
Inheritance
System.Object
Build
Assembly: LymeTemplateApi.Console.dll
Syntax
public class Build : object
Constructors
Build()
Declaration
Properties
BuildTypeId
Declaration
public string BuildTypeId { get; set; }
Property Value
Type |
Description |
System.String |
|
GatheredChanges
This is not part of the incoming model. This is the gathered
result set of changes that the ChangeLogDataGatherer processes.
Declaration
public IList<ChangeDetails> GatheredChanges { get; set; }
Property Value
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Number
Declaration
public string Number { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Type |
Description |
System.String |
|