public interface IBug extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
String |
assignedTo()
The name of the user to whom the defect is assigned.
|
void |
assignedTo(String pVal)
The name of the user to whom the defect is assigned.
|
IList |
changeLinks()
Obsolete.
|
Object |
changeLinks(int index) |
String |
detectedBy()
The name of the user who detected the defect.
|
void |
detectedBy(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()
For HP use.
|
String |
priority()
The defect priority.
|
void |
priority(String pVal)
The defect priority.
|
String |
project()
The testing project to which the defect belongs.
|
void |
project(String pVal)
The testing project to which the defect belongs.
|
String |
status()
The defect status.
|
void |
status(String pVal)
The defect status.
|
String |
summary()
A short description of the defect.
|
void |
summary(String pVal)
A short description of the defect.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String status()
The defect status.
Getter method for the COM property "Status"
void status(String pVal)
The defect status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.String project()
The testing project to which the defect belongs.
Getter method for the COM property "Project"
void project(String pVal)
The testing project to which the defect belongs.
Setter method for the COM property "Project"
pVal
- Mandatory java.lang.String parameter.String summary()
A short description of the defect.
Getter method for the COM property "Summary"
void summary(String pVal)
A short description of the defect.
Setter method for the COM property "Summary"
pVal
- Mandatory java.lang.String parameter.String priority()
The defect priority.
Getter method for the COM property "Priority"
void priority(String pVal)
The defect priority.
Setter method for the COM property "Priority"
pVal
- Mandatory java.lang.String parameter.String detectedBy()
The name of the user who detected the defect.
Getter method for the COM property "DetectedBy"
void detectedBy(String pVal)
The name of the user who detected the defect.
Setter method for the COM property "DetectedBy"
pVal
- Mandatory java.lang.String parameter.String assignedTo()
The name of the user to whom the defect is assigned.
Getter method for the COM property "AssignedTo"
void assignedTo(String pVal)
The name of the user to whom the defect is assigned.
Setter method for the COM property "AssignedTo"
pVal
- Mandatory java.lang.String parameter.IList findSimilarBugs(@DefaultValue(value="10") int similarityRatio)
Searches the defect summaries for similarities to this defect.
similarityRatio
- Optional parameter. Default value is 10boolean hasChange()
For HP use. Checks if the bug has a change record associated with it.
Getter method for the COM property "HasChange"
IList changeLinks()
Obsolete. Do not call this method.
Getter method for the COM property "ChangeLinks"
Object changeLinks(int index)
Copyright © 2020. All rights reserved.