public class StressTestAction extends Object implements jenkins.model.RunAction2
Constructor and Description |
---|
StressTestAction(hudson.model.Run<?,?> runBuild,
StressTestPluginData data,
int threshold,
int avgTime,
StressTestSettings settings,
String scenarioName,
String reportUrl) |
Modifier and Type | Method and Description |
---|---|
double |
getAvgDuration() |
int |
getAvgTimeThreshold() |
int |
getCurveType() |
String |
getDeviceName() |
String |
getDisplayName() |
String |
getDuration() |
String |
getErrorReasone() |
double |
getErrors() |
int |
getErrorThreshold() |
long |
getFailed() |
int |
getHeaderType() |
String |
getIconFileName() |
int |
getMaxUsers() |
hudson.model.Run<?,?> |
getOwner() |
int |
getPlatformType() |
String |
getReportUrl() |
String |
getScenarioName() |
String |
getStartedTime() |
String |
getStoppedTime() |
long |
getSucceeded() |
long |
getTotal() |
long |
getUncompleted() |
String |
getUrlName() |
Boolean |
isSuccess() |
void |
onAttached(hudson.model.Run<?,?> runBuild) |
void |
onLoad(hudson.model.Run<?,?> runBuild) |
public StressTestAction(hudson.model.Run<?,?> runBuild, StressTestPluginData data, int threshold, int avgTime, StressTestSettings settings, String scenarioName, String reportUrl)
public hudson.model.Run<?,?> getOwner()
public void onAttached(hudson.model.Run<?,?> runBuild)
onAttached
in interface jenkins.model.RunAction2
public void onLoad(hudson.model.Run<?,?> runBuild)
onLoad
in interface jenkins.model.RunAction2
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 String getStartedTime()
public String getStoppedTime()
public String getDuration()
public int getMaxUsers()
public long getTotal()
public long getSucceeded()
public long getFailed()
public long getUncompleted()
public double getErrors()
public double getAvgDuration()
public int getErrorThreshold()
public int getAvgTimeThreshold()
public int getHeaderType()
public Boolean isSuccess()
public String getErrorReasone()
public int getCurveType()
public int getPlatformType()
public String getScenarioName()
public String getDeviceName()
public String getReportUrl()
Copyright © 2016–2020. All rights reserved.