Interface ITJiraUtil
-
public interface ITJiraUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
formatForCurrentUserLocale(Timestamp t)
Set<Locale>
getAvailableDefaultLanguages()
String
getCurrentAtlassianTokenForClient(org.apache.http.impl.client.CloseableHttpClient client)
String
getCurrentAtlassianTokenForClient(org.apache.http.impl.client.CloseableHttpClient client, String username, String password)
String
getSystemProperty(String key)
boolean
isCoreInstalled()
boolean
isJEMHHomeDirectoryUsable()
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
setJEMHHomeDirectoryUsable(boolean isUsable)
void
setSystemProperty(String key, String value)
-
-
-
Method Detail
-
isJsdInstalled
boolean isJsdInstalled()
-
isSoftwareInstalled
boolean isSoftwareInstalled()
-
isCoreInstalled
boolean isCoreInstalled()
-
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.impl.client.CloseableHttpClient client)
-
getCurrentAtlassianTokenForClient
String getCurrentAtlassianTokenForClient(org.apache.http.impl.client.CloseableHttpClient client, String username, String password)
-
setJEMHHomeDirectoryUsable
void setJEMHHomeDirectoryUsable(boolean isUsable)
-
isJEMHHomeDirectoryUsable
boolean isJEMHHomeDirectoryUsable()
-
-