Uses of Interface
com.atlassian.bamboo.deployments.environments.EnvironmentStatus
-
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.environments
Classes in com.atlassian.bamboo.deployments.environments that implement EnvironmentStatus Modifier and Type Class Description class
EnvironmentStatusImpl
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type EnvironmentStatus Constructor Description IndexedEnvironmentImpl(@NotNull InternalDeploymentProject internalDeploymentProject, @NotNull EnvironmentStatus environmentStatus, @Nullable PlanResultKey latestVersionPlanResultKey)
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type EnvironmentStatus Modifier and Type Method Description @NotNull List<? extends EnvironmentStatus>
DeploymentProjectStatusForResultSummary. getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectStatusForResultSummaryImpl. getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectWithEnvironmentStatuses. getEnvironmentStatuses()
@NotNull List<? extends EnvironmentStatus>
DeploymentProjectWithEnvironmentStatusesImpl. getEnvironmentStatuses()
Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type EnvironmentStatus Constructor Description DeploymentProjectStatusForResultSummaryImpl(@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
-
Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type EnvironmentStatus Modifier and Type Method Description List<EnvironmentStatus>
ViewDeploymentVersion. getVersionDeploymentStatuses()
-