Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.deployment.RestEnvironment
-
Packages that use RestEnvironment Package Description com.atlassian.bamboo.plugins.testutils.rest.resource.deployment com.atlassian.bamboo.testutils.backdoor.model.deployment -
-
Uses of RestEnvironment in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type RestEnvironment Modifier and Type Method Description Long
DeploymentProjectResource. addEnvironment(long deploymentProjectId, RestEnvironment environment)
-
Uses of RestEnvironment in com.atlassian.bamboo.testutils.backdoor.model.deployment
Methods in com.atlassian.bamboo.testutils.backdoor.model.deployment that return types with arguments of type RestEnvironment Modifier and Type Method Description List<RestEnvironment>
RestDeploymentProject. getEnvironments()
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model.deployment with type arguments of type RestEnvironment Constructor Description RestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments)
-