Uses of Class
com.atlassian.bamboo.testutils.backdoor.Backdoor
-
Packages that use Backdoor Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.backdoor com.atlassian.bamboo.testutils.junit.rule -
-
Uses of Backdoor in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils with parameters of type Backdoor Modifier and Type Method Description static void
NotificationsTestUtils. setUpBambooMailServer(@NotNull Backdoor backdoor, @NotNull com.icegreen.greenmail.base.GreenMailOperations greenMail, @NotNull String smtpUsername)
static void
NotificationsTestUtils. setUpBambooMailServer(@NotNull Backdoor backdoor, @NotNull com.icegreen.greenmail.base.GreenMailOperations greenMail, @NotNull String smtpUsername, @NotNull String smtpPassword)
Deprecated. -
Uses of Backdoor in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return Backdoor Modifier and Type Method Description Backdoor
Backdoor. asUser(TestUser authenticatingUser)
-
Uses of Backdoor in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule that return Backdoor Modifier and Type Method Description Backdoor
BackdoorRule. asUser(TestUser authenticatingUser)
-