Class TroubleshootingControl
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.BackdoorControl<TroubleshootingControl>
-
- com.atlassian.bamboo.testutils.backdoor.TroubleshootingControl
-
public class TroubleshootingControl extends BackdoorControl<TroubleshootingControl>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bamboo.testutils.backdoor.BackdoorControl
BackdoorControl.AddXsrfNoCheckTokenFilter, BackdoorControl.JsonMediaTypeFilter
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.backdoor.BackdoorControl
ADMIN_REST_PATH, API_REST_PATH, DEFAULT_REST_PATH, rootPath
-
-
Constructor Summary
Constructors Constructor Description TroubleshootingControl(@NotNull BambooEnvironmentData environmentData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TroubleshootingControl
dismissLocalAgentNotification()
TroubleshootingControl
dismissLocalAgentNotification(String username)
TroubleshootingControl
dismissNotification(long notificationId)
TroubleshootingControl
dismissNotification(long notificationId, String username)
-
Methods inherited from class com.atlassian.bamboo.testutils.backdoor.BackdoorControl
client, createResource, createResourceForPath, get, getEnvironmentData, getRestModulePath, percentEncode, ping, post, resourceRoot, tearDown
-
-
-
-
Constructor Detail
-
TroubleshootingControl
public TroubleshootingControl(@NotNull @NotNull BambooEnvironmentData environmentData)
-
-
Method Detail
-
dismissLocalAgentNotification
public TroubleshootingControl dismissLocalAgentNotification()
-
dismissLocalAgentNotification
public TroubleshootingControl dismissLocalAgentNotification(String username)
-
dismissNotification
public TroubleshootingControl dismissNotification(long notificationId)
-
dismissNotification
public TroubleshootingControl dismissNotification(long notificationId, String username)
-
-