|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommonContext in com.atlassian.bamboo.build.pipeline.tasks |
|---|
| Methods in com.atlassian.bamboo.build.pipeline.tasks that return CommonContext | |
|---|---|
CommonContext |
PrepareBuildTask.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
CommonContext |
ExecuteBuildTask.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
| Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type CommonContext | |
|---|---|
CommonContext |
PrepareBuildTask.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
CommonContext |
ExecuteBuildTask.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
| Uses of CommonContext in com.atlassian.bamboo.chains |
|---|
| Methods in com.atlassian.bamboo.chains with parameters of type CommonContext | |
|---|---|
static void |
ChainPluginSupportHelper.prepareRuntimeTaskData(CommonContext commonContext,
TaskManager taskManager,
ErrorUpdateHandler errorUpdateHandler)
|
static void |
ChainPluginSupportHelper.processRuntimeTaskData(CommonContext commonContext,
TaskManager taskManager,
ErrorUpdateHandler errorUpdateHandler)
|
| Uses of CommonContext in com.atlassian.bamboo.deployments.execution |
|---|
| Subinterfaces of CommonContext in com.atlassian.bamboo.deployments.execution | |
|---|---|
interface |
DeploymentContext
|
| Classes in com.atlassian.bamboo.deployments.execution that implement CommonContext | |
|---|---|
class |
DeploymentContextImpl
|
| Uses of CommonContext in com.atlassian.bamboo.event |
|---|
| Classes in com.atlassian.bamboo.event with type parameters of type CommonContext | |
|---|---|
interface |
ContextEvent<C extends CommonContext>
|
| Uses of CommonContext in com.atlassian.bamboo.execution |
|---|
| Methods in com.atlassian.bamboo.execution with parameters of type CommonContext | |
|---|---|
void |
ExecutionPhaseService.agentAssigned(CommonContext context,
long agentId)
This is executed on the agent |
void |
ExecutionPhaseServiceImpl.agentAssigned(CommonContext context,
long agentId)
|
void |
ExecutionPhaseService.executionFinished(CommonContext context)
Marks finish of tasks execution. |
void |
ExecutionPhaseServiceImpl.executionFinished(CommonContext context)
|
void |
ExecutionPhaseService.executionStarted(CommonContext context)
Marks start of tasks execution. |
void |
ExecutionPhaseServiceImpl.executionStarted(CommonContext context)
|
void |
ExecutionPhaseService.queued(CommonContext context)
This is executed on the server When the build/deployment gets put on the queue |
void |
ExecutionPhaseServiceImpl.queued(CommonContext context)
|
void |
ExecutionPhaseService.vcsSyncStarted(CommonContext context)
This is executed on the agent |
void |
ExecutionPhaseServiceImpl.vcsSyncStarted(CommonContext context)
Implementation for Deployments is simple do-nothing |
| Uses of CommonContext in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan that return CommonContext | |
|---|---|
CommonContext |
ExecutableAgentsHelper.ExecutorQuery.getContext()
|
| Methods in com.atlassian.bamboo.plan with parameters of type CommonContext | |
|---|---|
ExecutableAgentsHelper.ExecutorQuery |
ExecutableAgentsHelper.ExecutorQuery.withContext(CommonContext context)
|
| Uses of CommonContext in com.atlassian.bamboo.plugins.vcs.task |
|---|
| Classes in com.atlassian.bamboo.plugins.vcs.task that implement CommonContext | |
|---|---|
class |
DeploymentRepositoryBuildContext
|
| Constructors in com.atlassian.bamboo.plugins.vcs.task with parameters of type CommonContext | |
|---|---|
DeploymentRepositoryBuildContext(CommonContext commonContext)
|
|
| Uses of CommonContext in com.atlassian.bamboo.task |
|---|
| Methods in com.atlassian.bamboo.task that return CommonContext | |
|---|---|
CommonContext |
CommonTaskContextImpl.getBuildContext()
|
CommonContext |
CommonTaskContext.getCommonContext()
Contains all the build related information about the running of the tasks |
CommonContext |
TaskExecutionContext.getCommonContext()
|
CommonContext |
CommonTaskContextImpl.getCommonContext()
|
| Methods in com.atlassian.bamboo.task with parameters of type CommonContext | |
|---|---|
java.util.List<TaskResult> |
TaskExecutor.execute(CommonContext buildContext,
ReadOnlyCapabilitySet readOnlyCapabilitySet)
|
java.util.List<TaskResult> |
TaskExecutorImpl.execute(CommonContext buildContext,
ReadOnlyCapabilitySet readOnlyCapabilitySet)
|
java.util.List<TaskResult> |
TaskExecutor.executePreparationTasks(CommonContext buildContext,
ReadOnlyCapabilitySet readOnlyCapabilitySet)
|
java.util.List<TaskResult> |
TaskExecutorImpl.executePreparationTasks(CommonContext buildContext,
ReadOnlyCapabilitySet readOnlyCapabilitySet)
|
java.util.Map<java.lang.String,java.lang.String> |
RuntimeTaskDataProvider.populateRuntimeTaskData(TaskDefinition taskDefinition,
CommonContext commonContext)
Server side pre-build action that may be implemented by task. |
void |
RuntimeTaskDataProvider.processRuntimeTaskData(TaskDefinition taskDefinition,
CommonContext commonContext)
Server side post-build action that may be implemented by task. |
| Constructors in com.atlassian.bamboo.task with parameters of type CommonContext | |
|---|---|
TaskExecutionContext(java.util.Queue<TaskDefinition> tasks,
TaskExecutionStrategy executionStrategy,
CommonContext commonContext,
ReadOnlyCapabilitySet capabilities,
BuildLoggerManager buildLoggerManager,
java.io.File defaultRootDirectory)
|
|
| Uses of CommonContext in com.atlassian.bamboo.task.repository |
|---|
| Methods in com.atlassian.bamboo.task.repository with parameters of type CommonContext | |
|---|---|
static RepositoryDefinition |
RepositoryTaskHelper.getRepositoryDefinitionByIdSelector(CommonContext buildContext,
TaskDefinition taskDefinition,
java.lang.String repositoryIdSelector)
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build |
|---|
| Subinterfaces of CommonContext in com.atlassian.bamboo.v2.build | |
|---|---|
interface |
BuildContext
A class that encapsulates how to build a particular plan at a given instance |
| Classes in com.atlassian.bamboo.v2.build that implement CommonContext | |
|---|---|
class |
BuildContextImpl
|
| Methods in com.atlassian.bamboo.v2.build with parameters of type CommonContext | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
BuildContextHelper.getArtifactHandlerConfiguration(CommonContext context)
|
static java.io.File |
BuildContextHelper.getBuildWorkingDirectory(CommonContext buildContext)
|
static void |
CommonContextHelper.rewire(CommonContext context)
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.agent |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent that return CommonContext | |
|---|---|
CommonContext |
BuildPhase.call(CommonContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Execute the build task. |
CommonContext |
DefaultBuildAgent.getBuilding()
|
CommonContext |
ExecutableBuildAgent.getBuilding()
Gets the BuildContext related to the build that is building on the agent. |
| Methods in com.atlassian.bamboo.v2.build.agent with parameters of type CommonContext | |
|---|---|
CommonContext |
BuildPhase.call(CommonContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Execute the build task. |
java.util.Collection<BuildAgent> |
BuildAgentRequirementFilter.filter(CommonContext context,
java.util.Collection<BuildAgent> agents,
MinimalRequirementSet requirements)
Filter the given collection of agents by the requirements |
void |
LocalResultProcessorImpl.processResult(CommonContext context)
|
void |
ResultProcessor.processResult(CommonContext context)
|
void |
DefaultBuildAgent.setContextToBuild(CommonContext newContext)
|
void |
ExecutableBuildAgent.setContextToBuild(CommonContext context)
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.agent.messages |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent.messages that return CommonContext | |
|---|---|
CommonContext |
ProcessResult.getContext()
|
| Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type CommonContext | |
|---|---|
ProcessResult(CommonContext context)
|
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.agent.remote |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type CommonContext | |
|---|---|
void |
RemoteExecutionPhaseServiceImpl.agentAssigned(CommonContext context,
long agentId)
|
void |
RemoteExecutionPhaseServiceImpl.executionFinished(CommonContext context)
|
void |
RemoteExecutionPhaseServiceImpl.executionStarted(CommonContext context)
|
void |
RemoteResultProcessor.processResult(CommonContext context)
|
void |
RemoteExecutionPhaseServiceImpl.queued(CommonContext context)
|
void |
RemoteExecutionPhaseServiceImpl.vcsSyncStarted(CommonContext context)
Implementation for Deployments is simple do-nothing |
| Uses of CommonContext in com.atlassian.bamboo.v2.build.queue |
|---|
| Classes in com.atlassian.bamboo.v2.build.queue with type parameters of type CommonContext | |
|---|---|
class |
QueueManagerView<S extends CommonContext,V>
QueueManagerView is the only class that should be used to access Bamboo queue. |
| Methods in com.atlassian.bamboo.v2.build.queue that return CommonContext | |
|---|---|
CommonContext |
QueueOfExecutables.get(ResultKey resultKey)
Retrieves an executable with given key from storage. |
CommonContext |
QueueOfExecutables.inflight(ResultKey resultKey)
Called when a given executable is en route to agent. |
CommonContext |
QueueOfExecutables.remove(ResultKey resultKey)
Called when an executable should be removed from the queue. |
CommonContext |
AgentQueueAccessor.takeBuildContext(long agentId)
Takes a BuildContext from the queue, blocking until one is available. |
CommonContext |
BuildQueueManagerImpl.takeBuildContext(long agentId)
|
CommonContext |
AgentQueueAccessorImpl.takeBuildContext(long id)
|
| Methods in com.atlassian.bamboo.v2.build.queue that return types with arguments of type CommonContext | ||
|---|---|---|
java.lang.Iterable<CommonContext> |
BuildQueueManager.getBuildQueue()
Deprecated. |
|
java.lang.Iterable<CommonContext> |
BuildQueueManagerImpl.getBuildQueue()
|
|
com.google.common.collect.ImmutableList<CommonContext> |
BuildQueueManager.getRecentBuildQueue()
Deprecated. since 5.1 use $ BuildQueueManager.getBuildQueue() instead |
|
com.google.common.collect.ImmutableList<CommonContext> |
BuildQueueManagerImpl.getRecentBuildQueue()
|
|
static
|
QueueManagerView.newView(BuildQueueManager buildQueueManager,
com.google.common.base.Function<BuildQueueManager.QueueItemView<CommonContext>,BuildQueueManager.QueueItemView<V>> context2QueueItem)
Creates a queue view that returns all queued executables - without filtering |
|
BuildQueueManager.QueueItemView<CommonContext> |
BuildQueueManager.peekContext(ResultKey resultKey)
Returns a queued CommonContext for given resultKey. |
|
BuildQueueManager.QueueItemView<CommonContext> |
BuildQueueManagerImpl.peekContext(ResultKey resultKey)
|
|
| Methods in com.atlassian.bamboo.v2.build.queue with parameters of type CommonContext | |
|---|---|
void |
BuildQueueManager.addToQueue(CommonContext context)
Attempts to add the build to a queue. |
void |
BuildQueueManagerImpl.addToQueue(CommonContext context)
|
void |
QueueOfExecutables.enqueue(CommonContext context)
Adds a new executable to store. |
void |
ExecutableOrderProvider.onDequeue(CommonContext resultKey)
Called when a context is removed from queue. |
| Method parameters in com.atlassian.bamboo.v2.build.queue with type arguments of type CommonContext | ||
|---|---|---|
static
|
QueueManagerView.newView(BuildQueueManager buildQueueManager,
com.google.common.base.Function<BuildQueueManager.QueueItemView<CommonContext>,BuildQueueManager.QueueItemView<V>> context2QueueItem)
Creates a queue view that returns all queued executables - without filtering |
|
void |
ExecutableOrderProvider.onEnqueue(java.lang.Iterable<CommonContext> contexts)
Will not be called concurrently. |
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.queue.order |
|---|
| Methods in com.atlassian.bamboo.v2.build.queue.order with parameters of type CommonContext | |
|---|---|
void |
FifoExecutableOrderProvider.onDequeue(CommonContext context)
|
| Method parameters in com.atlassian.bamboo.v2.build.queue.order with type arguments of type CommonContext | |
|---|---|
void |
FifoExecutableOrderProvider.onEnqueue(java.lang.Iterable<CommonContext> contexts)
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.queue.queues |
|---|
| Methods in com.atlassian.bamboo.v2.build.queue.queues that return CommonContext | |
|---|---|
CommonContext |
CommonContextMap.get(ResultKey resultKey)
|
CommonContext |
AbstractQueueOfExecutables.get(ResultKey resultKey)
|
CommonContext |
AbstractQueueOfExecutables.inflight(ResultKey resultKey)
|
CommonContext |
XStreamQueuePersisterImpl.load(ResultKey resultKey)
|
CommonContext |
CommonContextPersister.load(ResultKey resultKey)
|
CommonContext |
AbstractQueueOfExecutables.remove(ResultKey resultKey)
|
| Methods in com.atlassian.bamboo.v2.build.queue.queues with parameters of type CommonContext | |
|---|---|
void |
AbstractQueueOfExecutables.enqueue(CommonContext context)
|
void |
CommonContextMap.put(ResultKey resultKey,
CommonContext context)
|
void |
XStreamQueuePersisterImpl.save(CommonContext context)
|
void |
CommonContextPersister.save(CommonContext context)
|
| Method parameters in com.atlassian.bamboo.v2.build.queue.queues with type arguments of type CommonContext | |
|---|---|
static CommonContextMap |
CommonContextMaps.offloadingMap(CommonContextPersister commonContextPersister,
java.util.Map<ResultKey,java.lang.ref.SoftReference<CommonContext>> delegate)
The supplied commonContextPersister will be used to persist contexts stored in delegate. |
static CommonContextMap |
CommonContextMaps.wrap(java.util.Map<ResultKey,CommonContext> delegate)
Adapts supplied map to a CommonContextMap interface. |
| Constructor parameters in com.atlassian.bamboo.v2.build.queue.queues with type arguments of type CommonContext | |
|---|---|
AbstractQueueOfExecutables(com.google.common.base.Function<CommonContext,com.google.common.base.Optional<java.util.Collection<BuildAgent>>> executorCalculator,
CommonContextMap map)
|
|
OffloadingQueueOfExecutables(com.google.common.base.Function<CommonContext,com.google.common.base.Optional<java.util.Collection<BuildAgent>>> executorCalculator,
CommonContextPersister commonContextPersister)
|
|
SimpleQueueOfExecutables(com.google.common.base.Function<CommonContext,com.google.common.base.Optional<java.util.Collection<BuildAgent>>> executorCalculator)
|
|
| Uses of CommonContext in com.atlassian.bamboo.v2.build.task |
|---|
| Methods in com.atlassian.bamboo.v2.build.task that return CommonContext | |
|---|---|
CommonContext |
InitializeBuild.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
| Methods in com.atlassian.bamboo.v2.build.task with parameters of type CommonContext | |
|---|---|
CommonContext |
InitializeBuild.call(CommonContext commonContext,
ReadOnlyCapabilitySet capabilitySet)
|
| Uses of CommonContext in com.atlassian.bamboo.variable |
|---|
| Methods in com.atlassian.bamboo.variable with parameters of type CommonContext | ||
|---|---|---|
|
CustomVariableContextRunner.execute(CommonContext context,
java.util.concurrent.Callable<V> callable)
|
|
|
CustomVariableContextRunnerImpl.execute(CommonContext context,
java.util.concurrent.Callable<V> callable)
|
|
void |
CustomVariableContextRunner.execute(CommonContext buildContext,
java.lang.Runnable runnable)
|
|
void |
CustomVariableContextRunnerImpl.execute(CommonContext context,
java.lang.Runnable runnable)
|
|
java.util.Map<java.lang.String,java.lang.String> |
CustomVariableContext.getVariables(CommonContext commonContext)
Get all variables from context. |
|
java.util.Map<java.lang.String,java.lang.String> |
CustomVariableContextImpl.getVariables(CommonContext buildContext)
|
|
void |
CustomVariableContext.setCommonContext(CommonContext commonContext)
Set context reference in ThreadLocal state. |
|
void |
CustomVariableContextImpl.setCommonContext(CommonContext commonContext)
|
|
java.lang.String |
CustomVariableContext.substituteString(java.lang.String value,
CommonContext commonContext,
BuildLogger buildLogger)
Substitutes variables in the input string with their values using provided data, i.e. |
|
java.lang.String |
CustomVariableContextImpl.substituteString(java.lang.String value,
CommonContext commonContext,
BuildLogger buildLogger)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||