IReleaseManagementInfo Interface
Description
Represents a release or cycle.
Public Properties
Public Property DaysLeftReturns the number of days remaining in the cycle or release.
Public Property DurationReturns the duration of the cycle or release.
Public Property StartedChecks if the cycle or release has begun.
Public Property TotalTestInstancesReturns the total number of test instances in this cycle or release.
Public Property UnexecutedTestInstancesReturns the number of unexecuted test instances in this cycle or release.
See Also