Class HtmlBadgeAction

java.lang.Object
com.jenkinsci.plugins.badge.action.HtmlBadgeAction
All Implemented Interfaces:
Action, BuildBadgeAction, ModelObject, Serializable

@ExportedBean(defaultVisibility=2) @Deprecated(since="2.0", forRemoval=true) public class HtmlBadgeAction extends Object implements BuildBadgeAction, Action, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
replaced by BadgeAction.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createHtmlBadge

      public static HtmlBadgeAction createHtmlBadge(String html)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getId

      @Exported public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHtml

      @Exported public String getHtml()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRawHtml

      public String getRawHtml()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUrlName

      public String getUrlName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getUrlName in interface Action
    • getDisplayName

      public String getDisplayName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getIconFileName

      public String getIconFileName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getIconFileName in interface Action