Modifier and Type | Class and Description |
---|---|
class |
BambooBandanaContextImpl |
class |
PlanAwareBandanaContext |
Modifier and Type | Method and Description |
---|---|
@Nullable BambooBandanaContext |
BambooBandanaContextImpl.getParentContext() |
@Nullable BambooBandanaContext |
BambooBandanaContext.getParentContext()
Gets the parent context.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Collection<BandanaItem> |
BandanaItemDaoImpl.findBandanaItems(@NotNull BambooBandanaContext bandanaContext) |
@NotNull Collection<BandanaItem> |
BandanaItemDao.findBandanaItems(BambooBandanaContext bandanaContext) |
@NotNull Collection<String> |
BandanaItemDaoImpl.findBandanaKeys(@NotNull BambooBandanaContext bandanaContext) |
@NotNull Collection<String> |
BandanaItemDao.findBandanaKeys(BambooBandanaContext bandanaContext) |
static PlanAwareBandanaContext |
PlanAwareBandanaContext.forPlugin(@NotNull BambooBandanaContext parentContext,
@NotNull String pluginKey) |
BandanaItem |
BandanaItemDaoImpl.getBandanaItem(@NotNull BambooBandanaContext bandanaContext,
String key) |
@Nullable BandanaItem |
BandanaItemDao.getBandanaItem(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDaoImpl.remove(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDao.remove(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDaoImpl.removeAllFromContext(@NotNull BambooBandanaContext bandanaContext) |
void |
BandanaItemDao.removeAllFromContext(BambooBandanaContext bandanaContext) |
void |
BandanaItemDaoImpl.saveOrUpdate(@NotNull BambooBandanaContext bandanaContext,
String key,
String xStreamData) |
void |
BandanaItemDao.saveOrUpdate(BambooBandanaContext bandanaContext,
String key,
@Nullable String xStreamData) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
@NotNull BuildContextBuilder |
BuildContextBuilderImpl.bandanaContext(BambooBandanaContext bandanaContext) |
@NotNull BuildContextBuilder |
BuildContextBuilder.bandanaContext(BambooBandanaContext bandanaContext) |
Modifier and Type | Method and Description |
---|---|
BambooBandanaContext |
UpgradeUtilityBean.getBandanaContextForDbVersion() |
Modifier and Type | Method and Description |
---|---|
@NotNull BambooBandanaContext |
BuildContextImpl.getBandanaContext() |
@NotNull BambooBandanaContext |
BuildContext.getBandanaContext()
BandanaContext of the plan.
|
Constructor and Description |
---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
@Nullable BuildChanges buildChanges,
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.
|
Modifier and Type | Method and Description |
---|---|
@NotNull BambooBandanaContext |
DeploymentRepositoryBuildContext.getBandanaContext() |
Constructor and Description |
---|
BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager,
BambooBandanaContext ctx) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.