Uses of Class
com.atlassian.bamboo.testutils.model.deployments.environments.TestEnvironmentDetails
-
-
Uses of TestEnvironmentDetails in com.atlassian.bamboo.pageobjects.pages.admin.agent
Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent with parameters of type TestEnvironmentDetails Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
ViewAgentPage. getExecutableDeploymentEnvironmentLink(TestEnvironmentDetails environment)
void
ViewAgentPage. 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 TestEnvironmentDetails Modifier and Type Method Description boolean
RequirementDetailsPage. canBeRemovedFrom(TestEnvironmentDetails environment)
RequirementDetailsPage
RequirementDetailsPage. deleteFromEnvironment(TestEnvironmentDetails environment)
delete requirement for a particular environmentboolean
RequirementDetailsPage. 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 TestEnvironmentDetails Modifier and Type Method Description Consumer<TestEnvironmentDetails>
EnvironmentsControl. addEnvironment(String deploymentProjectId)
Save environmentMethods in com.atlassian.bamboo.testutils.backdoor.deployments with parameters of type TestEnvironmentDetails Modifier and Type Method Description Consumer<TestVariableDetails>
EnvironmentsControl. addEnvironmentVariable(TestEnvironmentDetails environment)
EnvironmentsControl
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 TestEnvironmentDetails Constructor Description RestEnvironment(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 TestEnvironmentDetails Constructor Description RestDeploymentProject(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 Modifier and Type Method Description TestEnvironmentDetails
TestEnvironmentDetails.Builder. build()
-
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 TestEnvironmentDetails Modifier and Type Method Description com.google.common.collect.ImmutableList<TestEnvironmentDetails>
TestDeploymentProjectDetails. getEnvironments()
Method parameters in com.atlassian.bamboo.testutils.model.deployments.projects with type arguments of type TestEnvironmentDetails Modifier and Type Method Description void
TestDeploymentProjectDetails. setEnvironments(Collection<TestEnvironmentDetails> environments)
-