Package step.repository.alm.otaclient
Interface IVersionItem2
-
- All Superinterfaces:
com4j.Com4jObject
,IVersionItem
public interface IVersionItem2 extends IVersionItem
For HP use. Information on a specific version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
baselines()
The list of IBaseline objects to which this version belongs.java.lang.Object
baselines(int index)
java.lang.Object
dateEx()
The check-in date and time using the server's time.
-
-
-
Method Detail
-
dateEx
java.lang.Object dateEx()
The check-in date and time using the server's time.
Getter method for the COM property "DateEx"
- Returns:
- Returns a value of type java.lang.Object
-
baselines
IList baselines()
The list of IBaseline objects to which this version belongs.
Getter method for the COM property "Baselines"
- Returns:
- Returns a value of type otaclient.IList
-
baselines
java.lang.Object baselines(int index)
-
-