public interface IssueDetector
| Modifier and Type | Method and Description |
|---|---|
void |
detachIssue(Long id)
removes the link between an issue and its issue detector.
|
List<Long> |
getAllIssueListId() |
org.squashtest.csp.core.bugtracker.domain.BugTracker |
getBugTracker() |
IssueList |
getIssueList() |
Long |
getIssueListId() |
Project |
getProject()
will return the (Squash) project that entity belongs to
|
IssueList getIssueList()
Project getProject()
org.squashtest.csp.core.bugtracker.domain.BugTracker getBugTracker()
NoBugTrackerBindingException - if no BugTracker is foundLong getIssueListId()
List<Long> getAllIssueListId()
void detachIssue(Long id)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.