com.atlassian.bamboo.testutils.backdoor
Class PluginSettingsControl

java.lang.Object
  extended by com.atlassian.bamboo.testutils.backdoor.BackdoorControl<PluginSettingsControl>
      extended by com.atlassian.bamboo.testutils.backdoor.PluginSettingsControl

public class PluginSettingsControl
extends BackdoorControl<PluginSettingsControl>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.testutils.backdoor.BackdoorControl
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
PluginSettingsControl(BambooEnvironmentData environmentData)
           
 
Method Summary
 void deleteAnalyticsOptIn()
           
 void deleteSetting(String settingName)
           
 
Methods inherited from class com.atlassian.bamboo.testutils.backdoor.BackdoorControl
client, createResource, createResource, createResourceForPath, createResourceForPath, get, getEnvironmentData, getRestModulePath, percentEncode, ping, resourceRoot, resourceRoot, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSettingsControl

public PluginSettingsControl(@NotNull
                             BambooEnvironmentData environmentData)
Method Detail

deleteSetting

public void deleteSetting(String settingName)

deleteAnalyticsOptIn

public void deleteAnalyticsOptIn()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.