Uses of Class
com.atlassian.bamboo.v2.build.agent.remote.AgentConfiguration
-
Packages that use AgentConfiguration Package Description com.atlassian.bamboo.v2.build.agent.remote com.atlassian.bamboo.v2.build.agent.remote.crypto -
-
Uses of AgentConfiguration in com.atlassian.bamboo.v2.build.agent.remote
Fields in com.atlassian.bamboo.v2.build.agent.remote declared as AgentConfiguration Modifier and Type Field Description protected AgentConfiguration
AgentRegistrationBean. agentConfiguration
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type AgentConfiguration Modifier and Type Method Description void
RemoteBuildDirectoryManager. setAgentConfiguration(AgentConfiguration agentConfiguration)
Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type AgentConfiguration Constructor Description RemoteBuildAgent(AgentConfiguration agentConfiguration, RemoteAgentPluginEventHandlerImpl deferredEventsHandler, int heartbeatIntervalSeconds)
-
Uses of AgentConfiguration in com.atlassian.bamboo.v2.build.agent.remote.crypto
Constructors in com.atlassian.bamboo.v2.build.agent.remote.crypto with parameters of type AgentConfiguration Constructor Description RemoteAgentCipherProviderService(AgentCipherProviderService remoteService, AgentConfiguration agentConfiguration)
-