Uses of Class
com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResult
Package
Description
-
Uses of RestDeploymentResult in com.atlassian.bamboo.plugins.rest.deployments.results
Modifier and TypeMethodDescriptionDeploymentResultResource.getDeploymentResult
(long deploymentResultId, boolean includeLogs, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestDeploymentResult in com.atlassian.bamboo.rest.model.deployments.results
ModifierConstructorDescriptionRestDeploymentResultList
(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results) -
Uses of RestDeploymentResult in com.atlassian.bamboo.testutils.backdoor.deployments
Modifier and TypeMethodDescriptionEnvironmentsControl.assertDeploymentResults
(String environmentId, org.hamcrest.Matcher<? super Iterable<RestDeploymentResult>> deploymentResultMatcher) Verify that version is deployed on an environment.