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 ElasticAgentDefinition
getElasticAgentDefinition()
@NotNull KeyStore
getKeyStore(@NotNull SecretEncryptionService secretEncryptionService)
void
setElasticAgentDefinition(@NotNull ElasticAgentDefinition elasticAgentDefinition)
void
setKeyStore(@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:
getElasticAgentDefinition
in interfaceElasticTunnelDefinition
-
setElasticAgentDefinition
public void setElasticAgentDefinition(@NotNull @NotNull ElasticAgentDefinition elasticAgentDefinition)
-
setKeyStore
public void setKeyStore(@NotNull @NotNull KeyStore keyStore, @NotNull @NotNull SecretEncryptionService secretEncryptionService)
- Specified by:
setKeyStore
in interfaceElasticTunnelDefinition
-
getKeyStore
@NotNull public @NotNull KeyStore getKeyStore(@NotNull @NotNull SecretEncryptionService secretEncryptionService) throws IOException
- Specified by:
getKeyStore
in interfaceElasticTunnelDefinition
- Throws:
IOException
-
-