com.atlassian.bamboo.ww2.actions.build.admin.create
Interface UIConfigSupport
- All Known Subinterfaces:
- UIConfigBean
- All Known Implementing Classes:
- UIConfigBeanImpl
public interface UIConfigSupport
Support for components providing configuration UI.
- Since:
- 3.3
getCurrentPlanCount
int getCurrentPlanCount()
getAllowedNumberOfPlans
int getAllowedNumberOfPlans()
getExistingProjects
@NotNull
java.util.Collection<Project> getExistingProjects()
getFirstProjectKey
@Nullable
java.lang.String getFirstProjectKey()
getWebRepositoryViewers
@NotNull
java.util.List<WebRepositoryViewer> getWebRepositoryViewers()
getBuildStrategies
@NotNull
java.util.Collection<BuildStrategy> getBuildStrategies()
getBuildStrategies
@NotNull
java.util.Collection<BuildStrategy> getBuildStrategies(boolean sourceControlUsed)
getBuildTriggerConditions
@NotNull
java.util.Collection<BuildTriggerCondition> getBuildTriggerConditions()
getFilterOptions
@NotNull
java.util.Collection<NameValuePair> getFilterOptions()
getRepositories
@NotNull
java.util.List<Repository> getRepositories()
getExecutableLabelTypeMap
@NotNull
java.util.Map<java.lang.String,java.lang.String> getExecutableLabelTypeMap()
getExecutableLabels
@NotNull
java.util.List<java.lang.String> getExecutableLabels(@NotNull
java.lang.String shortKey)
getWebRepositoryJson
java.lang.String getWebRepositoryJson()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPollingTypes
java.util.List<Pair<java.lang.String,java.lang.String>> getPollingTypes()
getJdkLabels
@NotNull
java.util.List<java.lang.String> getJdkLabels()
isJdkLabelValid
boolean isJdkLabelValid(@Nullable
java.lang.String label)
getDefaultJdkLabel
java.lang.String getDefaultJdkLabel()
getStandaloneRepositories
@NotNull
java.util.List<StandaloneRepository> getStandaloneRepositories()
Copyright © 2012 Atlassian. All Rights Reserved.