Interface PreRssExecutionAction


public interface PreRssExecutionAction
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(VcsRepositoryData repositoryData)
    Execute custom code before running Repository Stored Specs.
  • Method Details

    • execute

      @NotNull @NotNull ErrorCollection execute(VcsRepositoryData repositoryData)
      Execute custom code before running Repository Stored Specs. Bamboo will fail the RSS run if any errors found by the execution
      Parameters:
      repositoryData - The repository which rss will run
      Returns:
      Errors that prevents RSS run