Interface ArtifactExporter

All Known Implementing Classes:
ArtifactExporterImpl

public interface ArtifactExporter
Service to export Bamboo artifact definitions to YAML config files.
Since:
5.11
  • Method Details

    • toSpecsEntity

      @NotNull @NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact toSpecsEntity(@NotNull @NotNull ImmutableArtifactDefinition artifactDefinition)
    • toSpecsEntity

      @NotNull @NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription toSpecsEntity(@NotNull @NotNull ImmutableArtifactSubscription artifactSubscription)