Class TestResultsAnalyzerExtension.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<TestResultsAnalyzerExtension>
org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerExtension.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
TestResultsAnalyzerExtension

public static class TestResultsAnalyzerExtension.DescriptorImpl extends Descriptor<TestResultsAnalyzerExtension>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<TestResultsAnalyzerExtension>
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
      Overrides:
      configure in class Descriptor<TestResultsAnalyzerExtension>
    • getNoOfBuilds

      public String 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

      public String getRunTimeLowThreshold()
    • getRunTimeHighThreshold

      public String getRunTimeHighThreshold()
    • getChartDataType

      public String getChartDataType()
    • getPassFailString

      public String getPassFailString()
    • getRuntimeString

      public String getRuntimeString()
    • getPassedRepresentation

      public String getPassedRepresentation()
    • isUseCustomStatusNames

      public boolean isUseCustomStatusNames()
    • getFailedRepresentation

      public String getFailedRepresentation()
    • getSkippedRepresentation

      public String getSkippedRepresentation()
    • getNaRepresentation

      public String getNaRepresentation()
    • isUseCustomStatusColors

      public boolean isUseCustomStatusColors()
    • getPassedColor

      public String getPassedColor()
    • getFailedColor

      public String getFailedColor()
    • getSkippedColor

      public String getSkippedColor()
    • getNaColor

      public String getNaColor()
    • doCheckNoOfRunsToFetch

      public FormValidation doCheckNoOfRunsToFetch(@QueryParameter String noOfRunsToFetch)
    • doCheckNoOfBuilds

      public FormValidation doCheckNoOfBuilds(@QueryParameter String noOfBuilds)
    • doCheckPassedRepresentation

      public FormValidation doCheckPassedRepresentation(@QueryParameter String passedRepresentation)
    • doCheckFailedRepresentation

      public FormValidation doCheckFailedRepresentation(@QueryParameter String failedRepresentation)
    • doCheckSkippedRepresentation

      public FormValidation doCheckSkippedRepresentation(@QueryParameter String skippedRepresentation)
    • doCheckNaRepresentation

      public FormValidation doCheckNaRepresentation(@QueryParameter String naRepresentation)
    • doCheckPassedColor

      public FormValidation doCheckPassedColor(@QueryParameter String passedColor)
    • doCheckFailedColor

      public FormValidation doCheckFailedColor(@QueryParameter String failedColor)
    • doCheckSkippedColor

      public FormValidation doCheckSkippedColor(@QueryParameter String skippedColor)
    • doCheckNaColor

      public FormValidation doCheckNaColor(@QueryParameter String naColor)