Uses of Interface
com.atlassian.bamboo.bandana.BambooBandanaContext
Package
Description
-
Uses of BambooBandanaContext in com.atlassian.bamboo.bandana
Modifier and TypeMethodDescription@Nullable BambooBandanaContext
BambooBandanaContext.getParentContext()
Gets the parent context.@Nullable BambooBandanaContext
BambooBandanaContextImpl.getParentContext()
Modifier and TypeMethodDescription@NotNull Collection<BandanaItem>
BandanaItemDao.findBandanaItems
(BambooBandanaContext bandanaContext) @NotNull Collection<BandanaItem>
BandanaItemDaoImpl.findBandanaItems
(@NotNull BambooBandanaContext bandanaContext) @NotNull Collection<String>
BandanaItemDao.findBandanaKeys
(BambooBandanaContext bandanaContext) @NotNull Collection<String>
BandanaItemDaoImpl.findBandanaKeys
(@NotNull BambooBandanaContext bandanaContext) static PlanAwareBandanaContext
PlanAwareBandanaContext.forPlugin
(@NotNull BambooBandanaContext parentContext, @NotNull String pluginKey) @Nullable BandanaItem
BandanaItemDao.getBandanaItem
(BambooBandanaContext bandanaContext, String key) BandanaItemDaoImpl.getBandanaItem
(@NotNull BambooBandanaContext bandanaContext, String key) void
BandanaItemDao.remove
(BambooBandanaContext bandanaContext, String key) void
BandanaItemDaoImpl.remove
(BambooBandanaContext bandanaContext, String key) void
BandanaItemDao.removeAllFromContext
(BambooBandanaContext bandanaContext) void
BandanaItemDaoImpl.removeAllFromContext
(@NotNull BambooBandanaContext bandanaContext) void
BandanaItemDao.saveOrUpdate
(BambooBandanaContext bandanaContext, String key, @Nullable String xStreamData) void
BandanaItemDaoImpl.saveOrUpdate
(@NotNull BambooBandanaContext bandanaContext, String key, String xStreamData) ModifierConstructorDescriptionBambooBandanaContextImpl
(@Nullable BambooBandanaContext parentContext, long chainId, long planId, @Nullable String pluginKey) Constructs plugin context for a plan.BambooBandanaContextImpl
(@Nullable BambooBandanaContext parentContext, @Nullable String pluginKey) Constructs plugin context.BandanaItem
(BambooBandanaContext bandanaContext, String key, String serializedData) PlanAwareBandanaContext
(@Nullable BambooBandanaContext parentContext, long chainId, long planId, @Nullable String pluginKey) -
Uses of BambooBandanaContext in com.atlassian.bamboo.build.context
Modifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.bandanaContext
(BambooBandanaContext bandanaContext) @NotNull BuildContextBuilder
BuildContextBuilderImpl.bandanaContext
(BambooBandanaContext bandanaContext) -
Uses of BambooBandanaContext in com.atlassian.bamboo.upgrade
-
Uses of BambooBandanaContext in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull BambooBandanaContext
BuildContext.getBandanaContext()
BandanaContext of the plan.@NotNull BambooBandanaContext
BuildContextImpl.getBandanaContext()
ModifierConstructorDescriptionBuildContextImpl
(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, @Nullable BuildChanges buildChanges, @Nullable BuildContext parentBuildContext, @Nullable ArtifactContext artifactContext, VariableContext variableContext, @Nullable Map<String, String> customBuildData, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long, String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, boolean isVerboseLoggingOn, BambooBandanaContext bandanaContext, @NotNull Iterable<CredentialsData> relevantSharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> relevantStorageTags, BuildKey buildKey, MergeResultContext mergeResult, boolean expectingCustomDedicatedAgent) Using this constructor directly is not recommended. -
Uses of BambooBandanaContext in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull BambooBandanaContext
DeploymentRepositoryBuildContext.getBandanaContext()
-
Uses of BambooBandanaContext in com.atlassian.sal.bamboo.pluginsettings
ModifierConstructorDescriptionBambooPluginSettings
(com.atlassian.bandana.BandanaManager bandanaManager, BambooBandanaContext ctx)