Interface ElasticTunnelDefinitionDao
- All Superinterfaces:
BambooObjectDao<ElasticTunnelDefinition>
- All Known Implementing Classes:
ElasticTunnelDefinitionDaoImpl
@Internal
public interface ElasticTunnelDefinitionDao
extends BambooObjectDao<ElasticTunnelDefinition>
Persistence for
ElasticTunnelDefinition
-
Method Summary
Modifier and TypeMethodDescription@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 Details
-
findByAgentId
-
removeByAgentId
void removeByAgentId(long agentId)
-