org.jvnet.hudson.plugins.groovypostbuild
クラス GroovyPostbuildAction

java.lang.Object
  上位を拡張 org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject

@ExportedBean(defaultVisibility=2)
public class GroovyPostbuildAction
extends Object
implements hudson.model.BuildBadgeAction


メソッドの概要
static GroovyPostbuildAction createBadge(String icon, String text)
           
static GroovyPostbuildAction createBadge(String icon, String text, String link)
           
static GroovyPostbuildAction createErrorBadge(String text)
           
static GroovyPostbuildAction createInfoBadge(String text)
           
static GroovyPostbuildAction createShortText(String text)
           
static GroovyPostbuildAction createShortText(String text, String color, String background, String border, String borderColor)
           
static GroovyPostbuildAction createWarningBadge(String text)
           
 String getBackground()
           
 String getBorder()
           
 String getBorderColor()
           
 String getColor()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getIconPath()
           
static String getIconPath(String icon)
           
 String getLink()
           
 String getText()
           
 String getUrlName()
           
 boolean isTextOnly()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createBadge

public static GroovyPostbuildAction createBadge(String icon,
                                                String text)

createBadge

public static GroovyPostbuildAction createBadge(String icon,
                                                String text,
                                                String link)

createShortText

public static GroovyPostbuildAction createShortText(String text)

createShortText

public static GroovyPostbuildAction createShortText(String text,
                                                    String color,
                                                    String background,
                                                    String border,
                                                    String borderColor)

createInfoBadge

public static GroovyPostbuildAction createInfoBadge(String text)

createWarningBadge

public static GroovyPostbuildAction createWarningBadge(String text)

createErrorBadge

public static GroovyPostbuildAction createErrorBadge(String text)

getUrlName

public String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName

getDisplayName

public String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getIconFileName

public String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

isTextOnly

@Exported
public boolean isTextOnly()

getIconPath

@Exported
public String getIconPath()

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()

getLink

@Exported
public String getLink()

getIconPath

public static String getIconPath(String icon)


Copyright © 2004-2014. All Rights Reserved.