Interface IBug
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
- All Known Subinterfaces:
IBug2
public interface IBug extends IBaseFieldExMail
Represents a defect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
assignedTo()
The name of the user to whom the defect is assigned.void
assignedTo(java.lang.String pVal)
The name of the user to whom the defect is assigned.IList
changeLinks()
Obsolete.java.lang.Object
changeLinks(int index)
java.lang.String
detectedBy()
The name of the user who detected the defect.void
detectedBy(java.lang.String pVal)
The name of the user who detected the defect.IList
findSimilarBugs(int similarityRatio)
Searches the defect summaries for similarities to this defect.boolean
hasChange()
Obsolete.java.lang.String
priority()
The defect priority.void
priority(java.lang.String pVal)
The defect priority.java.lang.String
project()
The testing project to which the defect belongs.void
project(java.lang.String pVal)
The testing project to which the defect belongs.java.lang.String
status()
The defect status.void
status(java.lang.String pVal)
The defect status.java.lang.String
summary()
A short description of the defect.void
summary(java.lang.String pVal)
A short description of the defect.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
status
java.lang.String status()
The defect status.
Getter method for the COM property "Status"
- Returns:
- Returns a value of type java.lang.String
-
status
void status(java.lang.String pVal)
The defect status.
Setter method for the COM property "Status"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
project
java.lang.String project()
The testing project to which the defect belongs.
Getter method for the COM property "Project"
- Returns:
- Returns a value of type java.lang.String
-
project
void project(java.lang.String pVal)
The testing project to which the defect belongs.
Setter method for the COM property "Project"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
summary
java.lang.String summary()
A short description of the defect.
Getter method for the COM property "Summary"
- Returns:
- Returns a value of type java.lang.String
-
summary
void summary(java.lang.String pVal)
A short description of the defect.
Setter method for the COM property "Summary"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
priority
java.lang.String priority()
The defect priority.
Getter method for the COM property "Priority"
- Returns:
- Returns a value of type java.lang.String
-
priority
void priority(java.lang.String pVal)
The defect priority.
Setter method for the COM property "Priority"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
detectedBy
java.lang.String detectedBy()
The name of the user who detected the defect.
Getter method for the COM property "DetectedBy"
- Returns:
- Returns a value of type java.lang.String
-
detectedBy
void detectedBy(java.lang.String pVal)
The name of the user who detected the defect.
Setter method for the COM property "DetectedBy"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
assignedTo
java.lang.String assignedTo()
The name of the user to whom the defect is assigned.
Getter method for the COM property "AssignedTo"
- Returns:
- Returns a value of type java.lang.String
-
assignedTo
void assignedTo(java.lang.String pVal)
The name of the user to whom the defect is assigned.
Setter method for the COM property "AssignedTo"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
findSimilarBugs
IList findSimilarBugs(@DefaultValue("10") int similarityRatio)
Searches the defect summaries for similarities to this defect.
- Parameters:
similarityRatio
- Optional parameter. Default value is 10- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
hasChange
boolean hasChange()
Obsolete. Do not invoke.
Getter method for the COM property "HasChange"
- Returns:
- Returns a value of type boolean
-
changeLinks
IList changeLinks()
Obsolete. Do not invoke.
Getter method for the COM property "ChangeLinks"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
changeLinks
java.lang.Object changeLinks(int index)
-
-