public class RestDeploymentResultMatcherBuilder extends PropertyMatcherBuilder<RestDeploymentResult,RestDeploymentResultMatcherBuilder>
Constructor and Description |
---|
RestDeploymentResultMatcherBuilder() |
Modifier and Type | Method and Description |
---|---|
RestDeploymentResultMatcherBuilder |
deploymentState(BuildState deploymentState) |
RestDeploymentResultMatcherBuilder |
deploymentVersionName(String versionName) |
RestDeploymentResultMatcherBuilder |
lifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
RestDeploymentResultMatcherBuilder |
lifeCycleState(LifeCycleState... lifeCycleStates) |
build, put
public RestDeploymentResultMatcherBuilder deploymentState(BuildState deploymentState)
public RestDeploymentResultMatcherBuilder deploymentVersionName(String versionName)
public RestDeploymentResultMatcherBuilder lifeCycleState(LifeCycleState... lifeCycleStates)
public RestDeploymentResultMatcherBuilder lifeCycleState(Collection<LifeCycleState> lifeCycleStates)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.