Uses of Class
com.atlassian.bamboo.setup.ServerFingerprint
-
-
Uses of ServerFingerprint in com.atlassian.bamboo.agent.classserver
Methods in com.atlassian.bamboo.agent.classserver that return ServerFingerprint Modifier and Type Method Description ServerFingerprint
AgentServerManager. getFingerprint()
Unique indetifier for the serverServerFingerprint
AgentServerManagerImpl. getFingerprint()
-
Uses of ServerFingerprint in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type ServerFingerprint Constructor Description RemoteElasticInstanceImpl(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 ServerFingerprint Modifier and Type Method Description static void
AgentJmsUtils. setFingerprint(javax.jms.Message message, ServerFingerprint fingerprint)
-
Uses of ServerFingerprint in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return ServerFingerprint Modifier and Type Method Description @NotNull ServerFingerprint
ServerFingerprintBroadcastEventV2. getFingerprint()
@NotNull ServerFingerprint
ServerFingerprintEvent. getFingerprint()
@NotNull ServerFingerprint
ServerStartedEvent. getFingerprint()
@NotNull ServerFingerprint
ServerStartingEvent. getFingerprint()
ServerFingerprint
ServerFingerprintBroadcastEventV2. getFingerprintForJmsMessage()
Constructors in com.atlassian.bamboo.event with parameters of type ServerFingerprint Constructor Description ServerFingerprintBroadcastEventV2(@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 ServerFingerprint Modifier and Type Method Description @NotNull ServerFingerprint
BootstrapManager. getFingerprint()
@NotNull ServerFingerprint
DefaultBootstrapManager. getFingerprint()
static ServerFingerprint
ServerFingerprintUtils. setupFingerPrint()
Methods in com.atlassian.bamboo.setup with parameters of type ServerFingerprint Modifier and Type Method Description boolean
ServerFingerprint. matchesInstanceFingerprint(@NotNull ServerFingerprint other)
boolean
ServerFingerprint. matchesServerFingerprint(@NotNull ServerFingerprint other)
-
Uses of ServerFingerprint in com.atlassian.bamboo.spring
Methods in com.atlassian.bamboo.spring with parameters of type ServerFingerprint Modifier and Type Method Description static <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.MessageListener
MessageListenerUtils. 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 ServerFingerprint Modifier and Type Method Description @NotNull ServerFingerprint
TestBootstrapManager. getFingerprint()
-
Uses of ServerFingerprint in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ServerFingerprint Constructor Description FingerprintMatchingMessageListenerContainer(@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 Modifier and Type Method Description static @NotNull ServerFingerprint
RemoteAgent. getFingerprint()
-
Uses of ServerFingerprint in it.com.atlassian.bamboo.agent.elastic.mocks
Methods in it.com.atlassian.bamboo.agent.elastic.mocks that return ServerFingerprint Modifier and Type Method Description @NotNull ServerFingerprint
MockBootstrapManager. getFingerprint()
-