com.atlassian.confluence.it
Class ConfluenceBaseUrlSelector

java.lang.Object
  extended by com.atlassian.confluence.it.ConfluenceBaseUrlSelector

public class ConfluenceBaseUrlSelector
extends java.lang.Object


Field Summary
static RandomnessHandler RANDOM
           
 java.lang.String randomBaseUrl
           
 
Constructor Summary
ConfluenceBaseUrlSelector()
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANDOM

public static final RandomnessHandler RANDOM

randomBaseUrl

public final java.lang.String randomBaseUrl
Constructor Detail

ConfluenceBaseUrlSelector

public ConfluenceBaseUrlSelector()
Method Detail

getBaseUrl

public java.lang.String getBaseUrl()
Returns:
The base url that is used in tests. Note that in case of cluster it will return a base url of the node that the current test is running against. Important: This is not the configured base url.


Copyright © 2003-2014 Atlassian. All Rights Reserved.