Class BambooYamlDeploymentDefinition

java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.BambooYamlDeploymentDefinition
All Implemented Interfaces:
BambooYamlDefinition

@Immutable public class BambooYamlDeploymentDefinition extends Object implements BambooYamlDefinition
Definition of a deployment project imported through Bamboo Specs YAML.
  • Constructor Details

  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • getSourcePlan

      @NotNull public @NotNull String getSourcePlan()
    • getDescription

      @NotNull public @NotNull String getDescription()
    • getReleaseNaming

      @NotNull public @NotNull ReleaseNaming getReleaseNaming()
    • getEnvironments

      @NotNull public @NotNull List<Environment> getEnvironments()
    • 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