| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.repository | |
| com.atlassian.bamboo.resultsummary.vcs |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,RepositoryDataEntity> |
PlanCreationBean.getRepositoriesBeingCreated() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setRepositoriesBeingCreated(Map<Long,RepositoryDataEntity> repositoriesBeingCreated) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDataEntity |
RepositoryDefinitionDao.findById(long id) |
RepositoryDataEntity |
PlanRepositoryLink.getRepositoryDataEntity() |
RepositoryDataEntity |
RepositoryDefinitionManager.getRepositoryDataEntity(long id)
Get persistent representation of a repository
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RepositoryDataEntity> |
RepositoryDefinitionDao.findAll() |
List<RepositoryDataEntity> |
RepositoryDefinitionManager.findRepositoriesByPluginKey(String pluginKey)
Given a pluginKey this will get you all of the repositories in Bamboo that were created for that key.
|
List<RepositoryDataEntity> |
RepositoryDefinitionDao.findRepositoriesByPluginKey(String pluginKey) |
List<RepositoryDataEntity> |
RepositoryDefinitionDao.getGlobalRepositoryDefinitions() |
Collection<RepositoryDataEntity> |
RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDefinitionManager.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity)
Marks repository for deletion if it is referenced by a
RepositoryChangeset, removes it otherwise. |
void |
RepositoryDefinitionDao.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) |
long |
RepositoryDefinitionManager.saveRepositoryDefinition(RepositoryDataEntity repositoryData)
Save repository definition.
|
void |
PlanRepositoryLink.setRepositoryDataEntity(RepositoryDataEntity repositoryDataEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDefinitionManager.saveRepositoryDefinitions(Collection<RepositoryDataEntity> repositoriesBeingCreated)
Saves all repository definitions in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryDataEntity |
RepositoryChangeset.getRepositoryData() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryChangesetDao.removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryChangeset.setRepositoryData(RepositoryDataEntity repositoryData) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.