Uses of Class
com.atlassian.greenhopper.model.rapid.SwimlaneStrategy

Packages that use SwimlaneStrategy
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.rapid.view   
 

Uses of SwimlaneStrategy in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid that return SwimlaneStrategy
 SwimlaneStrategy RapidView.getSwimlaneStrategy()
           
static SwimlaneStrategy SwimlaneStrategy.lookup(java.lang.String id)
           
static SwimlaneStrategy SwimlaneStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SwimlaneStrategy[] SwimlaneStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type SwimlaneStrategy
 RapidView.RapidViewBuilder RapidView.RapidViewBuilder.swimlaneStrategy(SwimlaneStrategy swimlaneStrategy)
           
 

Uses of SwimlaneStrategy in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return SwimlaneStrategy
 SwimlaneStrategy RapidViewPresetService.getDefaultSwimlaneStrategy(RapidViewPreset rapidViewPreset)
           
 

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type SwimlaneStrategy
 java.util.Set<SwimlaneStrategy> SwimlaneServiceImpl.getValidStrategies()
           
 java.util.Set<SwimlaneStrategy> SwimlaneService.getValidStrategies()
          Get all valid strategies
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.