Uses of Interface
com.atlassian.bamboo.build.VariableSubstitutionBean

Packages that use VariableSubstitutionBean
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.command   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement VariableSubstitutionBean
 class AbstractSubstitutionBean
           
 class VariableSubstitutionBeanImpl
          This bean is responsible for substituting BuildDefinition values with variables.
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.builder
 

Classes in com.atlassian.bamboo.builder that implement VariableSubstitutionBean
 class VariableSubstitutionBeanForTesting
           
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.command
 

Fields in com.atlassian.bamboo.command declared as VariableSubstitutionBean
protected  VariableSubstitutionBean Command.substitutionBean
           
 

Methods in com.atlassian.bamboo.command that return VariableSubstitutionBean
 VariableSubstitutionBean Command.getVariableSubstitutionBean()
           
 

Methods in com.atlassian.bamboo.command with parameters of type VariableSubstitutionBean
 void Command.setVariableSubstitutionBean(VariableSubstitutionBean substitutionBean)
           
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type VariableSubstitutionBean
 void BuildLabeller.setVariableSubstitutionBean(VariableSubstitutionBean variableSubstitutionBean)
           
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.repository
 

Fields in com.atlassian.bamboo.repository declared as VariableSubstitutionBean
protected  VariableSubstitutionBean AbstractRepository.variableSubstitutionBean
           
 

Methods in com.atlassian.bamboo.repository that return VariableSubstitutionBean
 VariableSubstitutionBean AbstractRepository.getVariableSubstitutionBean()
           
 

Methods in com.atlassian.bamboo.repository with parameters of type VariableSubstitutionBean
 void AbstractRepository.setVariableSubstitutionBean(VariableSubstitutionBean variableSubstitutionBean)
           
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type VariableSubstitutionBean
 void DefaultWebRepositoryViewer.setVariableSubstitutionBean(VariableSubstitutionBean variableSubstitutionBean)
           
 

Uses of VariableSubstitutionBean in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type VariableSubstitutionBean
 void FisheyeWebRepositoryViewer.setVariableSubstitutionBean(VariableSubstitutionBean variableSubstitutionBean)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.