public class ImportUtils extends Object
It's used by JIM (JIRA Importers Plugin)
Modifier and Type | Method and Description |
---|---|
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.
|
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.public static boolean isSubvertSecurityScheme()
public static void setIndexIssues(boolean index)
public static void setEnableNotifications(boolean enable)
public static boolean isEnableNotifications()
public static boolean isIndexIssues()
Copyright © 2002-2018 Atlassian. All Rights Reserved.