Uses of Interface
com.atlassian.bamboo.variable.StageVariableContext
Package
Description
-
Uses of StageVariableContext in com.atlassian.bamboo.chains
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<ChainStageResultImpl,
StageVariableContext> ChainStageResultImpl_.manualVariables
static javax.persistence.metamodel.ListAttribute<ChainStageResultImpl,
StageVariableContext> ChainStageResultImpl_.manualVariablesEncrypted
Modifier and TypeMethodDescription@NotNull List<StageVariableContext>
ChainStageResult.getManualVariables()
Get manual variables that were set before this stage started.@NotNull List<StageVariableContext>
ChainStageResultImpl.getManualVariables()
@NotNull List<StageVariableContext>
ChainStageResult.getManualVariablesEncrypted()
Since 7.0.ChainStageResultImpl.getManualVariablesEncrypted()
Modifier and TypeMethodDescriptionvoid
ChainStageResult.addManualVariable
(@NotNull StageVariableContext stageVariableContext) void
ChainStageResultImpl.addManualVariable
(@NotNull StageVariableContext stageVariableContext) -
Uses of StageVariableContext in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionprotected @NotNull StageVariableContext
StageVariableContextMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected void
StageVariableContextMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull StageVariableContext object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
StageVariableContextMapper.importProperties
(@NotNull StageVariableContext stageVariableContext, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of StageVariableContext in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionstatic StageVariableContext
StageVariableContextImpl.clone
(@NotNull StageVariableContext input) Modifier and TypeMethodDescriptionstatic StageVariableContext
StageVariableContextImpl.clone
(@NotNull StageVariableContext input)