Class ReportIssuesJsonRPCService

java.lang.Object
io.quarkus.devui.runtime.reportissues.ReportIssuesJsonRPCService

@Dependent public class ReportIssuesJsonRPCService extends Object
  • Field Details

    • reportURL

      @Inject String reportURL
  • Constructor Details

    • ReportIssuesJsonRPCService

      public ReportIssuesJsonRPCService()
  • Method Details

    • reportBug

      @JsonRpcDescription("Creates a url that if opened, will go to issue report for the Quarkus project with some of the value pre-filled") public io.vertx.core.json.JsonObject reportBug()
    • run

      String run(String... command)
    • gatherInfo

      void gatherInfo(ReportIssuesJsonRPCService.URLBuilder builder)