| Modifier and Type | Method and Description |
|---|---|
BuildLogger |
BuildLoggerManager.getLogger(Key key)
Returns a
BuildLogger for the given plan |
BuildLogger |
BuildLoggerManager.getLogger(ResultKey resultKey)
Returns a
BuildLogger for the given result |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorLogEntry.logTo(BuildLogger buildLogger) |
void |
LogEntry.logTo(BuildLogger buildLogger) |
void |
SimpleLogEntry.logTo(BuildLogger buildLogger) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactPublishingResult |
ArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt)
Request copy of artifacts from a designated location to artifact storage.
|
boolean |
ArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
Set<String> successfulPublishers,
int minExpectedFilesCnt)
|
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlerConfiguration,
File buildWorkingDirectory)
Retrieves a plan artifact from artifact storage.
|
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
Map<String,Artifact> versionArtifacts)
Retrieves an artifact from artifact storage.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BuildLogger |
LoggerId.getLogger(BuildLoggerManager buildLoggerManager) |
| Modifier and Type | Method and Description |
|---|---|
BuildLogger |
PlanPermissionSkeleton.getBuildLogger()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MergeResult |
BranchIntegrationHelper.merge(BuildContext buildContext,
File mergeDirectory,
BuildLogger logger)
Perform branch merging according to Integration Configuration
|
| Modifier and Type | Method and Description |
|---|---|
BuildLogger |
ImmutablePlan.getBuildLogger()
Returns the helper object to deal with logging
|
| Modifier and Type | Method and Description |
|---|---|
BuildLogger |
CommonTaskContext.getBuildLogger()
Returns the appropriate logger for the task
|
BuildLogger |
TaskContext.getBuildLogger()
Returns the appropriate logger for the task
|
| Modifier and Type | Method and Description |
|---|---|
String |
CustomVariableContext.substituteString(String value,
CommonContext commonContext,
BuildLogger buildLogger)
Deprecated.
since 5.9 use
CustomVariableContext.substituteString(String) if you want to use current thread local context. Use VariableSubstitutor otherwise. |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.