Interface ElasticTunnelDefinitionDao
-
- All Superinterfaces:
BambooObjectDao<ElasticTunnelDefinition>
- All Known Implementing Classes:
ElasticTunnelDefinitionDaoImpl
@Internal public interface ElasticTunnelDefinitionDao extends BambooObjectDao<ElasticTunnelDefinition>
Persistence forElasticTunnelDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ElasticTunnelDefinition
findByAgentId(long agentId)
void
removeByAgentId(long agentId)
-
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
-
-
-
Method Detail
-
findByAgentId
@Nullable @Nullable ElasticTunnelDefinition findByAgentId(long agentId)
-
removeByAgentId
void removeByAgentId(long agentId)
-
-