Interface ITJiraUtil
-
public interface ITJiraUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Locale>
getAvailableDefaultLanguages()
String
getCurrentAtlassianTokenForClient(org.apache.http.client.HttpClient client)
String
getSystemProperty(String key)
boolean
isCoreInstalled()
boolean
isEmqInstalled()
boolean
isJsdInstalled()
boolean
isProjectBusinessType(com.atlassian.jira.project.Project p)
boolean
isProjectJsdType(com.atlassian.jira.project.Project p)
boolean
isProjectSoftwareType(com.atlassian.jira.project.Project p)
boolean
isSoftwareInstalled()
boolean
isTrustedRequestFactoryAvailable()
void
setSystemProperty(String key, String value)
-
-
-
Method Detail
-
isJsdInstalled
boolean isJsdInstalled()
-
isSoftwareInstalled
boolean isSoftwareInstalled()
-
isCoreInstalled
boolean isCoreInstalled()
-
isEmqInstalled
boolean isEmqInstalled()
-
isTrustedRequestFactoryAvailable
boolean isTrustedRequestFactoryAvailable()
-
isProjectJsdType
boolean isProjectJsdType(com.atlassian.jira.project.Project p)
-
isProjectSoftwareType
boolean isProjectSoftwareType(com.atlassian.jira.project.Project p)
-
isProjectBusinessType
boolean isProjectBusinessType(com.atlassian.jira.project.Project p)
-
getCurrentAtlassianTokenForClient
String getCurrentAtlassianTokenForClient(org.apache.http.client.HttpClient client)
-
-