|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BambooBandanaContext in com.atlassian.bamboo.bandana |
---|
Classes in com.atlassian.bamboo.bandana that implement BambooBandanaContext | |
---|---|
class |
BambooBandanaContextImpl
|
class |
PlanAwareBandanaContext
|
Methods in com.atlassian.bamboo.bandana that return BambooBandanaContext | |
---|---|
BambooBandanaContext |
BambooBandanaContext.getParentContext()
Gets the parent context. |
BambooBandanaContext |
BambooBandanaContextImpl.getParentContext()
|
Constructors in com.atlassian.bamboo.bandana with parameters of type BambooBandanaContext | |
---|---|
BambooBandanaContextImpl(BambooBandanaContext parentContext,
long planId,
String pluginKey)
|
|
BandanaItem(BambooBandanaContext bandanaContext,
String key,
String serializedData)
|
|
PlanAwareBandanaContext(BambooBandanaContext parentContext,
long planId,
String pluginKey)
|
Uses of BambooBandanaContext in com.atlassian.bamboo.build.context |
---|
Methods in com.atlassian.bamboo.build.context with parameters of type BambooBandanaContext | |
---|---|
BuildContextBuilder |
BuildContextBuilder.bandanaContext(BambooBandanaContext bandanaContext)
|
BuildContextBuilder |
BuildContextBuilderImpl.bandanaContext(BambooBandanaContext bandanaContext)
|
Uses of BambooBandanaContext in com.atlassian.bamboo.deployments.environments.index |
---|
Methods in com.atlassian.bamboo.deployments.environments.index that return BambooBandanaContext | |
---|---|
protected BambooBandanaContext |
EnvironmentIndexerImpl.getIndexerBandanaContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.deployments.versions.index |
---|
Methods in com.atlassian.bamboo.deployments.versions.index that return BambooBandanaContext | |
---|---|
protected BambooBandanaContext |
VersionIndexerImpl.getIndexerBandanaContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.index |
---|
Methods in com.atlassian.bamboo.index that return BambooBandanaContext | |
---|---|
static BambooBandanaContext |
IndexerBandanaContext.forIndexer(Indexer indexer)
|
protected abstract BambooBandanaContext |
AbstractIndexer.getIndexerBandanaContext()
|
static BambooBandanaContext |
IndexerBandanaContext.globalContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.index.buildresult |
---|
Methods in com.atlassian.bamboo.index.buildresult that return BambooBandanaContext | |
---|---|
protected BambooBandanaContext |
DefaultBuildResultsIndexer.getIndexerBandanaContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.index.quicksearch |
---|
Methods in com.atlassian.bamboo.index.quicksearch that return BambooBandanaContext | |
---|---|
protected BambooBandanaContext |
QuickSearchIndexerImpl.getIndexerBandanaContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.plugins.vcs.task |
---|
Methods in com.atlassian.bamboo.plugins.vcs.task that return BambooBandanaContext | |
---|---|
BambooBandanaContext |
DeploymentRepositoryBuildContext.getBandanaContext()
|
Uses of BambooBandanaContext in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that return BambooBandanaContext | |
---|---|
BambooBandanaContext |
BuildContext.getBandanaContext()
BandanaContext of the plan. |
BambooBandanaContext |
BuildContextImpl.getBandanaContext()
|
Constructors in com.atlassian.bamboo.v2.build with parameters of type BambooBandanaContext | |
---|---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
BuildContext parentBuildContext,
ArtifactContext artifactContext,
VariableContext variableContext,
Map<String,String> customBuildData,
Map<Long,RepositoryDefinition> repositoryDefinitionMap,
Set<Long> relevantRepositoryIds,
Map<Long,String> checkoutLocation,
boolean isBranch,
boolean isOnceOff,
boolean isCustomBuild,
BambooBandanaContext bandanaContext,
Iterable<CredentialsData> relevantSharedCredentials)
Using this constructor directly is not recommended. |
Uses of BambooBandanaContext in com.atlassian.sal.bamboo.pluginsettings |
---|
Constructors in com.atlassian.sal.bamboo.pluginsettings with parameters of type BambooBandanaContext | |
---|---|
BambooPluginSettings(com.atlassian.bandana.BandanaManager bandanaManager,
BambooBandanaContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |