Class RestDeploymentResultMatcherBuilder
- java.lang.Object
-
- com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<RestDeploymentResult,RestDeploymentResultMatcherBuilder>
-
- com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results.RestDeploymentResultMatcherBuilder
-
public class RestDeploymentResultMatcherBuilder extends PropertyMatcherBuilder<RestDeploymentResult,RestDeploymentResultMatcherBuilder>
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentResultMatcherBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestDeploymentResultMatcherBuilder
deploymentState(BuildState deploymentState)
RestDeploymentResultMatcherBuilder
deploymentVersionName(String versionName)
RestDeploymentResultMatcherBuilder
lifeCycleState(LifeCycleState... lifeCycleStates)
RestDeploymentResultMatcherBuilder
lifeCycleState(Collection<LifeCycleState> lifeCycleStates)
-
Methods inherited from class com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder
build, put
-
-
-
-
Method Detail
-
deploymentState
public RestDeploymentResultMatcherBuilder deploymentState(BuildState deploymentState)
-
deploymentVersionName
public RestDeploymentResultMatcherBuilder deploymentVersionName(String versionName)
-
lifeCycleState
public RestDeploymentResultMatcherBuilder lifeCycleState(LifeCycleState... lifeCycleStates)
-
lifeCycleState
public RestDeploymentResultMatcherBuilder lifeCycleState(Collection<LifeCycleState> lifeCycleStates)
-
-