public interface DeploymentsTestService
Modifier and Type | Field and Description |
---|---|
static String |
ENV_DOGFOODING |
static String |
ENV_STAGING |
Modifier and Type | Method and Description |
---|---|
@NotNull DeploymentProject |
createDeploymentProjectWithEnvironments(@NotNull PlanKey planKey) |
@NotNull DeploymentVersion |
createDeploymentVersion(@NotNull DeploymentProject deploymentProject,
@NotNull PlanResultKey resultKey) |
@NotNull List<DeploymentVersion> |
createDeploymentVersions(@NotNull DeploymentProject deploymentProject,
int firstResult,
int maxResults) |
@NotNull DeploymentProject |
createSimpleDeployment(@NotNull PlanKey planKey) |
@NotNull DeploymentResult |
executeDeployment(@NotNull DeploymentProject deploymentProject,
@NotNull String environmentName,
@NotNull String versionName) |
static final String ENV_DOGFOODING
static final String ENV_STAGING
@NotNull @NotNull DeploymentProject createDeploymentProjectWithEnvironments(@NotNull @NotNull PlanKey planKey) throws WebValidationException
WebValidationException
@NotNull @NotNull DeploymentProject createSimpleDeployment(@NotNull @NotNull PlanKey planKey) throws WebValidationException
WebValidationException
@NotNull @NotNull DeploymentVersion createDeploymentVersion(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull PlanResultKey resultKey) throws WebValidationException
WebValidationException
@NotNull @NotNull List<DeploymentVersion> createDeploymentVersions(@NotNull @NotNull DeploymentProject deploymentProject, int firstResult, int maxResults) throws WebValidationException
WebValidationException
@NotNull @NotNull DeploymentResult executeDeployment(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull String environmentName, @NotNull @NotNull String versionName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.