|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlanConfigurationUIPluginHelper
| Method Summary | ||
|---|---|---|
|
getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass)
Find all installed plugins of a given class. |
|
|
getBuildConfigurationPlugins(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Find all installed plugins of a given class and module descriptor. |
|
|
getEditHtml(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass)
Generate html page from all plugin edit fragments. |
|
|
getEditHtmlList(BuildConfiguration buildConfiguration,
Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html edit fragments for all plugins. |
|
|
getViewHtml(Plan plan,
Class<T> pluginClass)
Generate html page from all plugin view fragments. |
|
|
getViewHtmlList(Plan plan,
Class<T> pluginClass,
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html view fragments for all plugins. |
|
| Method Detail |
|---|
@NotNull
<T extends BuildConfigurationAwarePlugin> Iterable<T> getBuildConfigurationPlugins(@NotNull
Plan plan,
@NotNull
Class<T> pluginClass)
BuildConfigurationUIPlugin, plugins will be checked for applicability to the plan.
plan - Plan to be checked with pluginspluginClass - requested plugin class
@NotNull
<T extends BuildConfigurationAwarePlugin> Iterable<T> getBuildConfigurationPlugins(@NotNull
Plan plan,
@NotNull
Class<T> pluginClass,
@NotNull
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
BuildConfigurationUIPlugin, plugins will be checked for applicability to the plan.
plan - Plan to be checked with pluginspluginClass - requested plugin classmoduleDescriptorClasses - plugin descriptors
@NotNull
<T extends BuildConfigurationAwarePlugin> String getViewHtml(@NotNull
Plan plan,
@NotNull
Class<T> pluginClass)
plan - Plan to be used for HTML generationpluginClass - requested plugin class
@NotNull
<T extends BuildConfigurationAwarePlugin> String getEditHtml(@NotNull
BuildConfiguration buildConfiguration,
@NotNull
Plan plan,
@NotNull
Class<T> pluginClass)
buildConfiguration - BuildConfiguration to be used for HTML generationplan - Plan to be used for HTML generationpluginClass - requested plugin class
@NotNull
<T extends BuildConfigurationAwarePlugin> List<String> getViewHtmlList(@NotNull
Plan plan,
@NotNull
Class<T> pluginClass,
@NotNull
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
buildConfiguration - BuildConfiguration to be used for HTML generationplan - Plan to be used for HTML generationpluginClass - requested plugin classmoduleDescriptorClasses - plugin descriptors
@NotNull
<T extends BuildConfigurationAwarePlugin> List<String> getEditHtmlList(@NotNull
BuildConfiguration buildConfiguration,
@NotNull
Plan plan,
@NotNull
Class<T> pluginClass,
@NotNull
Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
buildConfiguration - BuildConfiguration to be used for HTML generationplan - Plan to be used for HTML generationpluginClass - requested plugin classmoduleDescriptorClasses - plugin descriptors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||