public interface DefectService extends QTestService
| Modifier and Type | Method and Description |
|---|---|
Defect |
addComment(CreateObjectCommentRequest createObjectCommentRequest)
Creates defect comment from the given request.
|
Defect |
createDefect(CreateDefectRequest createDefectRequest)
Creates defect from the given
CreateDefectRequest instance. |
setEndpoint, shutdownDefect createDefect(CreateDefectRequest createDefectRequest) throws AuthServiceException
CreateDefectRequest instance.createDefectRequest - the given CreateDefectRequest instance.Defect instance.AuthServiceException - if an error occurs during creating request.Defect addComment(CreateObjectCommentRequest createObjectCommentRequest) throws AuthServiceException
createObjectCommentRequest - the given CreateObjectCommentRequest instance.Defect instance.AuthServiceException - if an error occurs during creating defect comment.