Package | Description |
---|---|
com.atlassian.bamboo.configuration.external | |
com.atlassian.bamboo.plan | |
com.atlassian.bamboo.plan.cache | |
com.atlassian.bamboo.specs |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryStoredSpecsService.runBambooSpecs(VcsRepositoryModuleDescriptor vcsRepositoryModuleDescriptor,
VcsRepositoryData repository,
VcsLocationBambooSpecsState specsState) |
void |
RepositoryStoredSpecsServiceImpl.runBambooSpecs(VcsRepositoryModuleDescriptor vcsRepositoryModuleDescriptor,
VcsRepositoryData repository,
VcsLocationBambooSpecsState specsState) |
Modifier and Type | Class and Description |
---|---|
class |
VcsLocationBambooSpecsStateImpl |
Modifier and Type | Method and Description |
---|---|
VcsLocationBambooSpecsState |
AbstractImmutableChain.getVcsLocationBambooSpecsState() |
VcsLocationBambooSpecsState |
ImmutableChain.getVcsLocationBambooSpecsState() |
Modifier and Type | Method and Description |
---|---|
Optional<VcsLocationBambooSpecsState> |
BambooSpecsManagerImpl.findCurrentState(long rootVcsRepositoryId,
String branch) |
Optional<VcsLocationBambooSpecsState> |
BambooSpecsManager.findCurrentState(long rootVcsRepositoryId,
String branch) |
Optional<VcsLocationBambooSpecsState> |
BambooSpecsDaoImpl.findLatestState(long rootVcsRepositoryId,
String branch) |
Optional<VcsLocationBambooSpecsState> |
BambooSpecsDao.findLatestState(long rootVcsRepositoryId,
String branch) |
Modifier and Type | Method and Description |
---|---|
void |
BambooSpecsManagerImpl.save(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) |
void |
BambooSpecsManager.save(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) |
void |
BambooSpecsDaoImpl.saveOrUpdate(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) |
void |
BambooSpecsDao.saveOrUpdate(VcsLocationBambooSpecsState vcsLocationBambooSpecsState) |
void |
BambooSpecsManagerImpl.updateCurrentState(VcsLocationBambooSpecsState currentState,
String revision) |
void |
BambooSpecsManager.updateCurrentState(VcsLocationBambooSpecsState currentState,
String revision) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.