public class TestResultsAnalyzerAction
extends hudson.model.Actionable
implements hudson.model.Action
| Constructor and Description |
|---|
TestResultsAnalyzerAction(hudson.model.AbstractProject project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The display name for the action.
|
String |
getIconFileName()
The icon for this action.
|
void |
getJsonLoadData() |
net.sf.json.JSONArray |
getNoOfBuilds(String noOfbuildsNeeded) |
hudson.model.AbstractProject |
getProject() |
String |
getSearchUrl()
Search url for this action.
|
net.sf.json.JSONArray |
getTreeResult(String noOfBuildsNeeded) |
String |
getUrlName()
The url for this action.
|
boolean |
isUpdated() |
addAction, doContextMenu, getAction, getAction, getActions, getActions, getDynamicpublic TestResultsAnalyzerAction(hudson.model.AbstractProject project)
public final String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic final String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic hudson.model.AbstractProject getProject()
@JavaScriptMethod public net.sf.json.JSONArray getNoOfBuilds(String noOfbuildsNeeded)
public boolean isUpdated()
public void getJsonLoadData()
@JavaScriptMethod public net.sf.json.JSONArray getTreeResult(String noOfBuildsNeeded)
Copyright © 2004-2014. All Rights Reserved.