Class DependencyCheckStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.DependencyCheck.pipeline.DependencyCheckStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>, Serializable

public class DependencyCheckStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
See Also:
  • Constructor Details

    • DependencyCheckStep

      @DataBoundConstructor public DependencyCheckStep()
  • Method Details

    • getPattern

      public String getPattern()
      Returns the Ant file-set pattern of files to work with.
      Returns:
      Ant file-set pattern of files to work with
    • setPattern

      @DataBoundSetter public void setPattern(String pattern)
      Sets the Ant file-set pattern of files to work with.
      Parameters:
      pattern - the pattern of files
    • setStopBuild

      @DataBoundSetter public void setStopBuild(boolean stopBuild)
    • isStopBuild

      public boolean isStopBuild()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception
    • getUnstableTotalCritical

      public Integer getUnstableTotalCritical()
    • setUnstableTotalCritical

      @DataBoundSetter public void setUnstableTotalCritical(Integer unstableTotalCritical)
    • getUnstableTotalHigh

      public Integer getUnstableTotalHigh()
    • setUnstableTotalHigh

      @DataBoundSetter public void setUnstableTotalHigh(Integer unstableTotalHigh)
    • getUnstableTotalMedium

      public Integer getUnstableTotalMedium()
    • setUnstableTotalMedium

      @DataBoundSetter public void setUnstableTotalMedium(Integer unstableTotalMedium)
    • getUnstableTotalLow

      public Integer getUnstableTotalLow()
    • setUnstableTotalLow

      @DataBoundSetter public void setUnstableTotalLow(Integer unstableTotalLow)
    • getFailedTotalCritical

      public Integer getFailedTotalCritical()
    • setFailedTotalCritical

      @DataBoundSetter public void setFailedTotalCritical(Integer failedTotalCritical)
    • getFailedTotalHigh

      public Integer getFailedTotalHigh()
    • setFailedTotalHigh

      @DataBoundSetter public void setFailedTotalHigh(Integer failedTotalHigh)
    • getFailedTotalMedium

      public Integer getFailedTotalMedium()
    • setFailedTotalMedium

      @DataBoundSetter public void setFailedTotalMedium(Integer failedTotalMedium)
    • getFailedTotalLow

      public Integer getFailedTotalLow()
    • setFailedTotalLow

      @DataBoundSetter public void setFailedTotalLow(Integer failedTotalLow)
    • isTotalThresholdAnalysisExploitable

      public boolean isTotalThresholdAnalysisExploitable()
    • setTotalThresholdAnalysisExploitable

      @DataBoundSetter public void setTotalThresholdAnalysisExploitable(boolean totalThresholdAnalysisExploitable)
    • getUnstableNewCritical

      public Integer getUnstableNewCritical()
    • setUnstableNewCritical

      @DataBoundSetter public void setUnstableNewCritical(Integer unstableNewCritical)
    • getUnstableNewHigh

      public Integer getUnstableNewHigh()
    • setUnstableNewHigh

      @DataBoundSetter public void setUnstableNewHigh(Integer unstableNewHigh)
    • getUnstableNewMedium

      public Integer getUnstableNewMedium()
    • setUnstableNewMedium

      @DataBoundSetter public void setUnstableNewMedium(Integer unstableNewMedium)
    • getUnstableNewLow

      public Integer getUnstableNewLow()
    • setUnstableNewLow

      @DataBoundSetter public void setUnstableNewLow(Integer unstableNewLow)
    • getFailedNewCritical

      public Integer getFailedNewCritical()
    • setFailedNewCritical

      @DataBoundSetter public void setFailedNewCritical(Integer failedNewCritical)
    • getFailedNewHigh

      public Integer getFailedNewHigh()
    • setFailedNewHigh

      @DataBoundSetter public void setFailedNewHigh(Integer failedNewHigh)
    • getFailedNewMedium

      public Integer getFailedNewMedium()
    • setFailedNewMedium

      @DataBoundSetter public void setFailedNewMedium(Integer failedNewMedium)
    • getFailedNewLow

      public Integer getFailedNewLow()
    • setFailedNewLow

      @DataBoundSetter public void setFailedNewLow(Integer failedNewLow)
    • isNewThresholdAnalysisExploitable

      public boolean isNewThresholdAnalysisExploitable()
    • setNewThresholdAnalysisExploitable

      @DataBoundSetter public void setNewThresholdAnalysisExploitable(boolean newThresholdAnalysisExploitable)