Uses of Interface
com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
Packages that use BuildConfigurationAwarePlugin
Package
Description
-
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.brokenbuildtracker
Classes in com.atlassian.bamboo.brokenbuildtracker that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build
Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.buildModifier and TypeInterfaceDescriptioninterfaceProvides the ability to gate whether a build should be triggered or not. -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build.configuration
Classes in com.atlassian.bamboo.build.configuration that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build.expiry.plugin
Classes in com.atlassian.bamboo.build.expiry.plugin that implement BuildConfigurationAwarePluginModifier and TypeClassDescriptionclassA plugin class that allows you to have build expiry occur per build -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build.monitoring
Classes in com.atlassian.bamboo.build.monitoring that implement BuildConfigurationAwarePluginModifier and TypeClassDescriptionclassclassclass -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.build.test
Classes in com.atlassian.bamboo.build.test that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.buildtrigger
Classes in com.atlassian.bamboo.buildtrigger that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.clover.builder.coverage
Classes in com.atlassian.bamboo.clover.builder.coverage that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plan.configuration
Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plan.configurationModifier and TypeInterfaceDescriptioninterfaceMarker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.interfaceMarker interface for plugins that are used to add custom parameters to BuildConfiguration/BuildDefinition.interfaceThis is not intended to be used directly. -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plugin.web
Methods in com.atlassian.bamboo.plugin.web with type parameters of type BuildConfigurationAwarePluginModifier and TypeMethodDescription<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass) Find all installed plugins of a given class.<T extends BuildConfigurationAwarePlugin>
@NotNull Iterable<T> PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Find all installed plugins of a given class and module descriptor.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper.getEditHtml(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass) Generate html page from all plugin edit fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationPluginUIHelperImpl.getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationUIPluginHelper.getEditHtmlList(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Generate list of html edit fragments for all plugins.<T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationPluginUIHelperImpl.getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass) <T extends BuildConfigurationAwarePlugin>
@NotNull StringPlanConfigurationUIPluginHelper.getViewHtml(@NotNull Plan plan, @NotNull Class<T> pluginClass) Generate html page from all plugin view fragments.<T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationPluginUIHelperImpl.getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) <T extends BuildConfigurationAwarePlugin>
@NotNull List<String> PlanConfigurationUIPluginHelper.getViewHtmlList(@NotNull Plan plan, @NotNull Class<T> pluginClass, @NotNull Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses) Generate list of html view fragments for all plugins.Methods in com.atlassian.bamboo.plugin.web with parameters of type BuildConfigurationAwarePluginModifier and TypeMethodDescriptionbooleanPlanConfigurationPluginUIHelperImpl.isPluginApplicableTo(BuildConfigurationAwarePlugin module, ImmutablePlan immutablePlan) booleanPlanConfigurationUIPluginHelper.isPluginApplicableTo(@NotNull BuildConfigurationAwarePlugin module, @NotNull ImmutablePlan immutablePlan) Return true if a plugin module should be displayed on given plan''s "Other" page. -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plugins.labeller
Classes in com.atlassian.bamboo.plugins.labeller that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement BuildConfigurationAwarePlugin -
Uses of BuildConfigurationAwarePlugin in com.atlassian.bamboo.v2.build
Subinterfaces of BuildConfigurationAwarePlugin in com.atlassian.bamboo.v2.buildModifier and TypeInterfaceDescriptioninterfaceConfigurablePlugin<T extends com.atlassian.plugin.ModuleDescriptor>interfaceImportExportAwarePlugin<T extends com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<P>,P extends com.atlassian.bamboo.specs.api.model.plan.configuration.PluginConfigurationProperties> Interface for plugin modules that support importing and exporting of their configuration.Classes in com.atlassian.bamboo.v2.build that implement BuildConfigurationAwarePluginModifier and TypeClassDescriptionclassclassHelper class that allows you toclassSkeleton class which should be extended by implementors of ConfigurablePlugin interface.