Interface IBug2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IBug
,IObjectLockingSupport
public interface IBug2 extends IBug
Represents a defect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
subjectId()
The ID of the Subject field.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBug
assignedTo, assignedTo, changeLinks, changeLinks, detectedBy, detectedBy, findSimilarBugs, hasChange, priority, priority, project, project, status, status, summary, summary
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-