Uses of Interface
com.atlassian.bamboo.variable.VariableSubstitution
Package
Description
-
Uses of VariableSubstitution in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull VariableSubstitution
VariableSubstitutionMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
VariableSubstitutionMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<VariableSubstitution> list, @NotNull VariableSubstitution object, long objectIndex, @NotNull org.hibernate.Session session) protected void
VariableSubstitutionMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull VariableSubstitution object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
VariableSubstitutionMapper.importProperties
(@NotNull VariableSubstitution object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
VariableSubstitutionMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<VariableSubstitution> list, @NotNull VariableSubstitution object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of VariableSubstitution in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull List<VariableSubstitution>
ImmutableResultsSummaryImpl.getSubstitutedVariables()
-
Uses of VariableSubstitution in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionprotected final io.atlassian.util.concurrent.ResettableLazyReference<List<VariableSubstitution>>
AbstractResultsSummary.decryptedSubstitutedVariablesReference
static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,
VariableSubstitution> AbstractResultsSummary_.substitutedVariables
static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,
VariableSubstitution> AbstractResultsSummary_.substitutedVariablesEncrypted
Modifier and TypeMethodDescriptionBaseResultSummary.getManuallyOverriddenVariables()
ImmutableResultsSummary.getManuallyOverriddenVariables()
Deprecated.@NotNull List<VariableSubstitution>
AbstractResultsSummary.getSubstitutedVariables()
@NotNull List<VariableSubstitution>
ImmutableResultsSummary.getSubstitutedVariables()
Deprecated.since 5.15 without replacement, returns empty list for any result created by Bamboo 5.15 or later@NotNull List<VariableSubstitution>
AbstractResultsSummary.getSubstitutedVariablesEncrypted()
@NotNull List<VariableSubstitution>
ResultsSummary.getSubstitutedVariablesEncrypted()
Deprecated.returns empty list for any result created with version 5.7 or laterModifier and TypeMethodDescriptionlong
BuildResultsSummaryDao.scrollVariableSubstitutionForExport
(@NotNull Consumer<VariableSubstitution> consumer) Scroll through and execute function for each of VariableSubstitution Objects passed to function are not fully initialized.long
BuildResultsSummaryHibernateDao.scrollVariableSubstitutionForExport
(@NotNull Consumer<VariableSubstitution> consumer) -
Uses of VariableSubstitution in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionstatic VariableSubstitution
VariableSubstitutionImpl.clone
(@NotNull VariableSubstitution input) Modifier and TypeMethodDescriptionstatic VariableSubstitution
VariableSubstitutionImpl.clone
(@NotNull VariableSubstitution input)
ResultsSummaryVariableAccessor
instead