| Package | Description |
|---|---|
| com.atlassian.bamboo.tag |
| Modifier and Type | Class and Description |
|---|---|
class |
VcsTagImpl |
| Modifier and Type | Method and Description |
|---|---|
List<VcsTag> |
VcsTagDaoImpl.findByRepositoryDataId(long repositoryDataId) |
List<VcsTag> |
VcsTagDao.findByRepositoryDataId(long repositoryDataId)
returns all saved tags for given repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
VcsTagDaoImpl.saveAllByRepositoryDataId(List<VcsTag> tags,
long repositoryDataId,
boolean replaceMode) |
void |
VcsTagDao.saveAllByRepositoryDataId(List<VcsTag> tags,
long repositoryDataId,
boolean replaceMode)
Saves new tags for a given repository.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.