com.atlassian.bamboo.v2.build.agent.messages
Class PublishArtifacts

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
      extended by com.atlassian.bamboo.v2.build.agent.messages.PublishArtifacts
All Implemented Interfaces:
BambooAgentMessage, java.io.Serializable

public class PublishArtifacts
extends AbstractBambooAgentMessage

See Also:
Serialized Form

Constructor Summary
PublishArtifacts(java.lang.String planKey, int buildNumber, Artifact artifact, org.apache.tools.ant.types.FileSet fileSet)
           
 
Method Summary
 void deliver()
          Delivers the message to the appropriate object in the local virtual machine.
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishArtifacts

public PublishArtifacts(java.lang.String planKey,
                        int buildNumber,
                        Artifact artifact,
                        org.apache.tools.ant.types.FileSet fileSet)
Method Detail

deliver

public void deliver()
Description copied from interface: BambooAgentMessage

Delivers the message to the appropriate object in the local virtual machine.



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.