public class ValgrindBuildAction extends AbstractValgrindBuildAction implements jenkins.tasks.SimpleBuildStep.LastBuildAction
Modifier and Type | Field and Description |
---|---|
static String |
URL_NAME |
owner
Constructor and Description |
---|
ValgrindBuildAction(hudson.model.Run<?,?> owner,
ValgrindResult result,
ValgrindPublisherConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.model.Run<?,?> |
getBuild() |
hudson.model.HealthReport |
getBuildHealth() |
ValgrindPublisherConfig |
getConfig() |
String |
getDisplayName() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
ValgrindResult |
getResult() |
String |
getSearchUrl() |
Object |
getTarget() |
String |
getUrlName() |
getOwner, getPreviousResult
addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
public static final String URL_NAME
public ValgrindBuildAction(hudson.model.Run<?,?> owner, ValgrindResult result, ValgrindPublisherConfig config)
public hudson.model.Run<?,?> getBuild()
public ValgrindResult getResult()
public ValgrindPublisherConfig getConfig()
public String getSearchUrl()
getSearchUrl
in interface hudson.search.SearchItem
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
public hudson.model.HealthReport getBuildHealth()
getBuildHealth
in interface hudson.model.HealthReportingAction
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, InterruptedException
doGraph
in class AbstractValgrindBuildAction
IOException
InterruptedException
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions
in interface jenkins.tasks.SimpleBuildStep.LastBuildAction
Copyright © 2016–2018. All rights reserved.