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) |
void |
BuildLoggerManager.transferLogs(BuildLogger buildLogger,
CommonContext context)
Transfers log to the final location.
|
Modifier and Type | Method and Description |
---|---|
ArtifactPublishingResult |
AbstractArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey resultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt) |
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.
|
ArtifactPublishingResult |
AbstractArtifactManager.publish(BuildLogger buildLogger,
ResultKey resultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt) |
ArtifactPublishingResult |
ArtifactManager.publish(BuildLogger buildLogger,
ResultKey resultKey,
File baseDirectory,
ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlerConfiguration,
int minExpectedFilesCnt)
Request copy of artifacts from a designated location to artifact storage.
|
ArtifactPublishingResult |
AbstractArtifactManager.republish(BuildLogger buildLoggerArg,
ResultKey resultKey,
ArtifactPublishingResult artifactPublishingResult,
Map<String,String> artifactHandlersConfiguration) |
ArtifactPublishingResult |
ArtifactManager.republish(BuildLogger buildLogger,
ResultKey resultKey,
ArtifactPublishingResult artifactPublishingResult,
Map<String,String> artifactHandlerConfiguration)
Retry publishing artifacts that are in
ArtifactHandlerPublishingResult.Status.DEFERRED status. |
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlerConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves a plan artifact from artifact storage.
|
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves an artifact from artifact storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileWritingBuildLogger
Build logger that writes to a file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuildLogger |
class |
BuildLoggerImpl |
class |
DisconnectedBuildLogger |
class |
NullBuildLogger |
class |
SimpleBuildLogger
The simple logger simply stores all the logs internally as a list...
|
Modifier and Type | Method and Description |
---|---|
BuildLogger |
BuildLoggingContextImpl.getCurrentBuildLogger() |
BuildLogger |
BuildLoggingContext.getCurrentBuildLogger() |
BuildLogger |
LoggerId.getLogger(BuildLoggerManager buildLoggerManager) |
BuildLogger |
DefaultBuildLoggerManager.getLogger(Key key) |
BuildLogger |
DefaultBuildLoggerManager.getLogger(ResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
static void |
BuildLogUtils.sendFileThroughLogger(File file,
BuildLogger buildLogger) |
void |
BuildLoggingContextImpl.setContext(CommonContext context,
BuildLogger buildLogger) |
void |
BuildLoggingContext.setContext(CommonContext context,
BuildLogger buildLogger) |
void |
DefaultBuildLoggerManager.transferLogs(BuildLogger buildLogger,
CommonContext commonContext) |
Modifier and Type | Field and Description |
---|---|
protected BuildLogger |
StreamToLogsPumper.buildLogger |
protected BuildLogger |
StreamToListPumper.buildLogger |
protected BuildLogger |
CommandExecuteStreamHandler.buildLogger |
Constructor and Description |
---|
CommandExecuteStreamHandler(BuildLogger buildLogger,
String planKey) |
ErrorStreamToListPumper(InputStream inputStream,
Collection<String> outputList,
BuildLogger buildLogger,
String planKey) |
ErrorStreamToLogsPumper(InputStream inputStream,
BuildLogger buildLogger,
String planKey) |
StreamToListPumper(InputStream inputStream,
Collection<String> outputList,
BuildLogger buildLogger,
String planKey)
Pump the given inputStream into the given outputList
|
StreamToLogsPumper(InputStream inputStream,
BuildLogger buildLogger,
String planKey)
Pump the given inputStream into the given outputList
|
StreamToLogsPumper(InputStream inputStream,
BuildLogger buildLogger,
String planKey,
boolean filterDownloadStatusMessages) |
Modifier and Type | Method and Description |
---|---|
BuildLogger |
AbstractPlan.getBuildLogger() |
Modifier and Type | Method and Description |
---|---|
MergeResult |
BranchIntegrationHelperImpl.merge(BuildContext buildContext,
VcsRepositoryData defaultRepositoryDefinition,
VcsRepositoryModuleDescriptor moduleDescriptor,
VcsBranch integrationBranch,
File mergeDir,
BuildLogger logger) |
MergeResult |
VcsBranchIntegrationHelper.merge(BuildContext buildContext,
VcsRepositoryData repositoryData,
VcsRepositoryModuleDescriptor moduleDescriptor,
VcsBranch integrationBranch,
File mergeDir,
BuildLogger logger) |
protected String |
BranchIntegrationHelperImpl.toBuildLogger(BuildLogger logger,
String msg) |
Modifier and Type | Method and Description |
---|---|
BuildLogger |
AbstractImmutablePlan.getBuildLogger() |
BuildLogger |
ImmutablePlan.getBuildLogger()
Returns the helper object to deal with logging
|
Modifier and Type | Method and Description |
---|---|
void |
BitbucketCloudBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
void |
BitbucketCloudTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
Modifier and Type | Field and Description |
---|---|
protected BuildLogger |
AbstractGitOperationHelper.buildLogger |
Modifier and Type | Method and Description |
---|---|
static GitOperationHelper |
GitOperationHelperFactory.createGitOperationHelper(AbstractGitExecutor executor,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
static GitOperationHelper |
GitOperationHelperFactory.createGitOperationHelper(GitRepository repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
Constructor and Description |
---|
AbstractGitOperationHelper(GitRepositoryAccessData accessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
BuildLoggerProgressMonitor(BuildLogger buildLogger) |
JGitOperationHelper(GitRepositoryAccessData accessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
NativeGitOperationHelper(AbstractGitExecutor repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
NativeGitOperationHelper(GitRepository repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
Modifier and Type | Method and Description |
---|---|
void |
GitBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
void |
GitTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
protected void |
AbstractGitExecutor.fetchCacheWithRetry(GitOperationHelper connector,
File cacheDirectory,
HashAndSource hashAndSource,
BuildLogger buildLogger,
boolean fetchTagsByDefault) |
protected void |
AbstractGitExecutor.fetchWithRetry(GitOperationHelper connector,
File targetPath,
HashAndSource hashAndSource,
BuildLogger buildLogger,
boolean useShallow) |
protected void |
AbstractGitExecutor.rethrowOrRemoveDirectory(Exception originalException,
GitOperationHelper operationHelper,
BuildLogger buildLogger,
File directory,
String key) |
Modifier and Type | Method and Description |
---|---|
static VcsRepositoryData |
AbstractBitbucketServerExecutor.bitbucketServerToReadOnlyGitData(VcsRepositoryData vcsRepositoryData,
BuildLogger logger) |
void |
BitbucketServerBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
void |
BitbucketServerTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
Modifier and Type | Field and Description |
---|---|
protected BuildLogger |
StreamToBuildLoggerOutputHandler.buildLogger |
Modifier and Type | Method and Description |
---|---|
BuildLogger |
ProcessContextImpl.getBuildLogger() |
BuildLogger |
ProcessContext.getBuildLogger() |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundTaskProcesses.BackgroundTaskProcessesFacade.finish(BuildLogger buildLogger)
waits until all processes are finished.
|
static ProcessManagement |
ProcessManagement.getInstance(BuildLogger buildLogger) |
Constructor and Description |
---|
ErrorStreamToBuildLoggerOutputHandler(BuildLogger buildLogger,
ResultKey resultKey) |
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger,
ResultKey resultKey) |
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger,
ResultKey resultKey,
boolean filterDownloadStatusMessages) |
Constructor and Description |
---|
BuildLoggerUpdateEventHandler(BuildLogger buildLogger) |
BuildLoggerUpdateEventHandler(BuildLogger buildLogger,
com.google.common.base.Predicate<org.apache.log4j.Priority> logLevelEnabled) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSvnExecutor.copyRepository(org.tmatesoft.svn.core.wc.SVNClientManager clientManager,
org.tmatesoft.svn.core.SVNURL fromUrl,
org.tmatesoft.svn.core.wc.SVNRevision revision,
org.tmatesoft.svn.core.SVNURL toUrl,
BuildLogger buildLogger)
Remote copy from fromURL in revision vcsRevisionKey to toURL
|
void |
SvnBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
void |
SvnTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
Modifier and Type | Method and Description |
---|---|
BuildLogger |
TaskExecutionContext.getBuildLogger() |
BuildLogger |
CommonTaskContextImpl.getBuildLogger() |
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 |
---|---|
void |
BuildLoggerManagerForTesting.transferLogs(BuildLogger buildLogger,
CommonContext buildContext) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteBuildLogger |
Modifier and Type | Method and Description |
---|---|
BuildLogger |
RemoteBuildLoggerManager.getLogger(Key key) |
BuildLogger |
RemoteBuildLoggerManager.getLogger(ResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteBuildLoggerManager.transferLogs(BuildLogger buildLogger,
CommonContext context) |
Modifier and Type | Method and Description |
---|---|
static Map<String,VariableDefinitionContext> |
NestedVariableResolver.resolveVariables(Map<String,VariableDefinitionContext> originalVariables,
BuildLogger buildLogger)
Resolves nested variables.
|
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger)
Creates new branch from revision vcsRevisionKey with given branchName.
|
void |
VcsTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger)
Creates new tag from revision vcsRevisionKey with given tagName.
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.