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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.v2.build.agent.messages.AuthenticableMessage
AuthenticableMessage.Identification
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactAckMessage
(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType) -
Method Summary
Modifier and TypeMethodDescriptiondeliver()
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
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.messages.BambooAgentMessage
shouldBeSentDuringHeartAttack
-
Constructor Details
-
ArtifactAckMessage
public ArtifactAckMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType)
-
-
Method Details
-
getAuthenticationToken
- Specified by:
getAuthenticationToken
in interfaceAuthenticableMessage
-
getIdentification
- Specified by:
getIdentification
in interfaceAuthenticableMessage
-
deliver
Description copied from interface:BambooAgentMessage
Delivers the message to the appropriate object in the local virtual machine.- Specified by:
deliver
in interfaceBambooAgentMessage
- Returns:
- an optional reply to message (including error-reporting messages)
-