Interface IVCS2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkInAndOverrideLastVersion(java.lang.String comment)
Overrides the last version and performs a check-in.IList
versionsEx2()
Returns a list of references to IVersionEntity.java.lang.Object
versionsEx2(int index)
java.lang.String
versionsRelationsToBaselines()
For HP use.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IVCS
addObjectToVcs, checkIn, checkInEx, checkOut, checkoutInfo, clearView, currentVersion, deleteObjectFromVCS, isCheckedOut, isLocked, lockedBy, lockVcsObject, refresh, setCurrentVersion, undoCheckout, version, versionInfo, versions, versions, versionsEx, versionsEx, viewVersion
-
-
-
-
Method Detail
-
checkInAndOverrideLastVersion
void checkInAndOverrideLastVersion(java.lang.String comment)
Overrides the last version and performs a check-in. The version number is not promoted.
- Parameters:
comment
- Mandatory java.lang.String parameter.
-
versionsEx2
IList versionsEx2()
Returns a list of references to IVersionEntity.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
versionsEx2
java.lang.Object versionsEx2(int index)
-
versionsRelationsToBaselines
java.lang.String versionsRelationsToBaselines()
For HP use. Get xml than details for each version in which baselines it participates.
- Returns:
- Returns a value of type java.lang.String
-
-