| Package | Description | 
|---|---|
| com.atlassian.bamboo.configuration.external.exporters | 
| Modifier and Type | Method and Description | 
|---|---|
static SpecsExporter.ExportFormat | 
SpecsExporter.ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpecsExporter.ExportFormat[] | 
SpecsExporter.ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
SpecsExporterImpl.getCodeFromDeploymentProject(DeploymentProject deploymentProject,
                            SpecsExporter.ExportFormat format,
                            String packageName,
                            String className)  | 
String | 
SpecsExporter.getCodeFromDeploymentProject(DeploymentProject deploymentProject,
                            SpecsExporter.ExportFormat format,
                            String packageName,
                            String className)
Convert a deployment plan to a Java Bamboo Spec 
 | 
String | 
SpecsExporterImpl.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan,
               SpecsExporter.ExportFormat format,
               String packageName,
               String className)  | 
String | 
SpecsExporter.getCodeFromPlan(ImmutableTopLevelPlan immutableTopLevelPlan,
               SpecsExporter.ExportFormat format,
               @Nullable String packageName,
               @Nullable String className)
Convert a plan to a Java Bamboo Spec 
 | 
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.