Class CloverXmlFileValidator

java.lang.Object
com.atlassian.bamboo.clover.builder.coverage.CloverXmlFileValidator

@Component public class CloverXmlFileValidator extends Object
Validates a Clover report file to ensure it has been modified after the build started. In case the file is older than the build start time, a warning is logged and an error is recorded.
Since:
9.6.0
  • Constructor Details

  • Method Details

    • validateCloverXmlFile

      public void validateCloverXmlFile(@NotNull @NotNull File cloverXmlFile, long taskStartTime, @NotNull @NotNull PlanResultKey planResultKey)