Uses of Interface
com.atlassian.bamboo.ww2.actions.build.admin.create.UIConfigBean

Packages that use UIConfigBean
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of UIConfigBean in com.atlassian.bamboo.configuration.repository
 

Fields in com.atlassian.bamboo.configuration.repository declared as UIConfigBean
protected  UIConfigBean ConfigureGlobalRepository.uiConfigBean
           
 

Methods in com.atlassian.bamboo.configuration.repository that return UIConfigBean
 UIConfigBean ConfigureGlobalRepository.getUiConfigBean()
           
 

Methods in com.atlassian.bamboo.configuration.repository with parameters of type UIConfigBean
 void ConfigureGlobalRepository.setUiConfigBean(UIConfigBean uiConfigBean)
           
 

Uses of UIConfigBean in com.atlassian.bamboo.ww2.actions.admin
 

Fields in com.atlassian.bamboo.ww2.actions.admin declared as UIConfigBean
protected  UIConfigBean ImportMavenPlanAction.uiConfigBean
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return UIConfigBean
 UIConfigBean ImportMavenPlanAction.getUiConfigBean()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type UIConfigBean
 void ImportMavenPlanAction.setUiConfigBean(UIConfigBean uiConfigBean)
           
 

Uses of UIConfigBean in com.atlassian.bamboo.ww2.actions.build.admin
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin declared as UIConfigBean
protected  UIConfigBean BuildConfigurationSupport.uiConfigBean
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin that return UIConfigBean
 UIConfigBean BuildConfigurationSupport.getUiConfigBean()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type UIConfigBean
 void BuildConfigurationSupport.setUiConfigBean(UIConfigBean uiConfigBean)
           
 

Uses of UIConfigBean in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Classes in com.atlassian.bamboo.ww2.actions.build.admin.create that implement UIConfigBean
 class UIConfigBeanImpl
          Default implementation of UIConfigSupport.
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return UIConfigBean
 UIConfigBean CreateChain.getUiConfigBean()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type UIConfigBean
 void CreateChain.setUiConfigBean(UIConfigBean uiConfigBean)
           
 

Uses of UIConfigBean in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains that return UIConfigBean
 UIConfigBean EditChainDetails.getUiConfigBean()
           
 UIConfigBean CreateJob.getUiConfigBean()
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type UIConfigBean
 void EditChainDetails.setUiConfigBean(UIConfigBean uiConfigBean)
           
 void CreateJob.setUiConfigBean(UIConfigBean uiConfigBean)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.