com.atlassian.bamboo.v2.build.agent.messages
Class ArtifactAckMessage
java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.AbstractBambooAgentMessage
com.atlassian.bamboo.v2.build.agent.messages.ArtifactAckMessage
- All Implemented Interfaces:
- AuthenticableMessage, BambooAgentMessage, Serializable
public class ArtifactAckMessage
- extends AbstractBambooAgentMessage
- implements AuthenticableMessage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactAckMessage
@Deprecated
public ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription)
- Deprecated. since 5.0
ArtifactAckMessage
public ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType)
getAuthenticationToken
public SecureToken getAuthenticationToken()
- Specified by:
getAuthenticationToken
in interface AuthenticableMessage
getIdentification
public ResultKey getIdentification()
- Specified by:
getIdentification
in interface AuthenticableMessage
deliver
public Object deliver()
- Description copied from interface:
BambooAgentMessage
- Delivers the message to the appropriate object in the local virtual machine.
- Specified by:
deliver
in interface BambooAgentMessage
- Returns:
- an optional reply to message (including error-reporting messages)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.