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 Constructor Description ElasticTunnelDefinitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ElasticAgentDefinitiongetElasticAgentDefinition()@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, setId
-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-
-
-
Method Detail
-
getElasticAgentDefinition
@NotNull public @NotNull ElasticAgentDefinition 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
-
-