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

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

public class RemoteArtifactManager
extends BambooAgentMessageSenderImpl
implements ArtifactManager


Constructor Summary
RemoteArtifactManager()
           
 
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 com.atlassian.bamboo.v2.build.agent.remote.BambooAgentMessageSenderImpl
getAgent, getRemoteAgentManager, send, setAgent, setRemoteAgentManager, setStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteArtifactManager

public RemoteArtifactManager()
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 © 2008 Atlassian Pty Ltd. All Rights Reserved.