Class RepositoryStoredSpecsExecutionServiceImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.rss.RepositoryStoredSpecsExecutionServiceImpl
- All Implemented Interfaces:
RepositoryStoredSpecsExecutionService
public class RepositoryStoredSpecsExecutionServiceImpl
extends Object
implements RepositoryStoredSpecsExecutionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateBambooYamlsFromSpecs(@NotNull SpecsConsumer specsConsumer, @NotNull VcsRepositoryData repository, @NotNull VcsBambooSpecsSource specsSource, @NotNull Path specsDir, @NotNull Path outputDir, @NotNull RssSecurityConfiguration rssSecurityConfiguration, @NotNull RssPermissions rssPermissions, @NotNull List<CommitContext> commits, @NotNull RssExecutionOutputHandler stdout, @NotNull String logFilename) Execute Java Specs
-
Constructor Details
-
RepositoryStoredSpecsExecutionServiceImpl
public RepositoryStoredSpecsExecutionServiceImpl()
-
-
Method Details
-
generateBambooYamlsFromSpecs
public void generateBambooYamlsFromSpecs(@NotNull @NotNull SpecsConsumer specsConsumer, @NotNull @NotNull VcsRepositoryData repository, @NotNull @NotNull VcsBambooSpecsSource specsSource, @NotNull @NotNull Path specsDir, @NotNull @NotNull Path outputDir, @NotNull @NotNull RssSecurityConfiguration rssSecurityConfiguration, @NotNull @NotNull RssPermissions rssPermissions, @NotNull @NotNull List<CommitContext> commits, @NotNull @NotNull RssExecutionOutputHandler stdout, @NotNull @NotNull String logFilename) throws SpecsNotFoundException Description copied from interface:RepositoryStoredSpecsExecutionServiceExecute Java Specs- Specified by:
generateBambooYamlsFromSpecsin interfaceRepositoryStoredSpecsExecutionService- Parameters:
specsConsumer- consumer used to process execution errorsrepository- repository from which specs have been checked outspecsSource- specs state for current executionspecsDir- checked out directory in which Specs are locatedoutputDir- folder for placing generated internal yamlrssSecurityConfiguration- Repository Stored Specs security configurationrssPermissions- rss permissions forrepositorycommits- a list of commits related to Bamboo Specs, which occurred since last executionstdout- output handler for logging execution informationlogFilename- name of the log file- Throws:
SpecsNotFoundException
-