Uses of Class
com.atlassian.bamboo.testutils.model.deployments.environments.TestEnvironmentDetails
Packages that use TestEnvironmentDetails
Package
Description
-
Uses of TestEnvironmentDetails in com.atlassian.bamboo.pageobjects.pages.admin.agent
Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent with parameters of type TestEnvironmentDetailsModifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.PageElementViewAgentPage.getExecutableDeploymentEnvironmentLink(TestEnvironmentDetails environment) voidViewAgentPage.hoverExecutableDeploymentEnvironmentLink(TestEnvironmentDetails environment) -
Uses of TestEnvironmentDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestEnvironmentDetailsModifier and TypeMethodDescriptionbooleanRequirementDetailsPage.canBeRemovedFrom(TestEnvironmentDetails environment) RequirementDetailsPage.deleteFromEnvironment(TestEnvironmentDetails environment) delete requirement for a particular environmentbooleanRequirementDetailsPage.hasRequirement(TestEnvironmentDetails environment) -
Uses of TestEnvironmentDetails in com.atlassian.bamboo.testutils.backdoor.deployments
Methods in com.atlassian.bamboo.testutils.backdoor.deployments that return types with arguments of type TestEnvironmentDetailsModifier and TypeMethodDescriptionEnvironmentsControl.addEnvironment(String deploymentProjectId) Save environmentMethods in com.atlassian.bamboo.testutils.backdoor.deployments with parameters of type TestEnvironmentDetailsModifier and TypeMethodDescriptionEnvironmentsControl.addEnvironmentVariable(TestEnvironmentDetails environment) EnvironmentsControl.addEnvironmentVariable(TestEnvironmentDetails environment, Consumer<TestVariableDetails.Builder> builderConsumer) -
Uses of TestEnvironmentDetails in com.atlassian.bamboo.testutils.backdoor.model.deployment
Constructors in com.atlassian.bamboo.testutils.backdoor.model.deployment with parameters of type TestEnvironmentDetailsModifierConstructorDescriptionRestEnvironment(TestEnvironmentDetails environment, Function<TestTaskDetails, RestTask> toRestTask, Function<TestTriggerDetails, RestTrigger> toRestTrigger, Function<TestNotificationDetails, RestNotification> toRestNotification) Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model.deployment with type arguments of type TestEnvironmentDetailsModifierConstructorDescriptionRestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails, RestEnvironment> toRestEnvironments) -
Uses of TestEnvironmentDetails in com.atlassian.bamboo.testutils.model.deployments.environments
Methods in com.atlassian.bamboo.testutils.model.deployments.environments that return TestEnvironmentDetails -
Uses of TestEnvironmentDetails in com.atlassian.bamboo.testutils.model.deployments.projects
Methods in com.atlassian.bamboo.testutils.model.deployments.projects that return types with arguments of type TestEnvironmentDetailsModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<TestEnvironmentDetails> TestDeploymentProjectDetails.getEnvironments()Method parameters in com.atlassian.bamboo.testutils.model.deployments.projects with type arguments of type TestEnvironmentDetailsModifier and TypeMethodDescriptionvoidTestDeploymentProjectDetails.setEnvironments(Collection<TestEnvironmentDetails> environments)