Class ArtifactExporterImpl
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.exporters.ArtifactExporterImpl
-
- All Implemented Interfaces:
ArtifactExporter
public class ArtifactExporterImpl extends Object implements ArtifactExporter
-
-
Constructor Summary
Constructors Constructor Description ArtifactExporterImpl()
-
Method Summary
All Methods Instance Methods Concrete 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 public @NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact toSpecsEntity(@NotNull @NotNull ImmutableArtifactDefinition artifactDefinition)
- Specified by:
toSpecsEntity
in interfaceArtifactExporter
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription toSpecsEntity(@NotNull @NotNull ImmutableArtifactSubscription artifactSubscription)
- Specified by:
toSpecsEntity
in interfaceArtifactExporter
-
-