Class LegacyBrowseAgileUrlTransformer
java.lang.Object
com.atlassian.greenhopper.sidebar.legacy.LegacyBrowseAgileUrlTransformer
- All Implemented Interfaces:
com.atlassian.jira.projects.legacy.LegacyBrowseProjectUrlTransformer
public class LegacyBrowseAgileUrlTransformer
extends Object
implements com.atlassian.jira.projects.legacy.LegacyBrowseProjectUrlTransformer
Transforms the legacy url to browse the agile section of a project to its equivalent one when the sidebar is enabled.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<String>
getTransformedUrl
(com.atlassian.jira.projects.legacy.LegacyBrowseProjectUrlComponents legacyUrlComponents)
-
Constructor Details
-
LegacyBrowseAgileUrlTransformer
public LegacyBrowseAgileUrlTransformer()
-
-
Method Details
-
getTransformedUrl
public io.atlassian.fugue.Option<String> getTransformedUrl(com.atlassian.jira.projects.legacy.LegacyBrowseProjectUrlComponents legacyUrlComponents) - Specified by:
getTransformedUrl
in interfacecom.atlassian.jira.projects.legacy.LegacyBrowseProjectUrlTransformer
-