|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BuildLoggerManager in com.atlassian.bamboo.build |
|---|
| Subinterfaces of BuildLoggerManager in com.atlassian.bamboo.build | |
|---|---|
interface |
BuildExecutionManager
A class that is aware of all the goings on in executing builds. |
interface |
BuildExecutionUpdateManager
|
| Classes in com.atlassian.bamboo.build that implement BuildLoggerManager | |
|---|---|
class |
DefaultBuildExecutionManager
|
| Methods in com.atlassian.bamboo.build with parameters of type BuildLoggerManager | |
|---|---|
void |
DefaultStopBuildManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
void |
DefaultBuildExecutionManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Constructors in com.atlassian.bamboo.build with parameters of type BuildLoggerManager | |
|---|---|
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerReasonManager triggerReasonManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
VariableDefinitionManager variableDefinitionManager)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.build.artifact |
|---|
| Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildLoggerManager | |
|---|---|
void |
BuildArtifactPostProcessor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Constructors in com.atlassian.bamboo.build.artifact with parameters of type BuildLoggerManager | |
|---|---|
LocalArtifactManager(BuildLoggerManager buildLoggerManager,
BuildResultsSummaryManager buildResultsSummaryManager,
BuildDirectoryManager buildDirectoryManager,
ArtifactSubscriptionManager artifactSubscriptionManager)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.build.logger |
|---|
| Classes in com.atlassian.bamboo.build.logger that implement BuildLoggerManager | |
|---|---|
class |
DefaultBuildLoggerManager
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.build.pipeline.tasks |
|---|
| Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildLoggerManager | |
|---|---|
void |
PrepareBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
void |
ExecuteBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.builder |
|---|
| Classes in com.atlassian.bamboo.builder that implement BuildLoggerManager | |
|---|---|
class |
BuildLoggerManagerForTesting
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.buildqueue.manager |
|---|
| Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildLoggerManager | |
|---|---|
void |
LocalAgentManagerImpl.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.command |
|---|
| Fields in com.atlassian.bamboo.command declared as BuildLoggerManager | |
|---|---|
protected BuildLoggerManager |
Command.buildLoggerManager
|
| Methods in com.atlassian.bamboo.command that return BuildLoggerManager | |
|---|---|
BuildLoggerManager |
Command.getBuildLoggerManager()
|
| Methods in com.atlassian.bamboo.command with parameters of type BuildLoggerManager | |
|---|---|
void |
Command.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager | |
|---|---|
void |
AbstractPlan.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Constructors in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager | |
|---|---|
ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager,
BuildSuspensionCheckBean buildSuspensionCheckBean,
BuildLoggerManager buildLoggerManager)
|
|
PlanStatePersisterImpl(PlanManager planManager,
BuildResultsIndexer buildResultsIndexer,
BuildResultsSummaryManager buildResultsSummaryManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
BuildExecutionManager buildExecutionManager,
BuildDefinitionManager buildDefinitionManager,
TestsManager testsManager)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.hg |
|---|
| Methods in com.atlassian.bamboo.plugins.hg with parameters of type BuildLoggerManager | |
|---|---|
void |
BitbucketRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.process |
|---|
| Constructors in com.atlassian.bamboo.process with parameters of type BuildLoggerManager | |
|---|---|
ProcessServiceImpl(BuildLoggerManager buildLoggerManager,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.repository |
|---|
| Fields in com.atlassian.bamboo.repository declared as BuildLoggerManager | |
|---|---|
protected BuildLoggerManager |
AbstractRepository.buildLoggerManager
|
| Methods in com.atlassian.bamboo.repository with parameters of type BuildLoggerManager | |
|---|---|
void |
AbstractRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.task |
|---|
| Constructors in com.atlassian.bamboo.task with parameters of type BuildLoggerManager | |
|---|---|
TaskExecutionContext(java.util.Queue<TaskDefinition> tasks,
TaskExecutionStrategy executionStrategy,
BuildContext buildContext,
ReadOnlyCapabilitySet capabilities,
BuildLoggerManager buildLoggerManager)
|
|
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
CustomVariableContext customVariableContext)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent |
|---|
| Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildLoggerManager | |
|---|---|
DefaultBuildAgent(BuildAgentController buildAgentController,
BuildLoggerManager buildLoggerManager,
long agentId,
java.lang.String agentName)
|
|
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager,
PlanManager planManager,
BuildResultsSummaryManager buildResultsSummaryManager,
com.atlassian.event.EventManager eventManager,
BuildLoggerManager buildLoggerManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
PlanStatePersisterService planStatePersisterService)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent.remote |
|---|
| Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLoggerManager | |
|---|---|
class |
RemoteBuildExecutionUpdateManager
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.task |
|---|
| Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildLoggerManager | |
|---|---|
void |
CheckoutUpdateForBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.v2.trigger |
|---|
| Fields in com.atlassian.bamboo.v2.trigger declared as BuildLoggerManager | |
|---|---|
protected BuildLoggerManager |
AbstractDependentDetectionAction.buildLoggerManager
|
| Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager | |
|---|---|
AbstractDependentDetectionAction(Plan plan,
Plan parentPlan,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager)
|
|
DefaultChangeDetectionManager(BuildLoggerManager buildLoggerManager,
com.opensymphony.xwork.TextProvider textProvider,
VariableDefinitionManager variableDefinitionManager,
CustomVariableContext customVariableContext)
|
|
DependentBuildDetectionAction(Plan plan,
Plan parentPlan,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager)
|
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.variable |
|---|
| Methods in com.atlassian.bamboo.variable with parameters of type BuildLoggerManager | |
|---|---|
void |
CustomVariableContextImpl.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.ww2.actions |
|---|
| Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildLoggerManager | |
|---|---|
void |
ViewActivityLog.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Uses of BuildLoggerManager in com.atlassian.bamboo.ww2.actions.build.admin |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildLoggerManager | |
|---|---|
void |
ReorderBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||