public static class TestResultsAnalyzerExtension.DescriptorImpl extends hudson.model.Descriptor<TestResultsAnalyzerExtension>
| Constructor and Description |
|---|
DescriptorImpl() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<TestResultsAnalyzerExtension>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
configure in class hudson.model.Descriptor<TestResultsAnalyzerExtension>public String getNoOfBuilds()
public boolean getShowAllBuilds()
public boolean getShowLineGraph()
public boolean getShowBarGraph()
public boolean getShowPieGraph()
public boolean getShowBuildTime()
public String getRunTimeLowThreshold()
public String getRunTimeHighThreshold()
public String getChartDataType()
public String getPassFailString()
public String getRuntimeString()
public String getPassedRepresentation()
public boolean isUseCustomStatusNames()
public String getFailedRepresentation()
public String getSkippedRepresentation()
public String getNaRepresentation()
public boolean isUseCustomStatusColors()
public String getPassedColor()
public String getFailedColor()
public String getSkippedColor()
public String getNaColor()
public hudson.util.FormValidation doCheckPassedRepresentation(@QueryParameter
String passedRepresentation)
public hudson.util.FormValidation doCheckFailedRepresentation(@QueryParameter
String failedRepresentation)
public hudson.util.FormValidation doCheckSkippedRepresentation(@QueryParameter
String skippedRepresentation)
public hudson.util.FormValidation doCheckNaRepresentation(@QueryParameter
String naRepresentation)
public hudson.util.FormValidation doCheckPassedColor(@QueryParameter
String passedColor)
public hudson.util.FormValidation doCheckFailedColor(@QueryParameter
String failedColor)
public hudson.util.FormValidation doCheckSkippedColor(@QueryParameter
String skippedColor)
public hudson.util.FormValidation doCheckNaColor(@QueryParameter
String naColor)
Copyright © 2004-2016. All Rights Reserved.