Class MyAtlassianComRedirect
java.lang.Object
com.atlassian.jira.web.action.setup.MyAtlassianComRedirect
Component to handle redirects to my.atlassian.com in order to get an evaluation license.
The interaction is as follows: build the redirect and specify a URL where the license will
be POST-ed back so you can consume it.
- Since:
- v7.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class -
Constructor Summary
ConstructorsConstructorDescriptionMyAtlassianComRedirect(JiraProductInformation jiraProductInformation, BuildUtilsInfo buildUtilsInfo, com.atlassian.license.SIDManager sidManager, ApplicationProperties applicationProperties, HttpServletVariables servletVariables) -
Method Summary
Modifier and TypeMethodDescriptionnewRedirectWithCallbackTo(String postCallbackUrl) Creates a new builder for a given callback url.
-
Constructor Details
-
MyAtlassianComRedirect
public MyAtlassianComRedirect(JiraProductInformation jiraProductInformation, BuildUtilsInfo buildUtilsInfo, com.atlassian.license.SIDManager sidManager, ApplicationProperties applicationProperties, HttpServletVariables servletVariables)
-
-
Method Details
-
newRedirectWithCallbackTo
public MyAtlassianComRedirect.MyAtlassianComRedirectBuilder newRedirectWithCallbackTo(String postCallbackUrl) Creates a new builder for a given callback url.- Parameters:
postCallbackUrl- the url without the base url at which my.atlassian.com will post the generated trial license
-