Class PluginConfiguration<T extends PluginConfigurationProperties>
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
-
- com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<T>
-
- Direct Known Subclasses:
AllOtherPluginsConfiguration,ConcurrentBuilds,ForceStopBuild
public abstract class PluginConfiguration<T extends PluginConfigurationProperties> extends EntityPropertiesBuilder<T>
-
-
Constructor Summary
Constructors Constructor Description PluginConfiguration()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Tbuild()abstract booleanequals(java.lang.Object o)abstract inthashCode()
-
-
-
Method Detail
-
build
@NotNull protected abstract T build()
- Specified by:
buildin classEntityPropertiesBuilder<T extends PluginConfigurationProperties>
-
equals
public abstract boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public abstract int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-