Uses of Interface
com.atlassian.bamboo.v2.build.BuildContext

Packages that use BuildContext
com.atlassian.bamboo.build   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.variable   
 

Uses of BuildContext in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BuildContext
 java.util.Map VariableSubstitutionBean.getVariables(BuildContext buildContext)
          Deprecated.  
 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 BuildContext in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger with parameters of type BuildContext
 void ErrorUpdateHandler.recordError(BuildContext buildContext, java.lang.String context, java.lang.Throwable throwable)
           
 

Uses of BuildContext in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task that return BuildContext
 BuildContext TaskContext.getBuildContext()
          Contains all the build related information about the running of the tasks
 

Uses of BuildContext in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return BuildContext
 BuildContext BuildContext.getParentBuildContext()
           
 

Uses of BuildContext in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type BuildContext
 java.util.Map CustomVariableContext.getVariables(BuildContext buildContext)
           
 void CustomVariableContext.setBuildContext(BuildContext buildContext)
           
 java.lang.String CustomVariableContext.substituteString(java.lang.String value, BuildContext buildContext, BuildLogger buildLogger)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.