Class ParasoftType

    • Constructor Summary

      Constructors 
      Constructor Description
      ParasoftType​(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)  
    • Method Summary

      • Methods inherited from class org.jenkinsci.lib.dtkit.type.TestType

        all, getDescriptor, getInputMetric
      • Methods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType

        getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfError
    • Constructor Detail

      • ParasoftType

        @DataBoundConstructor
        public ParasoftType​(String pattern,
                            boolean skipNoTestFiles,
                            boolean failIfNotNew,
                            boolean deleteOutputFiles,
                            boolean stopProcessingIfError)