Modifier and Type | Method and Description |
---|---|
RestDeploymentResult |
RestEnvironmentStatus.getDeploymentResult() |
RestDeploymentResult |
RestEnvironmentStatus.getLatestResult() |
Modifier and Type | Method and Description |
---|---|
RestDeploymentResult |
DeploymentResultResource.getDeploymentResult(long deploymentResultId,
boolean includeLogs,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentResultWithLogs |
Modifier and Type | Method and Description |
---|---|
List<RestDeploymentResult> |
RestDeploymentResultList.getResults() |
Constructor and Description |
---|
RestDeploymentResultList(int size,
org.apache.commons.lang3.Range<Integer> range,
List<RestDeploymentResult> results) |
Modifier and Type | Method and Description |
---|---|
EnvironmentsControl |
EnvironmentsControl.assertDeploymentResults(String environmentId,
org.hamcrest.Matcher<? super Iterable<RestDeploymentResult>> deploymentResultMatcher)
Verify that version is deployed on an environment.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.