| Modifier and Type | Method and Description |
|---|---|
File |
MavenSanitizerImpl.sanitize(@NotNull File sourcePom,
@NotNull RssExecutionOutputHandler stdout) |
File |
MavenSanitizer.sanitize(@NotNull File sourcePom,
@NotNull RssExecutionOutputHandler stdout)
Sanitizes Specs POM
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryStoredSpecsExecutionService.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
|
void |
RepositoryStoredSpecsExecutionServiceImpl.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) |
boolean |
YamlSpecsImportServiceImpl.processSimplifiedYaml(@NotNull SpecsConsumer specsConsumer,
@NotNull VcsRepositoryData repository,
@NotNull VcsBambooSpecsSource specsSource,
@NotNull Path yamlFile,
@NotNull Path workingDir,
@NotNull RssPermissions rssPermissions,
@NotNull List<CommitContext> commits,
@NotNull RssExecutionOutputHandler stdout,
@NotNull String logFilename) |
boolean |
YamlSpecsImportService.processSimplifiedYaml(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path yamlFile,
Path workingDir,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Import configuration from Yaml Specs
|
boolean |
JavaSpecsImportServiceImpl.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) |
boolean |
JavaSpecsImportService.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
|
| Modifier and Type | Method and Description |
|---|---|
EntityImporter |
PlanImporterProvider.getEntityProvider(@NotNull VcsRepositoryData vcsRepositoryData,
@NotNull List<CommitContext> commits,
@NotNull RssExecutionOutputHandler outputHandler,
@NotNull SpecsType specsType,
@NotNull Optional<VcsBambooSpecsSource> specsSource) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooYamlPlanDefinition |
BambooYamlParserImpl.parsePlan(@NotNull Map<String,Object> rawYamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository,
@NotNull RssExecutionOutputHandler stdout) |
@NotNull BambooYamlPlanDefinition |
BambooYamlParser.parsePlan(@NotNull Map<String,Object> yamlStructure,
@NotNull BambooYamlVersion yamlVersion,
@NotNull VcsRepositoryData repository,
@NotNull RssExecutionOutputHandler stdout)
Constructs an instance of
BambooYamlPlanDefinition based on the given YAML structure. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
BambooYamlOverrider.overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure,
@NotNull VcsBranchDefinition vcsBranchDefinition,
@NotNull RssExecutionOutputHandler stdout)
Handles the `branch-overrides` tag in YAML v2
|
Map<String,Object> |
BambooYamlOverriderImpl.overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure,
@NotNull VcsBranchDefinition vcsBranchDefinition,
@NotNull RssExecutionOutputHandler stdout) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.