Interface AgentCipherDao
-
- All Superinterfaces:
BambooObjectDao<AgentCipher>
- All Known Implementing Classes:
AgentCipherHibernateDao
@Internal public interface AgentCipherDao extends BambooObjectDao<AgentCipher>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable AgentCipher
findByAgentId(long agentId)
AgentCipher
saveCipher(PipelineDefinition agent, String key, String iv)
-
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
-
-
-
Method Detail
-
findByAgentId
@Nullable @Nullable AgentCipher findByAgentId(long agentId)
-
saveCipher
AgentCipher saveCipher(PipelineDefinition agent, String key, String iv)
-
-