com.atlassian.jira.rest.client
Class IntegrationTestUtil

java.lang.Object
  extended by com.atlassian.jira.rest.client.IntegrationTestUtil

public class IntegrationTestUtil
extends Object


Field Summary
static String GROUP_JIRA_ADMINISTRATORS
           
static String NUMERIC_CUSTOMFIELD_ID
           
static String NUMERIC_CUSTOMFIELD_TYPE
           
static String NUMERIC_CUSTOMFIELD_TYPE_V5
           
static String ROLE_ADMINISTRATORS
           
static int START_PROGRESS_TRANSITION_ID
           
static int STOP_PROGRESS_TRANSITION_ID
           
static boolean TESTING_JIRA_5_OR_NEWER
           
static BasicUser USER_ADMIN
           
static BasicUser USER_ADMIN_LATEST
           
static BasicUser USER_SLASH
           
static BasicUser USER_SLASH_LATEST
           
static BasicUser USER1
           
static BasicUser USER1_LATEST
           
static BasicUser USER2
           
static BasicUser USER2_LATEST
           
 
Constructor Summary
IntegrationTestUtil()
           
 
Method Summary
static URI concat(URI uri, String path)
           
static URI resolveURI(String relativeUri)
           
static URI resolveURI(URI relativeUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ADMIN

public static final BasicUser USER_ADMIN

USER_ADMIN_LATEST

public static final BasicUser USER_ADMIN_LATEST

USER1

public static final BasicUser USER1

USER2

public static final BasicUser USER2

USER1_LATEST

public static final BasicUser USER1_LATEST

USER2_LATEST

public static final BasicUser USER2_LATEST

USER_SLASH

public static final BasicUser USER_SLASH

USER_SLASH_LATEST

public static final BasicUser USER_SLASH_LATEST

ROLE_ADMINISTRATORS

public static final String ROLE_ADMINISTRATORS
See Also:
Constant Field Values

TESTING_JIRA_5_OR_NEWER

public static final boolean TESTING_JIRA_5_OR_NEWER

START_PROGRESS_TRANSITION_ID

public static final int START_PROGRESS_TRANSITION_ID
See Also:
Constant Field Values

STOP_PROGRESS_TRANSITION_ID

public static final int STOP_PROGRESS_TRANSITION_ID
See Also:
Constant Field Values

NUMERIC_CUSTOMFIELD_ID

public static final String NUMERIC_CUSTOMFIELD_ID
See Also:
Constant Field Values

NUMERIC_CUSTOMFIELD_TYPE

public static final String NUMERIC_CUSTOMFIELD_TYPE
See Also:
Constant Field Values

NUMERIC_CUSTOMFIELD_TYPE_V5

public static final String NUMERIC_CUSTOMFIELD_TYPE_V5
See Also:
Constant Field Values

GROUP_JIRA_ADMINISTRATORS

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

IntegrationTestUtil

public IntegrationTestUtil()
Method Detail

concat

public static URI concat(URI uri,
                         String path)

resolveURI

public static URI resolveURI(URI relativeUri)

resolveURI

public static URI resolveURI(String relativeUri)


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.