Modifier and Type | Method and Description |
---|---|
void |
SpecsConsumer.onError(VcsRepositoryData vcsRepositoryData,
List<CommitContext> commits,
VcsBambooSpecsSource specsSource,
RssPermissions rssPermissions,
com.atlassian.utils.process.OutputHandler stdout,
Throwable throwable,
String logFilename)
Handle problem with specs import
|
void |
SpecsConsumer.onYamlValidationError(VcsRepositoryData vcsRepositoryData,
List<CommitContext> commits,
VcsBambooSpecsSource specsSource,
RssPermissions rssPermissions,
com.atlassian.utils.process.OutputHandler stdout,
Exception throwable,
String logFilename)
Handle problem with yaml validation
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryStoredSpecsExecutionServiceImpl.generateBambooYamlsFromSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path specsDir,
Path outputDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename) |
void |
RepositoryStoredSpecsExecutionService.generateBambooYamlsFromSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path specsDir,
Path outputDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Execute Java Specs
|
boolean |
YamlSpecsImportService.processSimplifiedYaml(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path yamlFile,
Path workingDir,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Import configuration from Yaml Specs
|
boolean |
YamlSpecsImportServiceImpl.processSimplifiedYaml(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path yamlFile,
Path workingDir,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename) |
boolean |
JavaSpecsImportService.processSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path workingDir,
Path specsDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename)
Execute Java Specs and import results
|
boolean |
JavaSpecsImportServiceImpl.processSpecs(SpecsConsumer specsConsumer,
VcsRepositoryData repository,
VcsBambooSpecsSource specsSource,
Path workingDir,
Path specsDir,
RssSecurityConfiguration rssSecurityConfiguration,
RssPermissions rssPermissions,
List<CommitContext> commits,
RssExecutionOutputHandler stdout,
String logFilename) |
void |
RepositoryStoredSpecsResultHelper.publishRssErrorEvent(VcsRepositoryData vcsRepositoryData,
List<CommitContext> commits,
VcsBambooSpecsSource specsSource,
RssPermissions rssPermissions,
Throwable throwable,
Map<String,RssAffectedPlan> affectedPlans,
Collection<PlanKey> notUpdatedPlans,
Collection<Long> notUpdatedDeploymentProjects,
String logFilename)
Handles specs execution error: creates specs result for remaining plans and publishes
RssErrorEvent |
void |
RepositoryStoredSpecsResultHelperImpl.publishRssErrorEvent(VcsRepositoryData vcsRepositoryData,
List<CommitContext> commits,
VcsBambooSpecsSource specsSource,
RssPermissions rssPermissions,
Throwable throwable,
Map<String,RssAffectedPlan> affectedPlans,
Collection<PlanKey> notUpdatedPlans,
Collection<Long> notUpdatedDeploymentProjects,
String logFilename) |
Modifier and Type | Method and Description |
---|---|
EntityImporter |
DeploymentProjectImporterProvider.getEntityImporter(Optional<VcsBambooSpecsSource> specsSource) |
EntityImporter |
PlanImporterProvider.getEntityProvider(VcsRepositoryData vcsRepositoryData,
List<CommitContext> commits,
RssExecutionOutputHandler outputHandler,
SpecsType specsType,
Optional<VcsBambooSpecsSource> specsSource) |
Modifier and Type | Method and Description |
---|---|
VcsBambooSpecsSource |
MutableDeploymentProjectImpl.getVcsBambooSpecsSource() |
VcsBambooSpecsSource |
MutableDeploymentProject.getVcsBambooSpecsSource() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentProjectImpl.setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource) |
void |
MutableDeploymentProject.setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource) |
Modifier and Type | Method and Description |
---|---|
protected VcsBambooSpecsSource |
SpecsSourceMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
SpecsSourceMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<VcsBambooSpecsSource> list,
VcsBambooSpecsSource object,
long objectIndex,
org.hibernate.Session session) |
protected void |
SpecsSourceMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
VcsBambooSpecsSource specsSource,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
SpecsSourceMapper.importProperties(VcsBambooSpecsSource object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
SpecsSourceMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<VcsBambooSpecsSource> list,
VcsBambooSpecsSource object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
VcsBambooSpecsSourceImpl |
Modifier and Type | Method and Description |
---|---|
VcsBambooSpecsSource |
AbstractChain.getVcsBambooSpecsSource() |
Modifier and Type | Method and Description |
---|---|
Optional<VcsBambooSpecsSource> |
BambooSpecsSourceDaoImpl.findById(long specsSourceId) |
Optional<VcsBambooSpecsSource> |
BambooSpecsSourceDao.findById(long specsStateId) |
Optional<VcsBambooSpecsSource> |
BambooSpecsManagerImpl.findSourceById(long specsStateId) |
Optional<VcsBambooSpecsSource> |
BambooSpecsManager.findSourceById(long specsStateId)
Find
VcsBambooSpecsSource by id. |
Modifier and Type | Method and Description |
---|---|
void |
BambooSpecsManagerImpl.save(VcsBambooSpecsSource vcsBambooSpecsSource) |
void |
BambooSpecsManager.save(VcsBambooSpecsSource vcsBambooSpecsSource)
Save new
VcsBambooSpecsSource entity. |
void |
BambooSpecsSourceDaoImpl.saveOrUpdate(VcsBambooSpecsSource vcsBambooSpecsSource) |
void |
BambooSpecsSourceDao.saveOrUpdate(VcsBambooSpecsSource vcsLocationBambooSpecsState) |
Modifier and Type | Method and Description |
---|---|
void |
BambooSpecsSourceDaoImpl.scrollVcsBambooSpecsSourceForExport(Consumer<VcsBambooSpecsSource> consumer) |
void |
BambooSpecsSourceDao.scrollVcsBambooSpecsSourceForExport(Consumer<VcsBambooSpecsSource> consumer) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.