Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogger

Packages that use BuildLogger
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.command   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.process   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.variable   
 

Uses of BuildLogger in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return BuildLogger
 BuildLogger BuildLoggerManager.getBuildLogger(PlanKey planKey)
          Returns a BuildLogger for the given plan
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanKey planKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
          Returns a BuildLogger for the given result
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanResultKey resultKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(java.lang.String planOrResultKey)
          Deprecated. since 2.6 Use BuildLoggerManager.getBuildLogger(PlanKey) or BuildLoggerManager.getBuildLogger(PlanResultKey) instead
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(java.lang.String planOrResultKey)
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildLogger
 java.lang.String[] VariableSubstitutionBean.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Deprecated. Takes an array of Strings to be parsed for variable references and substitutes with the variable values then returns the substituted string If BuildContext is null only global variables, system variables and capabilities will be substituted.
 java.lang.String[] VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Deprecated.  
 java.lang.String VariableSubstitutionBean.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Deprecated. Takes a String to be parsed for variable references and substitutes with the variable values then returns the substituted string.
 java.lang.String VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Deprecated.  
 

Uses of BuildLogger in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildLogger
 boolean ArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, int minExpectedFilesCnt)
          Deprecated. since 4.2 use $ArtifactManager.publish(BuildLogger, PlanResultKey, File, ArtifactDefinitionContext, Map, int)
 boolean AbstractArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, int minExpectedFilesCnt)
           
 boolean ArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, int minExpectedFilesCnt)
          Request copy of artifacts from a designated location to artifact storage.
 boolean AbstractArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, int minExpectedFilesCnt)
           
 boolean ArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, java.io.File buildWorkingDirectory)
          Retrieves an artifact from artifact storage.
 boolean AbstractArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory)
           
 

Uses of BuildLogger in com.atlassian.bamboo.build.logger
 

Classes in com.atlassian.bamboo.build.logger that implement BuildLogger
 class BuildLoggerImpl
           
 class NullBuildLogger
           
 class SimpleBuildLogger
          The simple logger simply stores all the logs internally as a a list...
 

Methods in com.atlassian.bamboo.build.logger that return BuildLogger
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(PlanKey planKey)
           
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
           
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(java.lang.String planOrResultKey)
           
 

Methods in com.atlassian.bamboo.build.logger with parameters of type BuildLogger
static void BuildLogUtils.sendFileThroughLogger(java.io.File file, BuildLogger buildLogger)
           
 

Uses of BuildLogger in com.atlassian.bamboo.command
 

Fields in com.atlassian.bamboo.command declared as BuildLogger
protected  BuildLogger StreamToLogsPumper.buildLogger
           
protected  BuildLogger StreamToListPumper.buildLogger
           
protected  BuildLogger CommandExecuteStreamHandler.buildLogger
           
 

Constructors in com.atlassian.bamboo.command with parameters of type BuildLogger
CommandExecuteStreamHandler(BuildLogger buildLogger, java.lang.String planKey)
           
ErrorStreamToListPumper(java.io.InputStream inputStream, java.util.Collection<java.lang.String> outputList, BuildLogger buildLogger, java.lang.String planKey)
           
ErrorStreamToLogsPumper(java.io.InputStream inputStream, BuildLogger buildLogger, java.lang.String planKey)
           
StreamToListPumper(java.io.InputStream inputStream, java.util.Collection<java.lang.String> outputList, BuildLogger buildLogger, java.lang.String planKey)
          Pump the given inputStream into the given outputList
StreamToLogsPumper(java.io.InputStream inputStream, BuildLogger buildLogger, java.lang.String planKey)
          Pump the given inputStream into the given outputList
StreamToLogsPumper(java.io.InputStream inputStream, BuildLogger buildLogger, java.lang.String planKey, boolean filterDownloadStatusMessages)
           
 

Uses of BuildLogger in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return BuildLogger
 BuildLogger PlanPermissionSkeleton.getBuildLogger()
          Deprecated.  
 BuildLogger AbstractPlan.getBuildLogger()
           
 

Uses of BuildLogger in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type BuildLogger
 MergeResult BranchIntegrationHelper.merge(BuildContext buildContext, java.io.File mergeDirectory, BuildLogger logger)
          Perform branch merging according to Integration Configuration
 MergeResult BranchIntegrationHelperImpl.merge(BuildContext buildContext, java.io.File mergeDirectory, BuildLogger logger)
           
