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 class
BambooBandanaContextImpl
class
PlanAwareBandanaContext
Methods in com.atlassian.bamboo.bandana that return BambooBandanaContext Modifier and Type Method Description @Nullable BambooBandanaContext
BambooBandanaContext. getParentContext()
Gets the parent context.@Nullable BambooBandanaContext
BambooBandanaContextImpl. 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 PlanAwareBandanaContext
PlanAwareBandanaContext. forPlugin(@NotNull BambooBandanaContext parentContext, @NotNull String pluginKey)
@Nullable BandanaItem
BandanaItemDao. getBandanaItem(BambooBandanaContext bandanaContext, String key)
BandanaItem
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)
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 BuildContextBuilder
BuildContextBuilder. bandanaContext(BambooBandanaContext bandanaContext)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. 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 BambooBandanaContext
UpgradeUtilityBean. 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 BambooBandanaContext
BuildContext. getBandanaContext()
BandanaContext of the plan.@NotNull BambooBandanaContext
BuildContextImpl. 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 BambooBandanaContext
DeploymentRepositoryBuildContext. 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)
-