Class ForceStopBuild
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
-
- com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration<ForceStopBuildProperties>
-
- com.atlassian.bamboo.specs.api.builders.plan.configuration.ForceStopBuild
-
public class ForceStopBuild extends PluginConfiguration<ForceStopBuildProperties>
-
-
Constructor Summary
Constructors Constructor Description ForceStopBuild()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull ForceStopBuildPropertiesbuild()ForceStopBuildenabled(@Nullable java.lang.Boolean enabled)booleanequals(java.lang.Object o)inthashCode()ForceStopBuilduseSystemDefault()
-
-
-
Method Detail
-
enabled
public ForceStopBuild enabled(@Nullable @Nullable java.lang.Boolean enabled)
-
useSystemDefault
public ForceStopBuild useSystemDefault()
-
build
@NotNull protected @NotNull ForceStopBuildProperties build()
- Specified by:
buildin classPluginConfiguration<ForceStopBuildProperties>
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classPluginConfiguration<ForceStopBuildProperties>
-
hashCode
public int hashCode()
- Specified by:
hashCodein classPluginConfiguration<ForceStopBuildProperties>
-
-