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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest 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) boolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<TestResultsAnalyzerExtension>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) - Overrides:
configure
in 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
-