Interface ArtifactExporter
-
- All Known Implementing Classes:
ArtifactExporterImpl
public interface ArtifactExporter
Service to export Bamboo artifact definitions to YAML config files.- Since:
- 5.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
toSpecsEntity(@NotNull ImmutableArtifactDefinition artifactDefinition)
@NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription
toSpecsEntity(@NotNull ImmutableArtifactSubscription artifactSubscription)
-
-
-
Method Detail
-
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)
-
-