public class BambooYamlToSpecsConverterImpl extends Object implements BambooYamlToSpecsConverter
Constructor and Description |
---|
BambooYamlToSpecsConverterImpl(com.atlassian.struts.TextProvider textProvider) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan.Plan |
createPlan(VcsRepositoryData repository,
BambooYamlDefinition bambooYamlDefinition)
Create a new instance of a specs
Plan for the given VCS repository and YAML definition. |
@Inject public BambooYamlToSpecsConverterImpl(com.atlassian.struts.TextProvider textProvider)
@NotNull public com.atlassian.bamboo.specs.api.builders.plan.Plan createPlan(@NotNull VcsRepositoryData repository, @NotNull BambooYamlDefinition bambooYamlDefinition)
BambooYamlToSpecsConverter
Plan
for the given VCS repository and YAML definition.createPlan
in interface BambooYamlToSpecsConverter
repository
- VCS repository hosting the YAML documentbambooYamlDefinition
- YAML definition created by parsing the YAML documentCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.