Interface IReleaseFactory2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IReleaseFactory
public interface IReleaseFactory2 extends IReleaseFactory
Services for managing releases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
pasteReleaseFromTemplate(java.lang.String clipboardData, java.lang.String targetParentId)
Paste the release and rename it.-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IReleaseFactory
buildCoverageGraph
-
-
-
-
Method Detail
-
pasteReleaseFromTemplate
com4j.Com4jObject pasteReleaseFromTemplate(java.lang.String clipboardData, java.lang.String targetParentId)
Paste the release and rename it.
- Parameters:
clipboardData
- Mandatory java.lang.String parameter.targetParentId
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-