Class GroovyPostbuildAction
- java.lang.Object
-
- org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildAction
-
- All Implemented Interfaces:
Action
,BuildBadgeAction
,ModelObject
@Deprecated public class GroovyPostbuildAction extends Object implements BuildBadgeAction
Deprecated.useBadgeAction
instead.Left for backward binary compatibilities. This doesn't provide any actual features.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBackground()
Deprecated.String
getBorder()
Deprecated.String
getBorderColor()
Deprecated.String
getColor()
Deprecated.String
getDisplayName()
Deprecated.String
getIconFileName()
Deprecated.String
getIconPath()
Deprecated.String
getLink()
Deprecated.String
getText()
Deprecated.String
getUrlName()
Deprecated.boolean
isTextOnly()
Deprecated.
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
Deprecated.- Specified by:
getUrlName
in interfaceAction
-
getDisplayName
public String getDisplayName()
Deprecated.- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
Deprecated.- Specified by:
getIconFileName
in interfaceAction
-
isTextOnly
public boolean isTextOnly()
Deprecated.
-
getIconPath
public String getIconPath()
Deprecated.
-
getText
public String getText()
Deprecated.
-
getColor
public String getColor()
Deprecated.
-
getBackground
public String getBackground()
Deprecated.
-
getBorder
public String getBorder()
Deprecated.
-
getBorderColor
public String getBorderColor()
Deprecated.
-
getLink
public String getLink()
Deprecated.
-
-