Uses of Class
com.atlassian.bamboo.specs.yaml.YamlSpecsValidationException
-
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss that throw YamlSpecsValidationException Modifier and Type Method Description void
YamlSpecsImportService. validateYaml(@NotNull String yaml, @NotNull VcsRepositoryData repository)
Validate Bamboo Yaml Specs.void
YamlSpecsImportServiceImpl. validateYaml(@NotNull String bambooYaml, @NotNull VcsRepositoryData repository)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml that throw YamlSpecsValidationException Modifier and Type Method Description @NotNull BambooYamlEntityType
BambooYamlSpecsService. determineEntityType(@NotNull Map<String,Object> yamlStructure)
Determine YAML entity type which is defined in a given YAML document.@NotNull BambooYamlEntityType
BambooYamlSpecsServiceImpl. determineEntityType(@NotNull Map<String,Object> yamlStructure)
@NotNull BambooYamlVersion
BambooYamlSpecsService. determineVersion(@NotNull Map<String,Object> yamlStructure)
Determine YAML version in a document from the given YAML structure.@NotNull BambooYamlVersion
BambooYamlSpecsServiceImpl. determineVersion(@NotNull Map<String,Object> yamlStructure)
static @NotNull BambooYamlVersion
BambooYamlVersion. fromVersion(@NotNull String version)
Convert the given string value to an instance of this enum.@NotNull BambooYamlDeploymentDefinition
BambooYamlParser. parseDeployment(@NotNull Map<String,Object> yamlStructure, @NotNull BambooYamlVersion yamlVersion, @NotNull VcsRepositoryData repository)
Constructs an instance ofBambooYamlDeploymentDefinition
based on the given YAML structure.@NotNull BambooYamlDeploymentPermissionsDefinition
BambooYamlParser. parseDeploymentPermissions(Map<String,Object> yamlStructure, BambooYamlVersion yamlVersion)
Constructs an instance ofBambooYamlDeploymentPermissionsDefinition
based on the given YAML structure.@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 BambooYamlPlanPermissionsDefinition
BambooYamlParser. parsePlanPermissions(Map<String,Object> yamlStructure, BambooYamlVersion yamlVersion)
Constructs an instance ofBambooYamlPlanPermissionsDefinition
based on the given YAML structure.@NotNull BambooYamlPlanPermissionsDefinition
BambooYamlParserImpl. parsePlanPermissions(Map<String,Object> structure, BambooYamlVersion yamlVersion)
@NotNull List<Map<String,Object>>
BambooYamlSpecsService. splitDocuments(@NotNull String yamlString, @Nullable Path yamlDirectory)
Splits the givenyamlString
into multiple documents, converting them toMap
entities.void
BambooYamlValidatorImpl. validateDeployment(@NotNull BambooYamlDeploymentDefinition deploymentDefinition, @NotNull List<com.atlassian.bamboo.specs.api.builders.plan.Plan> plansInYaml)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.configuration.external.yaml.format
Methods in com.atlassian.bamboo.configuration.external.yaml.format that throw YamlSpecsValidationException Modifier and Type Method Description @NotNull Map<String,Object>
BambooYamlVersion1Converter. convertToYamlVersion2(@NotNull Map<String,Object> yaml1Structure)
Converts the given structure of a YAML document from version 1 to 2.@NotNull Map<String,Object>
BambooYamlVersion1ConverterImpl. convertToYamlVersion2(@NotNull Map<String,Object> rawYaml1Structure)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.configuration.external.yaml.override
Methods in com.atlassian.bamboo.configuration.external.yaml.override that throw YamlSpecsValidationException 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)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketCloudTrigger
BitbucketCloudTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.bitbucket.v2.export
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.export that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.command.task.export
Methods in com.atlassian.bamboo.plugins.command.task.export that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.CommandTask
CommandTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.github.exporter
Methods in com.atlassian.bamboo.plugins.github.exporter that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.MavenTask
MavenTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketServerTrigger
BitbucketServerTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.plugins.stash.v2.exporter
Methods in com.atlassian.bamboo.plugins.stash.v2.exporter that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.task.export
Methods in com.atlassian.bamboo.task.export that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.task.AnyTask
DefaultTaskDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
default <T extends com.atlassian.bamboo.specs.api.builders.task.Task<T,P>,P extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
TTaskDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
Parse YAML node to Task Specs builder. -
Uses of YamlSpecsValidationException in com.atlassian.bamboo.trigger.export
Methods in com.atlassian.bamboo.trigger.export that throw YamlSpecsValidationException Modifier and Type Method Description default <T extends com.atlassian.bamboo.specs.api.builders.trigger.Trigger<T,P>,P extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
TTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
Parse YAML node to Trigger Specs builder. -
Uses of YamlSpecsValidationException in com.atlassian.bamboo.trigger.exporters
Methods in com.atlassian.bamboo.trigger.exporters that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulDeploymentTrigger
AfterSuccessfulDeploymentTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
AfterSuccessfulPlanTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
AfterSuccessfulStageTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
RemoteTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
RepositoryPollingTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.api.builders.trigger.Trigger
ScheduledTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.TagTrigger
TagTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.vcs.export
Methods in com.atlassian.bamboo.vcs.export that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
default B
VcsRepositoryDataExporter. fromYaml(@NotNull String name, @NotNull Node config, @NotNull TaskValidationContext validationContext)
-
Uses of YamlSpecsValidationException in com.atlassian.bamboo.warnings.export
Methods in com.atlassian.bamboo.warnings.export that throw YamlSpecsValidationException Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
WarningsTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-