Uses of Interface
com.atlassian.bamboo.bandana.BambooBandanaContext
-
-
Uses of BambooBandanaContext in com.atlassian.bamboo.bandana
Classes in com.atlassian.bamboo.bandana that implement BambooBandanaContext Modifier and Type Class Description classBambooBandanaContextImplclassPlanAwareBandanaContextMethods in com.atlassian.bamboo.bandana that return BambooBandanaContext Modifier and Type Method Description @Nullable BambooBandanaContextBambooBandanaContext. getParentContext()Gets the parent context.@Nullable BambooBandanaContextBambooBandanaContextImpl. getParentContext()Methods in com.atlassian.bamboo.bandana with parameters of type BambooBandanaContext Modifier and Type Method Description @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 PlanAwareBandanaContextPlanAwareBandanaContext. forPlugin(@NotNull BambooBandanaContext parentContext, @NotNull String pluginKey)@Nullable BandanaItemBandanaItemDao. getBandanaItem(BambooBandanaContext bandanaContext, String key)BandanaItemBandanaItemDaoImpl. getBandanaItem(@NotNull BambooBandanaContext bandanaContext, String key)voidBandanaItemDao. remove(BambooBandanaContext bandanaContext, String key)voidBandanaItemDaoImpl. remove(BambooBandanaContext bandanaContext, String key)voidBandanaItemDao. removeAllFromContext(BambooBandanaContext bandanaContext)voidBandanaItemDaoImpl. removeAllFromContext(@NotNull BambooBandanaContext bandanaContext)voidBandanaItemDao. saveOrUpdate(BambooBandanaContext bandanaContext, String key, @Nullable String xStreamData)voidBandanaItemDaoImpl. saveOrUpdate(@NotNull BambooBandanaContext bandanaContext, String key, String xStreamData)Constructors in com.atlassian.bamboo.bandana with parameters of type BambooBandanaContext Constructor Description BambooBandanaContextImpl(@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
Methods in com.atlassian.bamboo.build.context with parameters of type BambooBandanaContext Modifier and Type Method Description @NotNull BuildContextBuilderBuildContextBuilder. bandanaContext(BambooBandanaContext bandanaContext)@NotNull BuildContextBuilderBuildContextBuilderImpl. bandanaContext(BambooBandanaContext bandanaContext) -
Uses of BambooBandanaContext in com.atlassian.bamboo.upgrade
Methods in com.atlassian.bamboo.upgrade that return BambooBandanaContext Modifier and Type Method Description BambooBandanaContextUpgradeUtilityBean. getBandanaContextForDbVersion() -
Uses of BambooBandanaContext in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BambooBandanaContext Modifier and Type Method Description @NotNull BambooBandanaContextBuildContext. getBandanaContext()BandanaContext of the plan.@NotNull BambooBandanaContextBuildContextImpl. getBandanaContext()Constructors in com.atlassian.bamboo.v2.build with parameters of type BambooBandanaContext Constructor Description BuildContextImpl(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
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return BambooBandanaContext Modifier and Type Method Description @NotNull BambooBandanaContextDeploymentRepositoryBuildContext. getBandanaContext() -
Uses of BambooBandanaContext in com.atlassian.sal.bamboo.pluginsettings
Constructors in com.atlassian.sal.bamboo.pluginsettings with parameters of type BambooBandanaContext Constructor Description BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager, BambooBandanaContext ctx)
-