Class IssueReportRequest
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest
A request to report an issue with some boards.
- Author:
- Donal Fellows
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDescribes a board that has an issue.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionList<@Valid IssueReportRequest.ReportedBoard>Describes the boards that have the issue.@NotBlank(message="an issue description must be given") StringWhat the problem is believed to be.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
issue@NotBlank(message="an issue description must be given") public @NotBlank(message="an issue description must be given") String issueWhat the problem is believed to be.
- 
boardsDescribes the boards that have the issue.
 
- 
- 
Constructor Details- 
IssueReportRequestpublic IssueReportRequest()
 
-