Class RunBadgeAction

    • Field Detail

      • run

        public final Run<?,​?> run
      • project

        public final Job<?,​?> project
    • Constructor Detail

      • RunBadgeAction

        public RunBadgeAction​(Run<?,​?> run)
    • Method Detail

      • getUrl

        public String getUrl()
      • getUrlEncodedFullName

        public String getUrlEncodedFullName()
      • doIcon

        @WebMethod(name="icon")
        public org.kohsuke.stapler.HttpResponse doIcon​(@QueryParameter
                                                       String style,
                                                       @QueryParameter
                                                       String subject,
                                                       @QueryParameter
                                                       String status,
                                                       @QueryParameter
                                                       String color,
                                                       @QueryParameter
                                                       String animatedOverlayColor,
                                                       @QueryParameter
                                                       String config,
                                                       @QueryParameter
                                                       String link)
      • doIconDotSvg

        @WebMethod(name="icon.svg")
        public org.kohsuke.stapler.HttpResponse doIconDotSvg​(@QueryParameter
                                                             String style,
                                                             @QueryParameter
                                                             String subject,
                                                             @QueryParameter
                                                             String status,
                                                             @QueryParameter
                                                             String color,
                                                             @QueryParameter
                                                             String animatedOverlayColor,
                                                             @QueryParameter
                                                             String config,
                                                             @QueryParameter
                                                             String link)
      • doText

        public String doText()