| Package | Description |
|---|---|
| org.squashtest.tm.domain.bugtracker | |
| org.squashtest.tm.domain.execution |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Issue,QIssue> |
QIssueList.issues |
| Modifier and Type | Method and Description |
|---|---|
Issue |
IssueList.findIssue(long issueId) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
IssueList.getAllIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueList.addIssue(Issue issue) |
void |
IssueList.removeIssue(Issue issue) |
| Constructor and Description |
|---|
QIssue(Class<? extends Issue> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QIssue(com.querydsl.core.types.Path<? extends Issue> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Issue,QIssue> |
QExecution.issues |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
Execution.getIssues() |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.