Class DeploymentsControl

    • Constructor Detail

      • DeploymentsControl

        public DeploymentsControl​(@NotNull
                                  @NotNull BambooEnvironmentData environmentData)
    • Method Detail

      • addDeploymentToBeRemoved

        public void addDeploymentToBeRemoved​(String deploymentId)
      • createOrUpdateDeploymentProject

        public long createOrUpdateDeploymentProject​(com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties,
                                                    boolean shouldBeTornDown)
                                             throws Exception
        Throws:
        Exception
      • createOrUpdateDeploymentProject

        public long createOrUpdateDeploymentProject​(com.atlassian.bamboo.specs.api.builders.deployment.Deployment deployment,
                                                    boolean shouldBeTornDown)
                                             throws Exception
        Throws:
        Exception
      • createOrUpdateDeploymentProject

        public long createOrUpdateDeploymentProject​(com.atlassian.bamboo.specs.api.builders.deployment.Deployment deployment)
                                             throws Exception
        Throws:
        Exception
      • createOrUpdateDeploymentProject

        public long createOrUpdateDeploymentProject​(com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties)
                                             throws Exception
        Throws:
        Exception
      • assignedRepositoryIds

        public List<Long> assignedRepositoryIds​(String deploymentProjectId)