org.squashtest.csp.tm.domain.bugtracker
Interface Bugged
- All Known Implementing Classes:
- Execution, ExecutionStep
public interface Bugged
getId
Long getId()
getIssueList
IssueList getIssueList()
- Returns:
- its IssueList
getProject
Project getProject()
- will return the (Squash) project that entity belongs to
- Returns:
- the project of that entity
getIssueListId
Long getIssueListId()
- Returns:
- the Id of its IssueList
getAllIssueListId
List<Long> getAllIssueListId()
- Returns:
- the list of ids of its own IssueList and the result of getAllIssueListIds of other Bugged entities to which that Bugged
is bound to.
getDefaultDescription
String getDefaultDescription()
- used to prefill a bug report
- Returns:
- a String representing the Description of a bug report.
getAllBuggeds
List<Bugged> getAllBuggeds()
- Returns:
- all the bugged entities to which that one is linked, including itself.
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.