Uses of Enum Class
com.atlassian.bamboo.configuration.external.exporters.SpecsExporter.ExportFormat
-
Uses of SpecsExporter.ExportFormat in com.atlassian.bamboo.configuration.external.exporters
Modifier and TypeMethodDescriptionstatic SpecsExporter.ExportFormat
Returns the enum constant of this class with the specified name.static SpecsExporter.ExportFormat[]
SpecsExporter.ExportFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSpecsExporter.getCodeFromDeploymentProject
(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className) Convert a deployment plan to a Java Bamboo SpecSpecsExporterImpl.getCodeFromDeploymentProject
(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className) SpecsExporter.getCodeFromPlan
(ImmutableTopLevelPlan immutableTopLevelPlan, SpecsExporter.ExportFormat format, @Nullable String packageName, @Nullable String className) Convert a plan to a Java Bamboo SpecSpecsExporterImpl.getCodeFromPlan
(ImmutableTopLevelPlan immutableTopLevelPlan, SpecsExporter.ExportFormat format, String packageName, String className)