Class IssueReportRequest

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest

public class IssueReportRequest extends Object
A request to report an issue with some boards.
Author:
Donal Fellows
  • Field Details

    • issue

      @NotBlank(message="an issue description must be given") public @NotBlank(message="an issue description must be given") String issue
      What the problem is believed to be.
    • boards

      public List<@Valid IssueReportRequest.ReportedBoard> boards
      Describes the boards that have the issue.
  • Constructor Details

    • IssueReportRequest

      public IssueReportRequest()