com.atlassian.greenhopper.service.migration
Class SprintMarkerMigrationTaskContext

java.lang.Object
  extended by com.atlassian.greenhopper.service.migration.SprintMarkerMigrationTaskContext
All Implemented Interfaces:
com.atlassian.jira.task.TaskContext

public class SprintMarkerMigrationTaskContext
extends java.lang.Object
implements com.atlassian.jira.task.TaskContext

Implementation of JIRA TaskContext specific to this migration task. Important to note - this context's uniqueness is determined by the class name - meaning there can only be one of these tasks executing at any time.

Since:
v6.2.4

Field Summary
 long rapidViewId
           
 
Constructor Summary
SprintMarkerMigrationTaskContext(long rapidViewId)
           
 
Method Summary
 java.lang.String buildProgressURL(java.lang.Long taskId)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rapidViewId

public final long rapidViewId
Constructor Detail

SprintMarkerMigrationTaskContext

public SprintMarkerMigrationTaskContext(long rapidViewId)
Method Detail

buildProgressURL

public java.lang.String buildProgressURL(java.lang.Long taskId)
Specified by:
buildProgressURL in interface com.atlassian.jira.task.TaskContext

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2007-2013 Atlassian. All Rights Reserved.