|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.util.ImportUtils
public class ImportUtils
Utility code originally written to support various importers. Contains methods for bypassing security schemes, reindexing issues, creating new issue types, resolutions, custom fields, and various other useful bits of code.
BugzillaImportBean
,
MantisImportBean
Method Summary | |
---|---|
static boolean |
isEnableNotifications()
|
static boolean |
isIndexIssues()
|
static boolean |
isSubvertSecurityScheme()
|
static void |
setEnableNotifications(boolean enable)
|
static void |
setIndexIssues(boolean index)
|
static void |
setSubvertSecurityScheme(boolean subvert)
Whether to subvert the security scheme or not. |
static String |
stripHTMLStrings(String str)
Remove any HTML from text contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setSubvertSecurityScheme(boolean subvert)
Other classes may alter their behaviour based on the value you pass.
subvert
- Whether to subvert the scheme or not.ManagerFactory.getPermissionManager()
public static boolean isSubvertSecurityScheme()
public static void setIndexIssues(boolean index)
public static void setEnableNotifications(boolean enable)
public static boolean isEnableNotifications()
public static boolean isIndexIssues()
public static String stripHTMLStrings(String str)
str
- Text with HTML (eg <a href="...">..</a> links).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |