Class Plan


  • @Immutable
    public class Plan
    extends Object
    • Constructor Detail

      • Plan

        public Plan​(@NotNull
                    @NotNull String projectKey,
                    @NotNull
                    @NotNull String key,
                    @NotNull
                    @NotNull String name,
                    @NotNull
                    @NotNull String description,
                    @Nullable
                    @Nullable MasterBranch masterBranch)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getProjectKey

        @NotNull
        public @NotNull String getProjectKey()
      • getKey

        @NotNull
        public @NotNull String getKey()
      • getName

        @NotNull
        public @NotNull String getName()
      • getDescription

        @NotNull
        public @NotNull String getDescription()
      • getMasterBranch

        @Nullable
        public @Nullable MasterBranch getMasterBranch()