public class JavaSpecsImportServiceImpl extends Object implements JavaSpecsImportService
| Constructor and Description |
|---|
JavaSpecsImportServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path workingDir,
Path specsDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Execute Java Specs and import results
|
public boolean processSpecs(@NotNull
SpecsConsumer specsConsumer,
@NotNull
VcsRepositoryData repository,
@NotNull
VcsBambooSpecsSource specsSource,
@NotNull
Path workingDir,
@NotNull
Path specsDir,
@NotNull
RssSecurityConfiguration rssSecurityConfiguration,
@NotNull
RssPermissions rssPermissions,
@NotNull
List<CommitContext> commits,
@NotNull
RssExecutionOutputHandler stdout,
@NotNull
String logFilename)
throws IOException
JavaSpecsImportServiceprocessSpecs in interface JavaSpecsImportServicespecsConsumer - consumer used to import execution resultsrepository - repository from which specs have been checked outspecsSource - specs state for current executionworkingDir - folder for placing generated internal yamlspecsDir - checked out directory in which Specs are locatedrssSecurityConfiguration - Repository Stored Specs security configurationrssPermissions - rss permissions for repositorycommits - a list of commits related to Bamboo Specs, which occurred since last executionstdout - output handler for logging execution informationIOExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.