public class TapBuildAction extends Object implements hudson.model.Action, Serializable, org.kohsuke.stapler.StaplerProxy
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_NAME |
static String |
ICON_NAME |
static String |
URL_NAME |
| Constructor and Description |
|---|
TapBuildAction(hudson.model.AbstractBuild<?,?> build,
TapResult result) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
TapBuildAction |
getPreviousAction() |
TapResult |
getPreviousResult() |
TapResult |
getResult() |
Object |
getTarget() |
String |
getUrlName() |
public static final String URL_NAME
public static final String ICON_NAME
public static final String DISPLAY_NAME
public TapBuildAction(hudson.model.AbstractBuild<?,?> build,
TapResult result)
public Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.AbstractBuild<?,?> getBuild()
public TapResult getResult()
public TapResult getPreviousResult()
public TapBuildAction getPreviousAction()
Copyright © 2011-2014 Jenkins. All Rights Reserved.