Class AgentNameSynchronisationMessage

java.lang.Object
com.atlassian.bamboo.v2.build.agent.messages.toagent.AgentNameSynchronisationMessage
All Implemented Interfaces:
BambooAgentMessage, RemoteBambooMessage, Serializable

public class AgentNameSynchronisationMessage extends Object implements RemoteBambooMessage
See Also:
  • Constructor Details

    • AgentNameSynchronisationMessage

      public AgentNameSynchronisationMessage(@NotNull @NotNull String newAgentName, @NotNull @NotNull String newAgentDescription)
  • Method Details

    • deliver

      @Nullable public @Nullable 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)