Interface ElasticTunnelDefinitionDao

All Superinterfaces:
BambooObjectDao<ElasticTunnelDefinition>
All Known Implementing Classes:
ElasticTunnelDefinitionDaoImpl

@Internal public interface ElasticTunnelDefinitionDao extends BambooObjectDao<ElasticTunnelDefinition>
Persistence for ElasticTunnelDefinition
  • Method Details

    • findByAgentId

      @Nullable @Nullable ElasticTunnelDefinition findByAgentId(long agentId)
    • removeByAgentId

      void removeByAgentId(long agentId)