public interface IReleaseManagementInfo
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
daysLeft()
Returns the number of days remaining in the cycle or release.
|
int |
duration()
Returns the duration of the cycle or release.
|
boolean |
started()
Checks if the cycle or release has begun.
|
int |
totalTestInstances()
Returns the total number of test instances in this cycle or release.
|
int |
unexecutedTestInstances()
Returns the number of unexecuted test instances in this cycle or release.
|
int duration()
Returns the duration of the cycle or release.
Getter method for the COM property "Duration"
int daysLeft()
Returns the number of days remaining in the cycle or release.
Getter method for the COM property "DaysLeft"
int totalTestInstances()
Returns the total number of test instances in this cycle or release.
Getter method for the COM property "TotalTestInstances"
int unexecutedTestInstances()
Returns the number of unexecuted test instances in this cycle or release.
Getter method for the COM property "UnexecutedTestInstances"
boolean started()
Checks if the cycle or release has begun.
Getter method for the COM property "Started"
Copyright © 2020. All rights reserved.