com.atlassian.greenhopper.web.migration
Class EpicMigrationSummaryModel.ProjectMigrationSummaryModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.migration.EpicMigrationSummaryModel.ProjectMigrationSummaryModel
Enclosing class:
EpicMigrationSummaryModel

public static class EpicMigrationSummaryModel.ProjectMigrationSummaryModel
extends RestTemplate


Field Summary
 int affectedEpicCount
           
 int affectedIssueCount
           
 int linkedEpicCount
           
 long projectId
           
 java.lang.String projectKey
           
 java.lang.String projectName
           
 int totalEpicCount
           
 int totalIssueCount
           
 
Constructor Summary
EpicMigrationSummaryModel.ProjectMigrationSummaryModel()
           
 
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

projectId

public long projectId

projectKey

public java.lang.String projectKey

projectName

public java.lang.String projectName

totalEpicCount

public int totalEpicCount

linkedEpicCount

public int linkedEpicCount

affectedEpicCount

public int affectedEpicCount

totalIssueCount

public int totalIssueCount

affectedIssueCount

public int affectedIssueCount
Constructor Detail

EpicMigrationSummaryModel.ProjectMigrationSummaryModel

public EpicMigrationSummaryModel.ProjectMigrationSummaryModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.