Package com.atlassian.bamboo.configuration.external.yaml.properties
Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.
Documents in older YAML formats do not have their corresponding Java classes. Instead, it should be possible to
translate them to the Java class model within this package.
- See Also:
BambooYamlVersion
-
Interface Summary Interface Description BambooYamlDefinition Base for definitions of various entities imported through Bamboo Specs YAML.BambooYamlDeploymentDefinition.Config BambooYamlDeploymentPermissionsDefinition.Config BambooYamlPlanDefinition.Config BambooYamlPlanPermissionsDefinition.Config -
Class Summary Class Description BambooYamlDeploymentDefinition Definition of a deployment project imported through Bamboo Specs YAML.BambooYamlDeploymentPermissionsDefinition Definition of deployment project permissions imported through Bamboo Specs YAML.BambooYamlPlanDefinition Definition of a plan imported through Bamboo Specs YAML.BambooYamlPlanPermissionsDefinition Definition of plan permissions imported through Bamboo Specs YAML.