Class RunBadgeAction
java.lang.Object
org.jenkinsci.plugins.badge.actions.RunBadgeAction
- All Implemented Interfaces:
Action
,ModelObject
,IconSpec
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
doIcon
(String style, String subject, String status, String color, String animatedOverlayColor, String config, String link) org.kohsuke.stapler.HttpResponse
doIconDotSvg
(String style, String subject, String status, String color, String animatedOverlayColor, String config, String link) doText()
getUrl()
-
Field Details
-
run
-
project
-
-
Constructor Details
-
RunBadgeAction
-
-
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
-
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
-