Uses of Class
com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results.RestDeploymentResultMatcherBuilder
-
Packages that use RestDeploymentResultMatcherBuilder Package Description com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results -
-
Uses of RestDeploymentResultMatcherBuilder in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results
Methods in com.atlassian.bamboo.testutils.matchers.rest.model.deployments.results that return RestDeploymentResultMatcherBuilder Modifier and Type Method Description RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. deploymentState(BuildState deploymentState)
RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. deploymentVersionName(String versionName)
RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. lifeCycleState(LifeCycleState... lifeCycleStates)
RestDeploymentResultMatcherBuilder
RestDeploymentResultMatcherBuilder. lifeCycleState(Collection<LifeCycleState> lifeCycleStates)
-