Class RestDeploymentProject

java.lang.Object
com.atlassian.bamboo.rest.model.deployments.projects.RestDeploymentProject

public class RestDeploymentProject extends Object
  • Constructor Details

  • Method Details

    • getEnvironments

      public List<RestEnvironment> getEnvironments()
    • getOperations

      public RestOperations getOperations()
    • getId

      public long getId()
    • getOid

      public BambooEntityOid getOid()
    • getKey

      @NotNull public @NotNull DeploymentKey getKey()
    • getName

      @NotNull public @NotNull String getName()
    • getDescription

      @Nullable public @Nullable String getDescription()
    • getPlanKey

      public PlanKey getPlanKey()
    • getVcsBambooSpecsSource

      @Nullable public @Nullable ImmutableVcsBambooSpecsSource getVcsBambooSpecsSource()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isRepositorySpecsManaged

      public boolean isRepositorySpecsManaged()