protected  java.lang.String BranchIntegrationHelperImpl.toBuildLogger(BuildLogger logger, java.lang.String msg)
           
 

Uses of BuildLogger in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return BuildLogger
 BuildLogger ImmutablePlan.getBuildLogger()
          Returns the helper object to deal with logging
 BuildLogger AbstractImmutablePlan.getBuildLogger()
           
 

Uses of BuildLogger in com.atlassian.bamboo.plugins.hg
 

Constructors in com.atlassian.bamboo.plugins.hg with parameters of type BuildLogger
HgRepositoryAccessImpl(com.atlassian.sal.api.message.I18nResolver i18nResolver, BuildLogger buildLogger, SshProxyService sshProxyService, HgRepository repository, ScopedExclusionService exclusionService)
           
 

Uses of BuildLogger in com.atlassian.bamboo.process
 

Fields in com.atlassian.bamboo.process declared as BuildLogger
protected  BuildLogger StreamToBuildLoggerOutputHandler.buildLogger
           
 

Constructors in com.atlassian.bamboo.process with parameters of type BuildLogger
ErrorStreamToBuildLoggerOutputHandler(BuildLogger buildLogger, PlanResultKey planResultKey)
           
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, PlanResultKey planResultKey)
           
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, PlanResultKey planResultKey, boolean filterDownloadStatusMessages)
           
 

Uses of BuildLogger in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type BuildLogger
 void CvsRepositoryManager.checkout(java.lang.String vcsRevisionKey, java.io.File sourceDirectory, BuildLogger buildLogger, CVSRepository cvsRepository, boolean recursive, BuildContext buildContext)
           
 void CvsRepositoryManager.checkout(java.lang.String vcsRevisionKey, java.io.File sourceDirectory, BuildLogger buildLogger, CVSRepository cvsRepository, BuildContext buildContext)
           
 java.util.List<Commit> CvsRepositoryManager.getCommitsSince(java.util.Date lastUpdate, java.lang.String clientPath, BuildLogger buildLogger, CVSRepository cvsRepository)
           
 CVSRepository.SymbolicNameType CvsRepositoryManager.getSymbolicNameType(java.lang.String clientPath, BuildLogger buildLogger, CVSRepository cvsRepository)
          Execute cvs rtag -h -l modulename operation and gather information about available symbolic revisions.
 void CvsRepositoryManager.updateCvs(java.lang.String vcsRevisionKey, java.io.File sourceDirectory, BuildLogger buildLogger, CVSRepository cvsRepository, BuildContext buildContext)
           
 

Constructors in com.atlassian.bamboo.repository.cvsimpl with parameters of type BuildLogger
CvsUpdateLogListener(BuildLogger buildLogger)
           
 

Uses of BuildLogger in com.atlassian.bamboo.repository.svn
 

Constructors in com.atlassian.bamboo.repository.svn with parameters of type BuildLogger
BuildLoggerUpdateEventHandler(BuildLogger buildLogger)
           
BuildLoggerUpdateEventHandler(BuildLogger buildLogger, com.google.common.base.Predicate<org.apache.log4j.Priority> logLevelEnabled)
           
 

Uses of BuildLogger in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task that return BuildLogger
 BuildLogger TaskContext.getBuildLogger()
          Returns the appropriate logger for the task
 BuildLogger TaskExecutionContext.getBuildLogger()
           
 BuildLogger TaskContextImpl.getBuildLogger()
           
 

Uses of BuildLogger in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLogger
 class RemoteBuildLogger
           
 

Methods in com.atlassian.bamboo.v2.build.agent.remote that return BuildLogger
 BuildLogger RemoteBuildExecutionUpdateManager.getBuildLogger(PlanKey planKey)
           
 BuildLogger RemoteBuildExecutionUpdateManager.getBuildLogger(PlanResultKey resultKey)
           
 BuildLogger RemoteBuildExecutionUpdateManager.getBuildLogger(java.lang.String planOrResultKey)
           
 

Uses of BuildLogger in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type BuildLogger
 java.lang.String CustomVariableContext.substituteString(java.lang.String value, BuildContext buildContext, 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, BuildContext buildContext, BuildLogger buildLogger)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.