com.tszadel.qctools4j.model
Interface IQcModelWithAttachments

All Superinterfaces:
IQcModel
All Known Implementing Classes:
Bug, Step, Test, TestStep

public interface IQcModelWithAttachments
extends IQcModel

A model that supports attachments.

Author:
tszadel

Method Summary
 List<Attachment> getAttachments()
          Returns the attachments.
 

Method Detail

getAttachments

List<Attachment> getAttachments()
Returns the attachments.

Returns:
The attachments.