Uses of Class
com.atlassian.bamboo.testutils.model.variable.TestVariableDetails.Builder
-
Packages that use TestVariableDetails.Builder Package Description com.atlassian.bamboo.testutils.backdoor.deployments com.atlassian.bamboo.testutils.model.variable -
-
Uses of TestVariableDetails.Builder in com.atlassian.bamboo.testutils.backdoor.deployments
Method parameters in com.atlassian.bamboo.testutils.backdoor.deployments with type arguments of type TestVariableDetails.Builder Modifier and Type Method Description EnvironmentsControl
EnvironmentsControl. addEnvironmentVariable(TestEnvironmentDetails environment, Consumer<TestVariableDetails.Builder> builderConsumer)
-
Uses of TestVariableDetails.Builder in com.atlassian.bamboo.testutils.model.variable
Methods in com.atlassian.bamboo.testutils.model.variable that return TestVariableDetails.Builder Modifier and Type Method Description static TestVariableDetails.Builder
TestVariableDetails. builder()
TestVariableDetails.Builder
TestVariableDetails.Builder. key(String key)
TestVariableDetails.Builder
TestVariableDetails.Builder. value(String value)
-