Uses of Interface
com.atlassian.bamboo.deployments.environments.aggregation.EnvironmentStatusForAggregation
-
-
Uses of EnvironmentStatusForAggregation in com.atlassian.bamboo.deployments.aggregation
Classes in com.atlassian.bamboo.deployments.aggregation that implement EnvironmentStatusForAggregation Modifier and Type Class Description class
EnvironmentStatusForAggregationImpl
-
Uses of EnvironmentStatusForAggregation in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service that return types with arguments of type EnvironmentStatusForAggregation Modifier and Type Method Description @NotNull List<EnvironmentStatusForAggregation>
DeploymentResultService. getStatusesForAggregationByProject(@NotNull DeploymentProject deploymentProject)
@NotNull List<EnvironmentStatusForAggregation>
DeploymentResultServiceImpl. getStatusesForAggregationByProject(@NotNull DeploymentProject deploymentProject)
-
Uses of EnvironmentStatusForAggregation in com.atlassian.bamboo.plugins.jira.rest.model.deployment
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.deployment with parameters of type EnvironmentStatusForAggregation Constructor Description EnvironmentSummary(EnvironmentStatusForAggregation environment, DeploymentStatus status, VersionSummary deployedVersion, String baseUrl)
-