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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateBambooYamlsFromSpecs
(@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:RepositoryStoredSpecsExecutionService
Execute Java Specs- Specified by:
generateBambooYamlsFromSpecs
in 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 forrepository
commits
- 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
-