public class LoadTestSummary extends Object implements hudson.model.Action
Constructor and Description |
---|
LoadTestSummary(hudson.model.AbstractBuild<?,?> build,
PerformanceSummary performanceSummary,
String presetName,
int jobId,
String linkToTestResult) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
Date |
getBuildStartDate() |
String |
getDisplayName() |
String |
getIconFileName() |
int |
getJobId() |
String |
getLinkToTestResult() |
PerformanceSummary |
getPerformanceSummary() |
String |
getPresetName() |
String |
getUrlName() |
public LoadTestSummary(hudson.model.AbstractBuild<?,?> build, PerformanceSummary performanceSummary, String presetName, int jobId, String linkToTestResult)
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 hudson.model.AbstractBuild<?,?> getBuild()
public PerformanceSummary getPerformanceSummary()
public String getPresetName()
public Date getBuildStartDate()
public String getLinkToTestResult()
public int getJobId()
Copyright © 2004-2016. All Rights Reserved.