Uses of Class
com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel
Packages that use RemoteEntityLinkModel
Package
Description
-
Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.common
Fields in com.atlassian.greenhopper.web.rapid.entity.common with type parameters of type RemoteEntityLinkModel -
Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.epic
Methods in com.atlassian.greenhopper.web.rapid.entity.epic that return types with arguments of type RemoteEntityLinkModelModifier and TypeMethodDescriptionEpicLinkedPagesModelFactory.getPages(com.atlassian.jira.issue.Issue epic, List<LinkedPagesModel.ApplicationLinkModel> applicationLinks) Returns a list of RemoteEntityLinkModel objects that represent the pages linked with an epic issueEpicLinkedPagesModelFactory.linkPageToEpic(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.Issue epic, String pageId) Links a page to an epic issue -
Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.sprint
Methods in com.atlassian.greenhopper.web.rapid.entity.sprint that return types with arguments of type RemoteEntityLinkModelModifier and TypeMethodDescriptionSprintLinkedPagesModelFactory.getPagesForSprint(com.atlassian.jira.user.ApplicationUser user, Sprint sprint, List<LinkedPagesModel.ApplicationLinkModel> applicationLinks) Returns a list of RemoteEntityLinkModel objects that represent the pages linked to a sprintSprintLinkedPagesModelFactory.linkPageToSprint(com.atlassian.jira.user.ApplicationUser user, Sprint sprint, String pageId, String pageTitle) Links a page to a sprint.