Package com.atlassian.bamboo.buildqueue
Interface ElasticTunnelDefinition
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
ElasticTunnelDefinitionImpl
Represents information necessary to reestablish tunnel connection between an elastic agent and Bamboo server after restart.
-
Method Summary
Modifier and TypeMethodDescription@NotNull ElasticAgentDefinition
@NotNull KeyStore
getKeyStore
(@NotNull SecretEncryptionService secretEncryptionService) void
setKeyStore
(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getElasticAgentDefinition
-
setKeyStore
void setKeyStore(@NotNull @NotNull KeyStore keyStore, @NotNull @NotNull SecretEncryptionService secretEncryptionService) -
getKeyStore
@NotNull @NotNull KeyStore getKeyStore(@NotNull @NotNull SecretEncryptionService secretEncryptionService) throws IOException - Throws:
IOException
-