Uses of Class
com.atlassian.bamboo.configuration.external.RssExecutionOutputHandler
-
-
Uses of RssExecutionOutputHandler in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type RssExecutionOutputHandler Modifier and Type Method Description File
MavenSanitizer. sanitize(@NotNull File sourcePom, @NotNull RssExecutionOutputHandler stdout)
Sanitizes Specs POMFile
MavenSanitizerImpl. sanitize(@NotNull File sourcePom, @NotNull RssExecutionOutputHandler stdout)
-
Uses of RssExecutionOutputHandler in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss with parameters of type RssExecutionOutputHandler Modifier and Type Method 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 Specsvoid
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
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 Specsboolean
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
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 resultsboolean
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)
-
Uses of RssExecutionOutputHandler in com.atlassian.bamboo.configuration.external.rss.importers
Methods in com.atlassian.bamboo.configuration.external.rss.importers with parameters of type RssExecutionOutputHandler Modifier and Type Method Description EntityImporter
PlanImporterProvider. getEntityProvider(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull RssExecutionOutputHandler outputHandler, @NotNull SpecsType specsType, @NotNull Optional<VcsBambooSpecsSource> specsSource)
-
Uses of RssExecutionOutputHandler in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml with parameters of type RssExecutionOutputHandler Modifier and Type Method Description @NotNull BambooYamlPlanDefinition
BambooYamlParser. parsePlan(@NotNull Map<String,Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository, @NotNull RssExecutionOutputHandler stdout)
Constructs an instance ofBambooYamlPlanDefinition
based on the given YAML structure.@NotNull BambooYamlPlanDefinition
BambooYamlParserImpl. parsePlan(@NotNull Map<String,Object> rawYamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository, @NotNull RssExecutionOutputHandler stdout)
-
Uses of RssExecutionOutputHandler in com.atlassian.bamboo.configuration.external.yaml.override
Methods in com.atlassian.bamboo.configuration.external.yaml.override with parameters of type RssExecutionOutputHandler Modifier and Type Method Description Map<String,Object>
BambooYamlOverrider. overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout)
Handles the `branch-overrides` tag in YAML v2Map<String,Object>
BambooYamlOverriderImpl. overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout)
-