Class MasterBranch
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.branch.MasterBranch
-
@Immutable public class MasterBranch extends Object
Definition of a repository branch override imported through Bamboo Specs YAML.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MasterBranch.Config
-
Constructor Summary
Constructors Constructor Description MasterBranch(@NotNull String name)
MasterBranch(@NotNull String name, @NotNull String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Nullable String
getDisplayName()
@NotNull String
getName()
int
hashCode()
String
toString()
-