Class TestResultsAnalyzerExtension.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TestResultsAnalyzerExtension>
org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension.DescriptorImpl
- Enclosing class:
- TestResultsAnalyzerExtension
public static class TestResultsAnalyzerExtension.DescriptorImpl
extends Descriptor<TestResultsAnalyzerExtension>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) doCheckFailedColor(String failedColor) doCheckFailedRepresentation(String failedRepresentation) doCheckNaColor(String naColor) doCheckNaRepresentation(String naRepresentation) doCheckNoOfBuilds(String noOfBuilds) doCheckNoOfRunsToFetch(String noOfRunsToFetch) doCheckPassedColor(String passedColor) doCheckPassedRepresentation(String passedRepresentation) doCheckSkippedColor(String skippedColor) doCheckSkippedRepresentation(String skippedRepresentation) booleanintbooleanbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<TestResultsAnalyzerExtension>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) - Overrides:
configurein classDescriptor<TestResultsAnalyzerExtension>
-
getNoOfBuilds
-
getNoOfRunsToFetch
public int getNoOfRunsToFetch() -
getShowAllBuilds
public boolean getShowAllBuilds() -
getShowLineGraph
public boolean getShowLineGraph() -
getShowBarGraph
public boolean getShowBarGraph() -
getShowPieGraph
public boolean getShowPieGraph() -
getHideConfigurationMethods
public boolean getHideConfigurationMethods() -
getShowBuildTime
public boolean getShowBuildTime() -
getRunTimeLowThreshold
-
getRunTimeHighThreshold
-
getChartDataType
-
getPassFailString
-
getRuntimeString
-
getPassedRepresentation
-
isUseCustomStatusNames
public boolean isUseCustomStatusNames() -
getFailedRepresentation
-
getSkippedRepresentation
-
getNaRepresentation
-
isUseCustomStatusColors
public boolean isUseCustomStatusColors() -
getPassedColor
-
getFailedColor
-
getSkippedColor
-
getNaColor
-
doCheckNoOfRunsToFetch
-
doCheckNoOfBuilds
-
doCheckPassedRepresentation
-
doCheckFailedRepresentation
-
doCheckSkippedRepresentation
-
doCheckNaRepresentation
-
doCheckPassedColor
-
doCheckFailedColor
-
doCheckSkippedColor
-
doCheckNaColor
-