Uses of Class
com.atlassian.bamboo.setup.ServerFingerprint
Packages that use ServerFingerprint
Package
Description
-
Uses of ServerFingerprint in com.atlassian.bamboo.agent.classserver
Methods in com.atlassian.bamboo.agent.classserver that return ServerFingerprintModifier and TypeMethodDescriptionAgentServerManager.getFingerprint()Unique indetifier for the serverAgentServerManagerImpl.getFingerprint() -
Uses of ServerFingerprint in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type ServerFingerprintModifierConstructorDescriptionRemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, ScheduledExecutorService executor, KeyStore keyStore, ElasticConfiguration elasticConfiguration, @NotNull AgentManager agentManager, @NotNull ElasticImageConfiguration elasticImageConfiguration, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder, @NotNull SpotInstanceConfig spotInstanceConfig, @NotNull ServerFingerprint fingerprint, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull SecretEncryptionService secretEncryptionService) -
Uses of ServerFingerprint in com.atlassian.bamboo.amq
Methods in com.atlassian.bamboo.amq with parameters of type ServerFingerprintModifier and TypeMethodDescriptionstatic voidAgentJmsUtils.setFingerprint(javax.jms.Message message, ServerFingerprint fingerprint) -
Uses of ServerFingerprint in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return ServerFingerprintModifier and TypeMethodDescription@NotNull ServerFingerprintServerFingerprintBroadcastEventV2.getFingerprint()@NotNull ServerFingerprintServerFingerprintEvent.getFingerprint()@NotNull ServerFingerprintServerStartedEvent.getFingerprint()@NotNull ServerFingerprintServerStartingEvent.getFingerprint()ServerFingerprintBroadcastEventV2.getFingerprintForJmsMessage()Constructors in com.atlassian.bamboo.event with parameters of type ServerFingerprintModifierConstructorDescriptionServerFingerprintBroadcastEventV2(@NotNull ServerFingerprint fingerprint) ServerFingerprintBroadcastEventV2(ServerFingerprint fingerprint, ServerFingerprint fingerprintForJmsMessage) ServerStartedEvent(@NotNull ServerFingerprint fingerprint) ServerStartingEvent(@NotNull ServerFingerprint fingerprint) -
Uses of ServerFingerprint in com.atlassian.bamboo.setup
Methods in com.atlassian.bamboo.setup that return ServerFingerprintModifier and TypeMethodDescription@NotNull ServerFingerprintBootstrapManager.getFingerprint()@NotNull ServerFingerprintDefaultBootstrapManager.getFingerprint()static ServerFingerprintServerFingerprintUtils.setupFingerPrint()Methods in com.atlassian.bamboo.setup with parameters of type ServerFingerprintModifier and TypeMethodDescriptionbooleanServerFingerprint.matchesInstanceFingerprint(@NotNull ServerFingerprint other) booleanServerFingerprint.matchesServerFingerprint(@NotNull ServerFingerprint other) -
Uses of ServerFingerprint in com.atlassian.bamboo.spring
Methods in com.atlassian.bamboo.spring with parameters of type ServerFingerprintModifier and TypeMethodDescriptionstatic <M extends javax.jms.Message>
org.springframework.jms.listener.SessionAwareMessageListener<M>MessageListenerUtils.wrapWithInstanceFingerprintCheck(ServerFingerprint serverFingerprint, org.springframework.jms.listener.SessionAwareMessageListener<javax.jms.Message> messageListener) static @NotNull javax.jms.MessageListenerMessageListenerUtils.wrapWithServerFingerprintCheck(ServerFingerprint serverFingerprint, javax.jms.MessageListener messageListener) static <M extends javax.jms.Message>
@NotNull org.springframework.jms.listener.SessionAwareMessageListener<M>MessageListenerUtils.wrapWithServerFingerprintCheck(ServerFingerprint serverFingerprint, org.springframework.jms.listener.SessionAwareMessageListener<M> messageListener) -
Uses of ServerFingerprint in com.atlassian.bamboo.testutils.setup
Methods in com.atlassian.bamboo.testutils.setup that return ServerFingerprintModifier and TypeMethodDescription@NotNull ServerFingerprintTestBootstrapManager.getFingerprint() -
Uses of ServerFingerprint in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ServerFingerprintModifierConstructorDescriptionFingerprintMatchingMessageListenerContainer(@NotNull ServerFingerprint serverFingerprint) FingerprintMatchingMessageListenerContainer(@NotNull ServerFingerprint serverFingerprint, MessageListenerContainerControllerImpl messageListenerContainerController) HeartbeatMessageListener(org.springframework.jms.support.converter.MessageConverter messageConverter, ServerFingerprint serverFingerprint, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of ServerFingerprint in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote that return ServerFingerprint -
Uses of ServerFingerprint in it.com.atlassian.bamboo.agent.elastic.mocks
Methods in it.com.atlassian.bamboo.agent.elastic.mocks that return ServerFingerprintModifier and TypeMethodDescription@NotNull ServerFingerprintMockBootstrapManager.getFingerprint()