java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.deployment.DeploymentProject

@Immutable public class DeploymentProject extends Object
  • Constructor Details

    • DeploymentProject

      public DeploymentProject(@NotNull @NotNull String name, @NotNull @NotNull String sourcePlan, @NotNull @NotNull String description)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • getSourcePlan

      @NotNull public @NotNull String getSourcePlan()
    • getDescription

      @NotNull public @NotNull String getDescription()
    • 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