public class AbstractTapProjectAction
extends hudson.tasks.test.TestResultProjectAction
implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
static String |
ICON_NAME |
static String |
URL_NAME |
| Constructor and Description |
|---|
AbstractTapProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getSearchUrl() |
String |
getUrlName() |
public static final String URL_NAME
public static final String ICON_NAME
public AbstractTapProjectAction(hudson.model.AbstractProject<?,?> project)
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.tasks.test.TestResultProjectActionpublic String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.tasks.test.TestResultProjectActionpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.tasks.test.TestResultProjectActionpublic String getSearchUrl()
Copyright © 2011-2016 Jenkins. All Rights Reserved.