Uses of Interface
com.atlassian.bamboo.variable.VariableSubstitution

Packages that use VariableSubstitution
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.variable   
 

Uses of VariableSubstitution in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return VariableSubstitution
protected  VariableSubstitution VariableSubstitutionMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type VariableSubstitution
 void VariableSubstitutionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<VariableSubstitution> list, VariableSubstitution object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void VariableSubstitutionMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, VariableSubstitution object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void VariableSubstitutionMapper.importProperties(VariableSubstitution object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type VariableSubstitution
 void VariableSubstitutionMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<VariableSubstitution> list, VariableSubstitution object, long objectIndex, net.sf.hibernate.Session session)
           
 

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

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type VariableSubstitution
 java.util.List<VariableSubstitution> ImmutableResultsSummary.getSubstitutedVariables()
           
 

Uses of VariableSubstitution in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type VariableSubstitution
 java.util.List<VariableSubstitution> BuildResultsSummaryForTesting.getManuallyOverriddenVariables()
           
 java.util.List<VariableSubstitution> ResultsSummary.getManuallyOverriddenVariables()
          Returns list of variables manually overridden variables
 java.util.List<VariableSubstitution> BaseResultSummary.getManuallyOverriddenVariables()
           
 java.util.List<VariableSubstitution> BuildResultsSummaryForTesting.getSubstitutedVariables()
           
 java.util.List<VariableSubstitution> ResultsSummary.getSubstitutedVariables()
          Returns list of variables substituted during build execution
 java.util.List<VariableSubstitution> AbstractResultsSummary.getSubstitutedVariables()
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type VariableSubstitution
 long BuildResultsSummaryHibernateDao.scrollVariableSubstitutionForExport(com.google.common.base.Function<VariableSubstitution,java.lang.Void> function)
           
 long BuildResultsSummaryDao.scrollVariableSubstitutionForExport(com.google.common.base.Function<VariableSubstitution,java.lang.Void> function)
          Scroll through and execute function for each of VariableSubstitution Objects passed to function are not fully initialized.
 void AbstractResultsSummary.setSubstitutedVariables(java.util.List<VariableSubstitution> substitutedVariables)
           
 

Uses of VariableSubstitution in com.atlassian.bamboo.variable
 

Classes in com.atlassian.bamboo.variable that implement VariableSubstitution
 class VariableSubstitutionImpl
           
 



Copyright © 2012 Atlassian. All Rights Reserved.