Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration
-
Packages that use PluginConfiguration Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.configuration Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.com.atlassian.bamboo.specs.api.util Utility classes, such as: creating cron expressions. -
-
Uses of PluginConfiguration in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type PluginConfiguration Modifier and Type Method Description JobJob. pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations)Appends plugin configuration to the plan.PlanPlan. pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations)Appends plugin configuration to the plan. -
Uses of PluginConfiguration in com.atlassian.bamboo.specs.api.builders.plan.configuration
Subclasses of PluginConfiguration in com.atlassian.bamboo.specs.api.builders.plan.configuration Modifier and Type Class Description classAllOtherPluginsConfigurationBuilder for all the plugins that don't have proper builders.classConcurrentBuildsclassForceStopBuild -
Uses of PluginConfiguration in com.atlassian.bamboo.specs.api.util
Methods in com.atlassian.bamboo.specs.api.util with parameters of type PluginConfiguration Modifier and Type Method Description static voidPluginConfigurationHelper. putPluginConfiguration(java.util.Map<java.lang.String,PluginConfigurationProperties> pluginConfigurations, PluginConfiguration<?> pluginConfigurationToAdd)
-