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

All Superinterfaces:
UIConfigSupport
All Known Implementing Classes:
UIConfigBeanImpl

Deprecated. use UIConfigSupport

@Deprecated
public interface UIConfigBean
extends UIConfigSupport

Since:
2.7

Method Summary
 java.util.Collection<BuildStrategy> getBuildStrategiesForCreate(boolean sourceControlUsed)
          Deprecated.  
 
Methods inherited from interface com.atlassian.bamboo.ww2.actions.build.admin.create.UIConfigSupport
getAllowedNumberOfPlans, getBuildStrategies, getBuildStrategies, getBuildTriggerConditions, getCurrentPlanCount, getDefaultJdkLabel, getExecutableLabels, getExecutableLabelTypeMap, getExistingProjects, getFilterOptions, getFirstProjectKey, getJdkLabels, getPollingTypes, getRepositories, getStandaloneRepositories, getWebRepositoryJson, getWebRepositoryViewers, isJdkLabelValid
 

Method Detail

getBuildStrategiesForCreate

@NotNull
java.util.Collection<BuildStrategy> getBuildStrategiesForCreate(boolean sourceControlUsed)
Deprecated. 
Specified by:
getBuildStrategiesForCreate in interface UIConfigSupport
Parameters:
sourceControlUsed - iff true result will include strategies implementing RepositoryAwareBuildStrategy
Returns:


Copyright © 2012 Atlassian. All Rights Reserved.