com.atlassian.greenhopper.web.migration
Class EpicMigrationStartedModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.migration.EpicMigrationStartedModel

public class EpicMigrationStartedModel
extends RestTemplate

Returned by the epic migration start call


Field Summary
 MigrationProgressModel progress
           
 int totalNumberOfIssues
           
 
Constructor Summary
EpicMigrationStartedModel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

totalNumberOfIssues

public int totalNumberOfIssues

progress

public MigrationProgressModel progress
Constructor Detail

EpicMigrationStartedModel

public EpicMigrationStartedModel()


Copyright © 2007-2013 Atlassian. All Rights Reserved.