Class ArtifactPublishingConfig
- java.lang.Object
-
- com.atlassian.bamboo.build.artifact.ArtifactPublishingConfig
-
- All Implemented Interfaces:
ArtifactHandlerConfigProvider
public class ArtifactPublishingConfig extends Object implements ArtifactHandlerConfigProvider
-
-
Constructor Summary
Constructors Constructor Description ArtifactPublishingConfig(@NotNull org.apache.tools.ant.types.FileSet sourceFileSet, @NotNull Map<String,String> artifactHandlersConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,String>
getArtifactHandlersConfiguration()
@NotNull org.apache.tools.ant.types.FileSet
getSourceFileSet()
-
-
-
Method Detail
-
getSourceFileSet
@NotNull public @NotNull org.apache.tools.ant.types.FileSet getSourceFileSet()
-
getArtifactHandlersConfiguration
@NotNull public @NotNull Map<String,String> getArtifactHandlersConfiguration()
- Specified by:
getArtifactHandlersConfiguration
in interfaceArtifactHandlerConfigProvider
-
-