com.atlassian.greenhopper.service.migration
Interface SprintMarkerMigrationService

All Known Implementing Classes:
SprintMarkerMigrationServiceImpl

public interface SprintMarkerMigrationService


Method Summary
 ServiceOutcome<SprintMarkerMigrationProgress> getRapidViewProgress(long taskId)
          Returns the progress of a migration task with the given taskId.
 ServiceOutcome<com.atlassian.fugue.Either<SprintMarkerMigrationProgress,SprintMarkerMigrationBusy>> migrateRapidView(RapidView rapidView)
          Starts the sprint marker migration of a given rapid view.
 

Method Detail

migrateRapidView

ServiceOutcome<com.atlassian.fugue.Either<SprintMarkerMigrationProgress,SprintMarkerMigrationBusy>> migrateRapidView(RapidView rapidView)
Starts the sprint marker migration of a given rapid view. Only 1 migration can be running at a time.

Parameters:
rapidView -
Returns:

getRapidViewProgress

ServiceOutcome<SprintMarkerMigrationProgress> getRapidViewProgress(long taskId)
Returns the progress of a migration task with the given taskId.

Parameters:
taskId -
Returns:


Copyright © 2007-2013 Atlassian. All Rights Reserved.