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 NUMERIC_CUSTOMFIELD_ID
           
static String NUMERIC_CUSTOMFIELD_TYPE
           
static String NUMERIC_CUSTOMFIELD_TYPE_V5
           
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)
           
 
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

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
Constructor Detail

IntegrationTestUtil

public IntegrationTestUtil()
Method Detail

concat

public static URI concat(URI uri,
                         String path)


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.