Package com.atlassian.bamboo.buildqueue
Interface ElasticTunnelDefinition
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
ElasticTunnelDefinitionImpl
@Internal public interface ElasticTunnelDefinition extends BambooObject
Represents information necessary to reestablish tunnel connection between an elastic agent and Bamboo server after restart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ElasticAgentDefinition
getElasticAgentDefinition()
@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 Detail
-
getElasticAgentDefinition
@NotNull @NotNull ElasticAgentDefinition 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
-
-