com.atlassian.jira.util
Class ImportUtils

java.lang.Object
  extended bycom.atlassian.jira.util.ImportUtils

public class ImportUtils
extends java.lang.Object


Constructor Summary
ImportUtils()
           
 
Method Summary
static boolean isIndexIssues()
           
static boolean isSubvertSecurityScheme()
           
static void setIndexIssues(boolean index)
           
static void setSubvertSecurityScheme(boolean subvert)
          Whether to subvert the security scheme or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportUtils

public ImportUtils()
Method Detail

setSubvertSecurityScheme

public static void setSubvertSecurityScheme(boolean subvert)
Whether to subvert the security scheme or not. This is done on a thread local basis, so the subversion only occurs for this thread / request.

Other classes may alter their behaviour based on the value you pass.

Parameters:
subvert - Whether to subvert the scheme or not.
See Also:
ManagerFactory.getPermissionManager()

isSubvertSecurityScheme

public static boolean isSubvertSecurityScheme()

setIndexIssues

public static void setIndexIssues(boolean index)

isIndexIssues

public static boolean isIndexIssues()