Uses of Class
com.atlassian.greenhopper.web.rapid.entity.common.LinkedPagesModel.ApplicationLinkModel

Packages that use LinkedPagesModel.ApplicationLinkModel
com.atlassian.greenhopper.web.rapid.entity.common   
com.atlassian.greenhopper.web.rapid.entity.epic   
com.atlassian.greenhopper.web.rapid.entity.sprint   
 

Uses of LinkedPagesModel.ApplicationLinkModel in com.atlassian.greenhopper.web.rapid.entity.common
 

Fields in com.atlassian.greenhopper.web.rapid.entity.common with type parameters of type LinkedPagesModel.ApplicationLinkModel
 java.util.List<LinkedPagesModel.ApplicationLinkModel> LinkedPagesModel.applicationLinks
           
 

Methods in com.atlassian.greenhopper.web.rapid.entity.common that return types with arguments of type LinkedPagesModel.ApplicationLinkModel
 java.util.List<LinkedPagesModel.ApplicationLinkModel> AbstractLinkedPagesModelFactory.findSupportedConfluenceApplicationLinks()
           
 

Uses of LinkedPagesModel.ApplicationLinkModel in com.atlassian.greenhopper.web.rapid.entity.epic
 

Method parameters in com.atlassian.greenhopper.web.rapid.entity.epic with type arguments of type LinkedPagesModel.ApplicationLinkModel
 java.util.List<RemoteEntityLinkModel> EpicLinkedPagesModelFactory.getPages(com.atlassian.jira.issue.Issue epic, java.util.List<LinkedPagesModel.ApplicationLinkModel> applicationLinks)
          Returns a list of RemoteEntityLinkModel objects that represent the pages linked with an epic issue
 

Uses of LinkedPagesModel.ApplicationLinkModel in com.atlassian.greenhopper.web.rapid.entity.sprint
 

Method parameters in com.atlassian.greenhopper.web.rapid.entity.sprint with type arguments of type LinkedPagesModel.ApplicationLinkModel
 java.util.List<RemoteEntityLinkModel> SprintLinkedPagesModelFactory.getPagesForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.List<LinkedPagesModel.ApplicationLinkModel> applicationLinks)
          Returns a list of RemoteEntityLinkModel objects that represent the pages linked to a sprint
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.