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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Describes a board that has an issue. -
Field Summary
FieldsModifier and TypeFieldDescriptionList<@Valid IssueReportRequest.ReportedBoard>
Describes the boards that have the issue.@NotBlank(message="an issue description must be given") String
What the problem is believed to be. -
Constructor Summary
Constructors -
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. -
boards
Describes the boards that have the issue.
-
-
Constructor Details
-
IssueReportRequest
public IssueReportRequest()
-