RunUpdateModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class RunUpdateModel
type RunUpdateModel = class
Public Class RunUpdateModel
- Inheritance
-
RunUpdateModel
- Attributes
Constructors
Properties
| Build |
An abstracted reference to the build that it belongs. |
| BuildDropLocation | |
| BuildFlavor | |
| BuildPlatform | |
| Comment |
Comments entered by those analyzing the run. |
| CompletedDate |
Completed date time of the run. |
| Controller |
Name of the test controller used for automated run. |
| DeleteInProgressResults | |
| DtlAutEnvironment |
An abstracted reference to DtlAutEnvironment. |
| DtlEnvironment |
An abstracted reference to DtlEnvironment. |
| DtlEnvironmentDetails | |
| DueDate |
Due date and time for test run. |
| ErrorMessage |
Error message associated with the run. |
| Iteration |
The iteration in which to create the run. |
| LogEntries |
Log entries associated with the run. Use a comma-separated list of multiple log entry objects. { logEntry }, { logEntry }, ... |
| Name |
Name of the test run. |
| ReleaseEnvironmentUri | |
| ReleaseUri | |
| SourceWorkflow | |
| StartedDate |
Start date time of the run. |
| State |
The state of the test run Below are the valid values - NotStarted, InProgress, Completed, Aborted, Waiting |
| Substate | |
| TestEnvironmentId | |
| TestSettings |
An abstracted reference to test setting resource. |