Class Project
Represents Project version.
Inherited Members
Namespace: Unity.PerformanceTesting.Data
Assembly: Unity.PerformanceTesting.dll
Syntax
public class Project
Fields
Branch
Commit branch.
Declaration
public string Branch
Field Value
Type | Description |
---|---|
string |
Changeset
Commit changeset.
Declaration
public string Changeset
Field Value
Type | Description |
---|---|
string |
Date
Commit datetime in Unix Epoch milliseconds format.
Declaration
public int Date
Field Value
Type | Description |
---|---|
int |
Name
Name of the project.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Version
Version of the project unrelated to changeset e.g. package version.
Declaration
public string Version
Field Value
Type | Description |
---|---|
string |