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 Constructor Description AllOtherPluginsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull AllOtherPluginsConfigurationPropertiesbuild()AllOtherPluginsConfigurationconfiguration(@NotNull java.util.Map<java.lang.String,java.lang.Object> configuration)Specifies the configuration of plugins.booleanequals(java.lang.Object o)inthashCode()
-
-
-
Method Detail
-
configuration
public AllOtherPluginsConfiguration configuration(@NotNull @NotNull java.util.Map<java.lang.String,java.lang.Object> configuration)
Specifies the configuration of plugins.
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-
hashCode
public int hashCode()
- Specified by:
hashCodein classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-
build
@NotNull protected @NotNull AllOtherPluginsConfigurationProperties build()
- Specified by:
buildin classPluginConfiguration<AllOtherPluginsConfigurationProperties>
-
-