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.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic 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.