Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.PageElement |
ViewAgentPage.getExecutableDeploymentEnvironmentLink(TestEnvironmentDetails environment) |
void |
ViewAgentPage.hoverExecutableDeploymentEnvironmentLink(TestEnvironmentDetails environment) |
Modifier and Type | Method and Description |
---|---|
boolean |
RequirementDetailsPage.canBeRemovedFrom(TestEnvironmentDetails environment) |
RequirementDetailsPage |
RequirementDetailsPage.deleteFromEnvironment(TestEnvironmentDetails environment)
delete requirement for a particular environment
|
boolean |
RequirementDetailsPage.hasRequirement(TestEnvironmentDetails environment) |
Modifier and Type | Method and Description |
---|---|
Consumer<TestEnvironmentDetails> |
EnvironmentsControl.addEnvironment(String deploymentProjectId)
Save environment
|
Modifier and Type | Method and Description |
---|---|
Consumer<TestVariableDetails> |
EnvironmentsControl.addEnvironmentVariable(TestEnvironmentDetails environment) |
EnvironmentsControl |
EnvironmentsControl.addEnvironmentVariable(TestEnvironmentDetails environment,
Consumer<TestVariableDetails.Builder> builderConsumer) |
Constructor and Description |
---|
RestEnvironment(TestEnvironmentDetails environment,
Function<TestTaskDetails,RestTask> toRestTask,
Function<TestTriggerDetails,RestTrigger> toRestTrigger,
Function<TestNotificationDetails,RestNotification> toRestNotification) |
Constructor and Description |
---|
RestDeploymentProject(TestDeploymentProjectDetails deploymentProject,
Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments) |
Modifier and Type | Method and Description |
---|---|
TestEnvironmentDetails |
TestEnvironmentDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<TestEnvironmentDetails> |
TestDeploymentProjectDetails.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
void |
TestDeploymentProjectDetails.setEnvironments(Collection<TestEnvironmentDetails> environments) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.