Uses of Interface
com.atlassian.bamboo.v2.build.configuration.BuildConfigurationUIPlugin

Packages that use BuildConfigurationUIPlugin
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.plugin.web   
com.atlassian.bamboo.plugins.maven2.dependencies   
com.atlassian.bamboo.v2.build.configuration   
 

Uses of BuildConfigurationUIPlugin in com.atlassian.bamboo.build.configuration
 

Classes in com.atlassian.bamboo.build.configuration that implement BuildConfigurationUIPlugin
 class ConcurrentBuildsPlanConfigurationPlugin
           
 

Uses of BuildConfigurationUIPlugin in com.atlassian.bamboo.build.expiry.plugin
 

Classes in com.atlassian.bamboo.build.expiry.plugin that implement BuildConfigurationUIPlugin
 class BuildExpiryPerPlanPlugin
          A plugin class that allows you to have build expiry occur per build
 

Uses of BuildConfigurationUIPlugin in com.atlassian.bamboo.plugin.web
 

Methods in com.atlassian.bamboo.plugin.web with type parameters of type BuildConfigurationUIPlugin
<T extends BuildConfigurationUIPlugin>
java.lang.Iterable<T>
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationUIPlugin>
java.lang.Iterable<T>
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
          Find all installed plugins of a given class that are applicable to a plan.
<T extends BuildConfigurationUIPlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationUIPlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin edit fragments.
<T extends BuildConfigurationUIPlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationUIPlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin view fragments.
 

Uses of BuildConfigurationUIPlugin in com.atlassian.bamboo.plugins.maven2.dependencies
 

Classes in com.atlassian.bamboo.plugins.maven2.dependencies that implement BuildConfigurationUIPlugin
 class AutomaticDependencyManagementPlugin
           
 

Uses of BuildConfigurationUIPlugin in com.atlassian.bamboo.v2.build.configuration
 

Subinterfaces of BuildConfigurationUIPlugin in com.atlassian.bamboo.v2.build.configuration
 interface DependenciesBuildConfigurationPlugin
          Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.
 interface MiscellaneousBuildConfigurationPlugin
          Marker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.
 



Copyright © 2010 Atlassian. All Rights Reserved.