test.plugin.apiavailable
Class DummyApiAvailableTestResource

java.lang.Object
  extended by test.plugin.apiavailable.DummyApiAvailableTestResource

public class DummyApiAvailableTestResource
extends Object


Field Summary
static String KEY_AVAILABLE
           
static String KEY_UNAVAILABLE
           
static String TITLE
           
 
Constructor Summary
DummyApiAvailableTestResource(CustomContentManager customContentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 
Method Summary
 String doCreateAvailable()
           
 String doCreateUnavailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final String TITLE
See Also:
Constant Field Values

KEY_AVAILABLE

public static final String KEY_AVAILABLE
See Also:
Constant Field Values

KEY_UNAVAILABLE

public static final String KEY_UNAVAILABLE
See Also:
Constant Field Values
Constructor Detail

DummyApiAvailableTestResource

public DummyApiAvailableTestResource(CustomContentManager customContentManager,
                                     com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
Method Detail

doCreateAvailable

public String doCreateAvailable()

doCreateUnavailable

public String doCreateUnavailable()


Copyright © 2003–2015 Atlassian. All rights reserved.