Class MasterBranch


  • @Immutable
    public class MasterBranch
    extends Object
    Definition of a repository branch override imported through Bamboo Specs YAML.
    • Constructor Detail

      • MasterBranch

        public MasterBranch​(@NotNull
                            @NotNull String name)
      • MasterBranch

        public MasterBranch​(@NotNull
                            @NotNull String name,
                            @NotNull
                            @NotNull String displayName)
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
      • getDisplayName

        @Nullable
        public @Nullable String getDisplayName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object