public interface VcsTagDao extends BambooObjectDao<VcsTag>
Modifier and Type | Method and Description |
---|---|
List<VcsTag> |
findByRepositoryDataId(long repositoryDataId)
returns all saved tags for given repository
|
List<Long> |
getAllActiveRepositoryIds()
returns id values of all repositories for which tag detection is initialized
|
void |
saveAllByRepositoryDataId(List<VcsTag> tags,
long repositoryDataId,
boolean replaceMode)
Saves new tags for a given repository.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.