Uses of Interface
com.atlassian.bamboo.deployments.environments.EnvironmentStatus
Package
Description
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.environments
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.environments.index
ModifierConstructorDescriptionIndexedEnvironmentImpl
(@NotNull InternalDeploymentProject internalDeploymentProject, @NotNull EnvironmentStatus environmentStatus, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.projects
Modifier and TypeMethodDescription@NotNull List<? extends EnvironmentStatus>
DeploymentProjectStatusForResultSummary.getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectStatusForResultSummaryImpl.getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectWithEnvironmentStatuses.getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectWithEnvironmentStatusesImpl.getEnvironmentStatuses()
ModifierConstructorDescriptionDeploymentProjectStatusForResultSummaryImpl
(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses) DeploymentProjectWithEnvironmentStatusesImpl
(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends EnvironmentStatus> environmentStatuses) -
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescription@NotNull List<EnvironmentStatus>
DeploymentResultService.getLatestKnownDeploymentResultForEnvironments
(Iterable<? extends Environment> environments) Deprecated.@NotNull List<EnvironmentStatus>
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments
(Iterable<? extends Environment> environments) @NotNull List<EnvironmentStatus>
DeploymentResultService.getLatestKnownDeploymentResultForEnvironmentsInProject
(@NotNull DeploymentProject deploymentProject) Get the latest results that *actually* ran against a list of environments.@NotNull List<EnvironmentStatus>
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironmentsInProject
(@NotNull DeploymentProject deploymentProject) DeploymentResultService.getLatestStatusForAllEnvironments
(Map<Long, Environment> environmentsById, Map<Long, DeploymentProject> deploymentProjectsById) Deprecated.DeploymentResultServiceImpl.getLatestStatusForAllEnvironments
(Map<Long, Environment> environmentsById, Map<Long, DeploymentProject> deploymentProjectsById) -
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.versions.actions
DeploymentResultService.getLatestKnownDeploymentResultForEnvironmentsInProject(DeploymentProject)