ru.yandex.jenkins.plugins.debuilder
Class DebianBadge

java.lang.Object
  extended by ru.yandex.jenkins.plugins.debuilder.DebianBadge
All Implemented Interfaces:
hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject

@ExportedBean
public class DebianBadge
extends Object
implements hudson.model.BuildBadgeAction


Constructor Summary
DebianBadge(String latestVersion, String module)
           
 
Method Summary
 String getBackground()
           
 String getBorder()
           
 String getBorderColor()
           
 String getColor()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getModule()
           
 String getText()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebianBadge

public DebianBadge(String latestVersion,
                   String module)
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getText

@Exported
public String getText()

getColor

@Exported
public String getColor()

getBackground

@Exported
public String getBackground()

getBorder

@Exported
public String getBorder()

getBorderColor

@Exported
public String getBorderColor()

getModule

@Exported
public String getModule()


Copyright © 2004-2012. All Rights Reserved.