org.squashtest.csp.tm.domain.bugtracker
Class IssueOwnership<ISSUE>
java.lang.Object
org.squashtest.csp.tm.domain.bugtracker.IssueOwnership<ISSUE>
- Type Parameters:
ISSUE - can be pretty much anything you need to pair with a bugged thing actually.
public class IssueOwnership<ISSUE>
- extends Object
Mainly used to pair a Bugged entity with an issue together.
- Author:
- bsiri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueOwnership
public IssueOwnership(ISSUE issue,
IssueDetector owner)
getOwner
public IssueDetector getOwner()
getIssue
public ISSUE getIssue()
getExecution
public Execution getExecution()
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.