Uses of Interface
com.atlassian.bamboo.v2.build.agent.AgentCommandSender
Packages that use AgentCommandSender
Package
Description
-
Uses of AgentCommandSender in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent with parameters of type AgentCommandSenderModifier and TypeMethodDescriptionvoid
AgentConsoleAction.setAgentCommandSender
(AgentCommandSender agentCommandSender) -
Uses of AgentCommandSender in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type AgentCommandSenderModifier and TypeMethodDescriptionvoid
DefaultStopBuildManager.setAgentCommandSender
(AgentCommandSender agentCommandSender) -
Uses of AgentCommandSender in com.atlassian.bamboo.plugins.git
Constructors in com.atlassian.bamboo.plugins.git with parameters of type AgentCommandSenderModifierConstructorDescriptionGitCacheHandler
(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext, GitConfigurationProvider gitConfigurationProvider) -
Uses of AgentCommandSender in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement AgentCommandSender