public abstract class AbstractBuildAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
iconFileName |
protected boolean |
showLink |
| Constructor and Description |
|---|
AbstractBuildAction(String testType) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getTestId() |
String |
getTestPublicUrl() |
String |
getTestType() |
String |
getUrlName() |
void |
setBuild(hudson.model.AbstractBuild<?,?> build) |
void |
setDisplayName(String dn) |
void |
setTestId(String id) |
void |
setTestPublicUrl(String url) |
void |
setTestUrl(String testUrl) |
protected String displayName
protected String iconFileName
protected boolean showLink
public AbstractBuildAction(String testType)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getTestPublicUrl()
public String getTestId()
public String getTestType()
public hudson.model.AbstractBuild<?,?> getBuild()
public void setBuild(hudson.model.AbstractBuild<?,?> build)
public void setTestId(String id)
public void setDisplayName(String dn)
public void setTestPublicUrl(String url)
public void setTestUrl(String testUrl)
Copyright © 2016 CrossBrowserTesting.com. All rights reserved.