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 |
LogEntry.logTo(BuildLogger buildLogger) |
void |
SimpleLogEntry.logTo(BuildLogger buildLogger) |
void |
ErrorLogEntry.logTo(BuildLogger buildLogger) |
void |
BuildLoggerManager.transferLogs(BuildLogger buildLogger,
BuildContext buildContext)
Transfers log to the final location.
|
Modifier and Type | Method and Description |
---|---|
ArtifactPublishingResult |
AbstractArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
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.
|
protected ArtifactPublishingResult |
AbstractArtifactManager.publishFileSet(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
org.apache.tools.ant.types.FileSet sourceFileSet,
Map<String,String> artifactHandlersConfiguration,
BuildLogger buildLogger) |
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 | 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 |
---|---|
abstract 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 |
DefaultBuildLoggerManager.transferLogs(BuildLogger buildLogger,
BuildContext buildContext) |
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,
File mergeDirectory,
BuildLogger logger) |
MergeResult |
BranchIntegrationHelper.merge(BuildContext buildContext,
File mergeDirectory,
BuildLogger logger)
Deprecated.
Perform branch merging according to Integration Configuration
|
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.rethrowOrRemoveDirectory(Exception originalException,
BuildLogger buildLogger,
File directory,
String key) |
Constructor and Description |
---|
HgRepositoryAccessImpl(HgRepositoryAccessData substitutedAccessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
SshProxyService sshProxyService,
ScopedExclusionService exclusionService,
TrustedKeyHelper trustedKeyHelper,
CapabilityContext capabilityContext,
File workingDirectory) |
HgRepositoryAccessImpl(HgRepository repository,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
SshProxyService sshProxyService,
ScopedExclusionService exclusionService,
TrustedKeyHelper trustedKeyHelper,
CapabilityContext capabilityContext) |
Modifier and Type | Method and Description |
---|---|
void |
MercurialBranchCreator.createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
void |
MercurialTagCreator.createTag(VcsRepositoryData repositoryData,
String tagName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger) |
protected HgRepositoryAccessImpl |
AbstractMercurialExecutor.getHgRepoAccess(HgRepositoryAccessData substitutedAccessData,
BuildLogger logger) |
protected HgRepositoryAccessImpl |
AbstractMercurialExecutor.getHgRepoAccess(VcsRepositoryData repositoryData,
BuildLogger logger) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
CvsRepositoryManager.checkout(String vcsRevisionKey,
File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository,
boolean recursive,
BuildContext buildContext) |
void |
CvsRepositoryManager.checkout(String vcsRevisionKey,
File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository,
BuildContext buildContext) |
List<Commit> |
CvsRepositoryManager.getCommitsSince(Date lastUpdate,
String clientPath,
BuildLogger buildLogger,
CVSRepository cvsRepository) |
CVSRepository.SymbolicNameType |
CvsRepositoryManager.getSymbolicNameType(String clientPath,
BuildLogger buildLogger,
CVSRepository cvsRepository)
Execute cvs rtag -h -l modulename operation and gather information about available symbolic revisions.
|
void |
CvsRepositoryManager.updateCvs(String vcsRevisionKey,
File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository,
BuildContext buildContext) |
Constructor and Description |
---|
CvsUpdateLogListener(BuildLogger buildLogger) |
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 |
TaskContext.getBuildLogger()
Returns the appropriate logger for the task
|
BuildLogger |
CommonTaskContext.getBuildLogger()
Returns the appropriate logger for the task
|
Modifier and Type | Method and Description |
---|---|
void |
BuildLoggerManagerForTesting.transferLogs(BuildLogger buildLogger,
BuildContext 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,
BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
String |
CustomVariableContextImpl.substituteString(String value,
CommonContext commonContext,
BuildLogger buildLogger) |
String |
CustomVariableContextForTests.substituteString(String value,
CommonContext commonContext,
BuildLogger buildLogger) |
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. |
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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.