com.atlassian.bamboo.v2.build.agent.remote
Class RemoteArtifactManager

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.RemoteArtifactManager
All Implemented Interfaces:
ArtifactManager

public class RemoteArtifactManager
extends java.lang.Object
implements ArtifactManager


Constructor Summary
RemoteArtifactManager(BambooAgentMessageSender sender)
           
 
Method Summary
 void publish(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet, boolean deleteSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteArtifactManager

public RemoteArtifactManager(BambooAgentMessageSender sender)
Method Detail

publish

public void publish(java.lang.String planKey,
                    int buildNumber,
                    Artifact artifact,
                    org.apache.tools.ant.types.FileSet fileSet,
                    boolean deleteSource)
Specified by:
publish in interface ArtifactManager


Copyright © 2010 Atlassian. All Rights Reserved.