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
| クラス 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.