Uses of Class
com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResult
-
-
Uses of RestDeploymentResult in com.atlassian.bamboo.plugins.rest.deployments.results
Methods in com.atlassian.bamboo.plugins.rest.deployments.results that return RestDeploymentResult Modifier and Type Method Description RestDeploymentResult
DeploymentResultResource. getDeploymentResult(long deploymentResultId, boolean includeLogs, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestDeploymentResult in com.atlassian.bamboo.rest.model.deployments.results
Subclasses of RestDeploymentResult in com.atlassian.bamboo.rest.model.deployments.results Modifier and Type Class Description class
RestDeploymentResultWithLogs
Methods in com.atlassian.bamboo.rest.model.deployments.results that return types with arguments of type RestDeploymentResult Modifier and Type Method Description List<RestDeploymentResult>
RestDeploymentResultList. getResults()
Constructor parameters in com.atlassian.bamboo.rest.model.deployments.results with type arguments of type RestDeploymentResult Constructor Description RestDeploymentResultList(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentResult> results)
-
Uses of RestDeploymentResult in com.atlassian.bamboo.testutils.backdoor.deployments
Method parameters in com.atlassian.bamboo.testutils.backdoor.deployments with type arguments of type RestDeploymentResult Modifier and Type Method Description EnvironmentsControl
EnvironmentsControl. assertDeploymentResults(String environmentId, org.hamcrest.Matcher<? super Iterable<RestDeploymentResult>> deploymentResultMatcher)
Verify that version is deployed on an environment.
-