Uses of Interface
com.atlassian.bamboo.v2.build.agent.messages.RemoteBambooMessage
-
-
Uses of RemoteBambooMessage in com.atlassian.bamboo.plugins.git.messages
Classes in com.atlassian.bamboo.plugins.git.messages that implement RemoteBambooMessage Modifier and Type Class Description class
DeleteSpecifiedGitCacheDirectoriesOnAgentMessage
Message carrying SHAs of git caches to be deleted.class
DeleteUnusedGitCacheDirectoriesOnAgentMessage
Message carrying active git cache SHAs in order to remove all other unused caches. -
Uses of RemoteBambooMessage in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type RemoteBambooMessage Modifier and Type Method Description void
AgentCommandSender. send(RemoteBambooMessage message, Long buildAgentId)
void
AgentCommandSenderImpl. send(RemoteBambooMessage message, Long buildAgentId)
-
Uses of RemoteBambooMessage in com.atlassian.bamboo.v2.build.agent.messages
Classes in com.atlassian.bamboo.v2.build.agent.messages that implement RemoteBambooMessage Modifier and Type Class Description class
CancelExecutionAgentMessage
class
ExecuteCommandMessage
class
ManageHungBuildMessage
class
StopAgentNicelyMessage
-
Uses of RemoteBambooMessage in com.atlassian.bamboo.v2.build.agent.messages.toagent
Classes in com.atlassian.bamboo.v2.build.agent.messages.toagent that implement RemoteBambooMessage Modifier and Type Class Description class
LogsAreWatchedAgentMessage
A message sent to the agent to notify it that logs for a given build should be streamed.
-