Class JobBadgeAction
java.lang.Object
org.jenkinsci.plugins.badge.actions.JobBadgeAction
- All Implemented Interfaces:
Action
,ModelObject
,IconSpec
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
doIcon
(String build, String style, String subject, String status, String color, String config, String animatedOverlayColor, String link) org.kohsuke.stapler.HttpResponse
doIconDotSvg
(String build, String style, String subject, String status, String color, String animatedOverlayColor, String config, String link) doText()
getUrl()
-
Field Details
-
project
-
-
Constructor Details
-
JobBadgeAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getIconClassName
- Specified by:
getIconClassName
in interfaceIconSpec
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getUrl
-
getUrlEncodedFullName
-
doIcon
@WebMethod(name="icon") public org.kohsuke.stapler.HttpResponse doIcon(@QueryParameter String build, @QueryParameter String style, @QueryParameter String subject, @QueryParameter String status, @QueryParameter String color, @QueryParameter String config, @QueryParameter String animatedOverlayColor, @QueryParameter String link) -
doIconDotSvg
@WebMethod(name="icon.svg") public org.kohsuke.stapler.HttpResponse doIconDotSvg(@QueryParameter String build, @QueryParameter String style, @QueryParameter String subject, @QueryParameter String status, @QueryParameter String color, @QueryParameter String animatedOverlayColor, @QueryParameter String config, @QueryParameter String link) -
doText
-