public interface RepositoryStoredSpecsExecutionService
Modifier and Type | Method and Description |
---|---|
void |
generateBambooYamlsFromSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path specsDir,
Path outputDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Execute Java Specs
|
void 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)
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 for repository
commits
- a list of commits related to Bamboo Specs, which occurred since last executionstdout
- output handler for logging execution informationlogFilename
- name of the log fileCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.