public class PureLoadResultsAction extends Object implements hudson.model.Action
Modifier and Type | Method and Description |
---|---|
hudson.model.Run<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
List<PureLoadResult> |
getPureLoadResults() |
String |
getUrlName() |
void |
setPureLoadResults(List<PureLoadResult> pureloadResults) |
public hudson.model.Run<?,?> getBuild()
public void setPureLoadResults(List<PureLoadResult> pureloadResults)
public List<PureLoadResult> getPureLoadResults()
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
Copyright © 2016–2019. All rights reserved.