Class SonargraphBadgeAction
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.SonargraphBadgeAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.BuildBadgeAction
,hudson.model.ModelObject
public class SonargraphBadgeAction extends Object implements hudson.model.BuildBadgeAction
-
-
Constructor Summary
Constructors Constructor Description SonargraphBadgeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIcon()
String
getIconFileName()
String
getUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
-
getIcon
public String getIcon()
-
-