Class RemoteJiraGlobalIdFactoryImpl
java.lang.Object
com.atlassian.jira.plugin.link.remotejira.RemoteJiraGlobalIdFactoryImpl
- All Implemented Interfaces:
RemoteJiraGlobalIdFactory
@Component
public class RemoteJiraGlobalIdFactoryImpl
extends Object
implements RemoteJiraGlobalIdFactory
Factory for encoding and decoding
RemoteJiraGlobalId
s.- Since:
- v5.0
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteJiraGlobalIdFactoryImpl
(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
encode
(RemoteJiraGlobalId globalId)
-
Constructor Details
-
RemoteJiraGlobalIdFactoryImpl
@Autowired public RemoteJiraGlobalIdFactoryImpl(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
-
-
Method Details
-
encode
-
encode
-
decode
- Specified by:
decode
in interfaceRemoteJiraGlobalIdFactory
-