Uses of Interface
com.atlassian.bamboo.crypto.agent.AgentCipherProviderService
-
Packages that use AgentCipherProviderService Package Description com.atlassian.bamboo.crypto.agent com.atlassian.bamboo.v2.build.agent com.atlassian.bamboo.v2.build.agent.remote.crypto -
-
Uses of AgentCipherProviderService in com.atlassian.bamboo.crypto.agent
Classes in com.atlassian.bamboo.crypto.agent that implement AgentCipherProviderService Modifier and Type Class Description class
AgentCipherProviderServiceImpl
-
Uses of AgentCipherProviderService in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type AgentCipherProviderService Constructor Description BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService)
-
Uses of AgentCipherProviderService in com.atlassian.bamboo.v2.build.agent.remote.crypto
Classes in com.atlassian.bamboo.v2.build.agent.remote.crypto that implement AgentCipherProviderService Modifier and Type Class Description class
RemoteAgentCipherProviderService
Constructors in com.atlassian.bamboo.v2.build.agent.remote.crypto with parameters of type AgentCipherProviderService Constructor Description RemoteAgentCipherProviderService(AgentCipherProviderService remoteService, AgentConfiguration agentConfiguration)
-