Class ArtifactExporterImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.exporters.ArtifactExporterImpl
- All Implemented Interfaces:
ArtifactExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@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)
-
Constructor Details
-
ArtifactExporterImpl
public ArtifactExporterImpl()
-
-
Method Details
-
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
-