Class ElasticTunnelDefinitionImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
com.atlassian.bamboo.v2.build.agent.ElasticTunnelDefinitionImpl
- All Implemented Interfaces:
ElasticTunnelDefinition,BambooIdProvider,BambooObject,Cloneable
@Entity
public class ElasticTunnelDefinitionImpl
extends HibernateBambooEntityObject
implements ElasticTunnelDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ElasticAgentDefinition@NotNull KeyStoregetKeyStore(@NotNull SecretEncryptionService secretEncryptionService) voidsetElasticAgentDefinition(@NotNull ElasticAgentDefinition elasticAgentDefinition) voidsetKeyStore(@NotNull KeyStore keyStore, @NotNull SecretEncryptionService secretEncryptionService) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
ElasticTunnelDefinitionImpl
public ElasticTunnelDefinitionImpl()
-
-
Method Details
-
getElasticAgentDefinition
- Specified by:
getElasticAgentDefinitionin interfaceElasticTunnelDefinition
-
setElasticAgentDefinition
public void setElasticAgentDefinition(@NotNull @NotNull ElasticAgentDefinition elasticAgentDefinition) -
setKeyStore
public void setKeyStore(@NotNull @NotNull KeyStore keyStore, @NotNull @NotNull SecretEncryptionService secretEncryptionService) - Specified by:
setKeyStorein interfaceElasticTunnelDefinition
-
getKeyStore
@NotNull public @NotNull KeyStore getKeyStore(@NotNull @NotNull SecretEncryptionService secretEncryptionService) throws IOException - Specified by:
getKeyStorein interfaceElasticTunnelDefinition- Throws:
IOException
-