com.atlassian.bamboo.build.artifact
Class ArtifactPublishingConfig

java.lang.Object
  extended by com.atlassian.bamboo.build.artifact.ArtifactPublishingConfig
All Implemented Interfaces:
ArtifactHandlerConfigProvider

public class ArtifactPublishingConfig
extends java.lang.Object
implements ArtifactHandlerConfigProvider


Constructor Summary
ArtifactPublishingConfig(org.apache.tools.ant.types.FileSet sourceFileSet, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getArtifactHandlersConfiguration()
           
 org.apache.tools.ant.types.FileSet getSourceFileSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactPublishingConfig

public ArtifactPublishingConfig(@NotNull
                                org.apache.tools.ant.types.FileSet sourceFileSet,
                                @NotNull
                                java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration)
Method Detail

getSourceFileSet

@NotNull
public org.apache.tools.ant.types.FileSet getSourceFileSet()

getArtifactHandlersConfiguration

@NotNull
public java.util.Map<java.lang.String,java.lang.String> getArtifactHandlersConfiguration()
Specified by:
getArtifactHandlersConfiguration in interface ArtifactHandlerConfigProvider


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.