Modifier and Type | Class and Description |
---|---|
class |
BambooBandanaContextImpl |
class |
PlanAwareBandanaContext |
Modifier and Type | Method and Description |
---|---|
BambooBandanaContext |
BambooBandanaContextImpl.getParentContext() |
BambooBandanaContext |
BambooBandanaContext.getParentContext()
Gets the parent context.
|
Modifier and Type | Method and Description |
---|---|
Collection<BandanaItem> |
BandanaItemDaoImpl.findBandanaItems(BambooBandanaContext bandanaContext) |
Collection<BandanaItem> |
BandanaItemDao.findBandanaItems(BambooBandanaContext bandanaContext) |
Collection<String> |
BandanaItemDaoImpl.findBandanaKeys(BambooBandanaContext bandanaContext) |
Collection<String> |
BandanaItemDao.findBandanaKeys(BambooBandanaContext bandanaContext) |
static PlanAwareBandanaContext |
PlanAwareBandanaContext.forPlugin(BambooBandanaContext parentContext,
String pluginKey) |
BandanaItem |
BandanaItemDaoImpl.getBandanaItem(BambooBandanaContext bandanaContext,
String key) |
BandanaItem |
BandanaItemDao.getBandanaItem(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDaoImpl.remove(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDao.remove(BambooBandanaContext bandanaContext,
String key) |
void |
BandanaItemDaoImpl.removeAllFromContext(BambooBandanaContext bandanaContext) |
void |
BandanaItemDao.removeAllFromContext(BambooBandanaContext bandanaContext) |
void |
BandanaItemDaoImpl.saveOrUpdate(BambooBandanaContext bandanaContext,
String key,
String xStreamData) |
void |
BandanaItemDao.saveOrUpdate(BambooBandanaContext bandanaContext,
String key,
String xStreamData) |
Constructor and Description |
---|
BambooBandanaContextImpl(BambooBandanaContext parentContext,
long planId,
String pluginKey) |
BandanaItem(BambooBandanaContext bandanaContext,
String key,
String serializedData) |
PlanAwareBandanaContext(BambooBandanaContext parentContext,
long planId,
String pluginKey) |
Modifier and Type | Method and Description |
---|---|
BuildContextBuilder |
BuildContextBuilderImpl.bandanaContext(BambooBandanaContext bandanaContext) |
BuildContextBuilder |
BuildContextBuilder.bandanaContext(BambooBandanaContext bandanaContext) |
Modifier and Type | Method and Description |
---|---|
protected BambooBandanaContext |
EnvironmentIndexerImpl.getIndexerBandanaContext() |
Modifier and Type | Method and Description |
---|---|
protected BambooBandanaContext |
VersionIndexerImpl.getIndexerBandanaContext() |
Modifier and Type | Method and Description |
---|---|
static BambooBandanaContext |
IndexerBandanaContext.forIndexer(Indexer indexer) |
protected abstract BambooBandanaContext |
AbstractIndexer.getIndexerBandanaContext() |
static BambooBandanaContext |
IndexerBandanaContext.globalContext() |
Modifier and Type | Method and Description |
---|---|
protected BambooBandanaContext |
DefaultBuildResultsIndexer.getIndexerBandanaContext() |
Modifier and Type | Method and Description |
---|---|
protected BambooBandanaContext |
QuickSearchIndexerImpl.getIndexerBandanaContext() |
Modifier and Type | Method and Description |
---|---|
BambooBandanaContext |
BuildContextImpl.getBandanaContext() |
BambooBandanaContext |
BuildContext.getBandanaContext()
BandanaContext of the plan.
|
Constructor and Description |
---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
BuildContext parentBuildContext,
ArtifactContext artifactContext,
VariableContext variableContext,
Map<String,String> customBuildData,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
Set<Long> relevantRepositoryIds,
Map<Long,String> checkoutLocation,
boolean isBranch,
boolean isOnceOff,
boolean isCustomBuild,
BambooBandanaContext bandanaContext,
Iterable<CredentialsData> relevantSharedCredentials,
Map<PlanKey,ChainStorageTag> relevantStorageTags)
Using this constructor directly is not recommended.
|
Modifier and Type | Method and Description |
---|---|
BambooBandanaContext |
DeploymentRepositoryBuildContext.getBandanaContext() |
Constructor and Description |
---|
BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager,
BambooBandanaContext ctx) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.