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 KeyStoregetKeyStore(@NotNull SecretEncryptionService secretEncryptionService) voidsetKeyStore(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods 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
-