public interface BambooYamlToSpecsConverter
BambooYamlDefinition
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. |
@NotNull com.atlassian.bamboo.specs.api.builders.plan.Plan createPlan(@NotNull VcsRepositoryData repository, @NotNull BambooYamlDefinition bambooYamlDefinition)
Plan
for the given VCS repository and YAML definition.repository
- VCS repository hosting the YAML documentbambooYamlDefinition
- YAML definition created by parsing the YAML documentCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.