Package | Description |
---|---|
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.plan.cache | |
com.atlassian.bamboo.resultsummary | |
com.atlassian.bamboo.variable |
Modifier and Type | Method and Description |
---|---|
protected VariableSubstitution |
VariableSubstitutionMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
VariableSubstitutionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<VariableSubstitution> list,
VariableSubstitution object,
long objectIndex,
org.hibernate.Session session) |
protected void |
VariableSubstitutionMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
VariableSubstitution object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
VariableSubstitutionMapper.importProperties(VariableSubstitution object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
VariableSubstitutionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<VariableSubstitution> list,
VariableSubstitution object,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
List<VariableSubstitution> |
ImmutableResultsSummaryImpl.getSubstitutedVariables() |
Modifier and Type | Method and Description |
---|---|
List<VariableSubstitution> |
BaseResultSummary.getManuallyOverriddenVariables() |
List<VariableSubstitution> |
ImmutableResultsSummary.getManuallyOverriddenVariables()
Deprecated.
since 5.15 for internal use only, use
ResultsSummaryVariableAccessor instead |
List<VariableSubstitution> |
AbstractResultsSummary.getSubstitutedVariables() |
List<VariableSubstitution> |
ImmutableResultsSummary.getSubstitutedVariables()
Deprecated.
since 5.15 without replacement, returns empty list for any result created by Bamboo 5.15 or later
|
Modifier and Type | Method and Description |
---|---|
long |
BuildResultsSummaryHibernateDao.scrollVariableSubstitutionForExport(Consumer<VariableSubstitution> consumer) |
long |
BuildResultsSummaryDao.scrollVariableSubstitutionForExport(Consumer<VariableSubstitution> consumer)
Scroll through and execute function for each of VariableSubstitution
Objects passed to function are not fully initialized.
|
void |
AbstractResultsSummary.setSubstitutedVariables(List<VariableSubstitution> substitutedVariables) |
Modifier and Type | Class and Description |
---|---|
class |
VariableSubstitutionImpl |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.