Class IssueTableClient.ClientIssueTableServiceOutcome
java.lang.Object
com.atlassian.jira.functest.framework.util.IssueTableClient.ClientIssueTableServiceOutcome
- Enclosing class:
IssueTableClient
Temp class to add default constructor to get response working TODO: add default constructor to
IssueTableServiceOutcome and remove this
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientIssueTableServiceOutcome
(IssueTable issueTable, Collection<String> warnings) -
Method Summary
-
Field Details
-
issueTable
-
warnings
-
-
Constructor Details
-
ClientIssueTableServiceOutcome
public ClientIssueTableServiceOutcome() -
ClientIssueTableServiceOutcome
-
-
Method Details
-
getIssueTable
-
getWarnings
- Returns:
- All warnings that were generated while processing the request, e.g. "The value 'foo' does not exist for the field 'reporter'."
-