@ExportedBean(defaultVisibility=2) public class BadgeSummaryAction extends Object implements hudson.model.Action, Serializable
| Constructor and Description |
|---|
BadgeSummaryAction(String iconPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(String text) |
void |
appendText(String text,
boolean escapeHtml) |
void |
appendText(String text,
boolean escapeHtml,
boolean bold,
boolean italic,
String color) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getIconPath() |
String |
getText() |
String |
getUrlName() |
public BadgeSummaryAction(String iconPath)
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Action@Exported public String getIconPath()
@Exported public String getText()
public void appendText(String text)
public void appendText(String text, boolean escapeHtml)
Copyright © 2016–2018. All rights reserved.