Class AllOtherPluginsConfiguration
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<AllOtherPluginsConfigurationProperties>
com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
public class AllOtherPluginsConfiguration
extends PluginConfiguration<AllOtherPluginsConfigurationProperties>
Builder for all the plugins that don't have proper builders. This builder passes configuration as a map of options.
Please, refer to the plugin documentation to find list of keys recognized by that plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull AllOtherPluginsConfigurationProperties
build()
configuration
(@NotNull Map<String, Object> configuration) Specifies the configuration of plugins.boolean
int
hashCode()
-
Constructor Details
-
AllOtherPluginsConfiguration
public AllOtherPluginsConfiguration()
-
-
Method Details
-
configuration
public AllOtherPluginsConfiguration configuration(@NotNull @NotNull Map<String, Object> configuration) Specifies the configuration of plugins. -
equals
- Specified by:
equals
in classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-
hashCode
public int hashCode()- Specified by:
hashCode
in classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-
build
- Specified by:
build
in classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-