Package com.atlassian.bamboo.rss
Interface PreRssExecutionAction
public interface PreRssExecutionAction
-
Method Summary
Modifier and TypeMethodDescription@NotNull ErrorCollection
execute
(VcsRepositoryData repositoryData) Execute custom code before running Repository Stored Specs.
-
Method Details
-
execute
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
-