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.task   
com.atlassian.bamboo.variable   
 

Uses of BuildLogger in com.atlassian.bamboo.build
 

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 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.
 

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, boolean deleteSource, int minExpectedFilesCnt)
          Request copy of artifacts from a designated location to artifact storage.
 

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
 

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)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.