Uses of Interface
com.atlassian.bamboo.deployments.results.InternalDeploymentResult

Packages that use InternalDeploymentResult
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.matcher   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.plugins.rest.deployments.results   
 

Uses of InternalDeploymentResult in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentResult
static
<T extends InternalDeploymentResult>
org.hamcrest.Matcher<T>
DeploymentMatchers.equalToDeploymentResult(T reference)
           
 

Methods in com.atlassian.bamboo.deployments that return InternalDeploymentResult
static InternalDeploymentResult DeploymentMocks.mockDeploymentResult(String deploymentVersionName, BuildState deploymentState, LifeCycleState lifeCycleState)
           
 

Methods in com.atlassian.bamboo.deployments with parameters of type InternalDeploymentResult
static DeploymentResultKeyImpl DeploymentResultKeyImpl.from(InternalEnvironment environment, InternalDeploymentResult deploymentResult)
           
 

Uses of InternalDeploymentResult in com.atlassian.bamboo.deployments.results
 

Subinterfaces of InternalDeploymentResult in com.atlassian.bamboo.deployments.results
 interface DeploymentResult
           
 

Classes in com.atlassian.bamboo.deployments.results that implement InternalDeploymentResult
 class DeploymentResultImpl
           
 

Uses of InternalDeploymentResult in com.atlassian.bamboo.deployments.results.matcher
 

Classes in com.atlassian.bamboo.deployments.results.matcher with type parameters of type InternalDeploymentResult
 class IsDeploymentResultEq<T extends InternalDeploymentResult>
           
 

Methods in com.atlassian.bamboo.deployments.results.matcher with type parameters of type InternalDeploymentResult
static
<T extends InternalDeploymentResult>
org.hamcrest.Matcher<T>
IsDeploymentResultEq.equalToDeploymentResult(T reference)
           
 

Uses of InternalDeploymentResult in com.atlassian.bamboo.deployments.results.persistence
 

Subinterfaces of InternalDeploymentResult in com.atlassian.bamboo.deployments.results.persistence
 interface MutableDeploymentResult
           
 

Classes in com.atlassian.bamboo.deployments.results.persistence that implement InternalDeploymentResult
 class MutableDeploymentResultImpl
           
 

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

Classes in com.atlassian.bamboo.plugins.rest.deployments.results that implement InternalDeploymentResult
 class RestDeploymentResult
           
 class RestDeploymentResultWithLogs
           
 



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