Uses of Interface
org.squashtest.csp.tm.domain.bugtracker.IssueDetector

Packages that use IssueDetector
org.squashtest.csp.tm.domain.bugtracker   
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service.bugtracker   
org.squashtest.csp.tm.service   
 

Uses of IssueDetector in org.squashtest.csp.tm.domain.bugtracker
 

Methods in org.squashtest.csp.tm.domain.bugtracker that return IssueDetector
 IssueDetector IssueOwnership.getOwner()
           
 

Constructors in org.squashtest.csp.tm.domain.bugtracker with parameters of type IssueDetector
IssueOwnership(ISSUE issue, IssueDetector owner)
           
 

Uses of IssueDetector in org.squashtest.csp.tm.domain.execution
 

Classes in org.squashtest.csp.tm.domain.execution that implement IssueDetector
 class Execution
           
 class ExecutionStep
           
 

Uses of IssueDetector in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type IssueDetector
 List<IssueDetector> ExecutionDao.findAllIssueDetectorsForExecution(Long execId)
           
 

Uses of IssueDetector in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate with type parameters of type IssueDetector
protected
<X extends IssueDetector>
List<IssueOwnership<Issue>>
HibernateIssueDao.findIssueOwnerOfClass(List<Long> issueIds, Class<X> concreteClass)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type IssueDetector
 List<IssueDetector> HibernateExecutionDao.findAllIssueDetectorsForExecution(Long execId)
           
 

Uses of IssueDetector in org.squashtest.csp.tm.internal.service.bugtracker
 

Methods in org.squashtest.csp.tm.internal.service.bugtracker with parameters of type IssueDetector
 void BugTrackersLocalServiceImpl.attachIssue(IssueDetector bugged, String remoteIssueKey)
           
 org.squashtest.csp.core.bugtracker.domain.BTIssue BugTrackersLocalServiceImpl.createIssue(IssueDetector entity, org.squashtest.csp.core.bugtracker.domain.BTIssue btIssue)
           
 

Uses of IssueDetector in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service with parameters of type IssueDetector
 void BugTrackersLocalService.attachIssue(IssueDetector bugged, String remoteIssueKey)
          Will attach an existing issue to the issue detector
 org.squashtest.csp.core.bugtracker.domain.BTIssue BugTrackersLocalService.createIssue(IssueDetector entity, org.squashtest.csp.core.bugtracker.domain.BTIssue issue)
          adds a new Issue to the entity.
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.