com.atlassian.greenhopper.web.migration
Class SprintMarkerMigrationResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.AbstractResource
      extended by com.atlassian.greenhopper.web.migration.SprintMarkerMigrationResource

public class SprintMarkerMigrationResource
extends AbstractResource

REST endpoint for triggering sprint markers migration and getting the progress of a migration task


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log
 
Constructor Summary
SprintMarkerMigrationResource(RapidViewService rapidViewService, SprintMarkerMigrationService sprintMarkerMigrationService, com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider)
           
 
Method Summary
 javax.ws.rs.core.Response getMigrationProgress(java.lang.Long taskId)
           
 javax.ws.rs.core.Response startMigration(java.lang.Long rapidViewId)
           
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, wireAuthenticationContext, wireI18nFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintMarkerMigrationResource

public SprintMarkerMigrationResource(RapidViewService rapidViewService,
                                     SprintMarkerMigrationService sprintMarkerMigrationService,
                                     com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider)
Method Detail

startMigration

public javax.ws.rs.core.Response startMigration(java.lang.Long rapidViewId)

getMigrationProgress

public javax.ws.rs.core.Response getMigrationProgress(java.lang.Long taskId)


Copyright © 2007-2014 Atlassian. All Rights Reserved.