Uses of Class
com.atlassian.bamboo.plugins.rest.deployments.results.RestDeploymentResult

Packages that use RestDeploymentResult
com.atlassian.bamboo.plugins.rest.deployments.environments   
com.atlassian.bamboo.plugins.rest.deployments.results   
 

Uses of RestDeploymentResult in com.atlassian.bamboo.plugins.rest.deployments.environments
 

Methods in com.atlassian.bamboo.plugins.rest.deployments.environments that return RestDeploymentResult
 RestDeploymentResult RestEnvironmentStatus.getDeploymentResult()
           
 RestDeploymentResult RestEnvironmentStatus.getLatestResult()
           
 

Uses of RestDeploymentResult in com.atlassian.bamboo.plugins.rest.deployments.results
 

Subclasses of RestDeploymentResult in com.atlassian.bamboo.plugins.rest.deployments.results
 class RestDeploymentResultWithLogs
           
 

Methods in com.atlassian.bamboo.plugins.rest.deployments.results that return RestDeploymentResult
 RestDeploymentResult DeploymentResultResource.getDeploymentResult(long deploymentResultId, boolean includeLogs, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.deployments.results with type arguments of type RestDeploymentResult
RestDeploymentResultList(int size, org.apache.commons.lang.math.IntRange range, List<RestDeploymentResult> results)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.