This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.easesolutions.jira.plugin.mailclient.servlet; | |
import com.atlassian.jira.user.util.UserManager; | |
import com.atlassian.plugin.webresource.UrlMode; | |
import com.atlassian.plugin.webresource.WebResourceUrlProvider; | |
import com.atlassian.sal.api.auth.LoginUriProvider; | |
import com.atlassian.templaterenderer.TemplateRenderer; | |
import com.easesolutions.jira.plugin.mailclient.model.service.PermissionAccessService; | |
import com.easesolutions.jira.plugin.mailclient.util.LoggerHelper; | |
import com.easesolutions.jira.plugin.mailclient.util.ProjectPartsHelper; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ensure that the namespace is created | |
if (typeof easesolutions !== 'object') | |
easesolutions = {}; | |
if (typeof easesolutions.productname !== 'object') | |
easesolutions.productname = {}; | |
// initialize instance variables | |
easesolutions.productname.fileName = function () { | |
this.url_get_stuff = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ts; | |
var options; | |
var typeScriptServiceDirectory; | |
var typeScriptServicePath; | |
var sessionId; | |
var logDebugData = true; | |
var logFileContent = false; | |
var sys; | |
var store; | |
var emitFilesArray; |