java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.plan.Plan

@Immutable public class Plan extends Object
  • Constructor Details

    • Plan

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

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString 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()