com.atlassian.greenhopper.service.rapid
Interface SwimlanesService

All Known Implementing Classes:
SwimlanesServiceImpl

public interface SwimlanesService

Provides swimlanes configuration related functionality


Method Summary
 java.util.List<Swimlane> createDefaultSwimlanes()
          Creates a default swimlane configuration.
 ErrorCollection update(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, java.util.List<Swimlane> swimlanes)
          Updates the rapidview with the provided swimlanes
 

Method Detail

createDefaultSwimlanes

java.util.List<Swimlane> createDefaultSwimlanes()
Creates a default swimlane configuration.


update

ErrorCollection update(com.atlassian.crowd.embedded.api.User user,
                       java.lang.Long rapidViewId,
                       java.util.List<Swimlane> swimlanes)
Updates the rapidview with the provided swimlanes



Copyright © 2007-2011 Atlassian. All Rights Reserved.