Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStatusImpl |
Modifier and Type | Method and Description |
---|---|
List<? extends EnvironmentStatus> |
DeploymentProjectStatusForResultSummaryImpl.getEnvironmentStatuses() |
List<? extends EnvironmentStatus> |
DeploymentProjectWithEnvironmentStatusesImpl.getEnvironmentStatuses() |
List<? extends EnvironmentStatus> |
DeploymentProjectWithEnvironmentStatuses.getEnvironmentStatuses() |
List<? extends EnvironmentStatus> |
DeploymentProjectStatusForResultSummary.getEnvironmentStatuses() |
Constructor and Description |
---|
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject,
DeploymentVersion relatedVersion,
DeploymentVersion futureVersion,
ResultsSummary futureVersionResult,
List<? extends EnvironmentStatus> environmentStatuses) |
DeploymentProjectWithEnvironmentStatusesImpl(DeploymentProject deploymentProject,
List<? extends EnvironmentStatus> environmentStatuses) |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments) |
List<EnvironmentStatus> |
DeploymentResultService.getLatestKnownDeploymentResultForEnvironments(Iterable<? extends Environment> environments)
Get the latest results that *actually* ran against a list of environments.
|
Map<Long,EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Map<Long,EnvironmentStatus> |
DeploymentResultService.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentStatus> |
ViewDeploymentVersion.getVersionDeploymentStatuses() |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironmentStatus |
Constructor and Description |
---|
RestEnvironmentStatus(EnvironmentStatus environmentStatus) |
Constructor and Description |
---|
RestEnvironmentStatusOfIssue(EnvironmentStatus environmentStatus,
JiraIssueStatusOnEnvironment issueStatus,
String baseUrl) |
Constructor and Description |
---|
RestDeploymentProjectStatusForJiraIssue(DeploymentProject deploymentProject,
List<DeploymentVersion> versions,
List<EnvironmentStatus> environmentStatuses,
String baseUrl,
DeploymentVersionService deploymentVersionService) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.