com.atlassian.confluence.it.api
Class ApiDarkFeatureHelper

java.lang.Object
  extended by com.atlassian.confluence.it.api.ApiDarkFeatureHelper

public class ApiDarkFeatureHelper
extends java.lang.Object

Contains a registry of modules that are disabled by default whilst the confluence api is under active development.

Call enableApiDarkFeature(ConfluenceRpc) to enable the experimental api to run your tests against.


Constructor Summary
ApiDarkFeatureHelper()
           
 
Method Summary
static void disabledApiDarkFeature(ConfluenceRpc rpc)
           
static void enableApiDarkFeature(ConfluenceRpc rpc)
          Enables the experimental Confluence API
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiDarkFeatureHelper

public ApiDarkFeatureHelper()
Method Detail

enableApiDarkFeature

public static void enableApiDarkFeature(ConfluenceRpc rpc)
Enables the experimental Confluence API

Parameters:
rpc -

disabledApiDarkFeature

public static void disabledApiDarkFeature(ConfluenceRpc rpc)


Copyright © 2003-2014 Atlassian. All Rights Reserved.