com.atlassian.greenhopper.service.migration.sprintmarker
Class SprintMarkerMigrationTaskContext

java.lang.Object
  extended by com.atlassian.greenhopper.service.migration.sprintmarker.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
 boolean reindexTouchedIssues
           
 
Constructor Summary
SprintMarkerMigrationTaskContext(long rapidViewId, java.lang.String userWhoInitiatedKey, boolean reindexTouchedIssues)
           
 
Method Summary
 java.lang.String buildProgressURL(java.lang.Long taskId)
           
 boolean equals(java.lang.Object o)
           
 long getRapidViewId()
           
 java.lang.String getUserWhoInitiatedKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reindexTouchedIssues

public final boolean reindexTouchedIssues
Constructor Detail

SprintMarkerMigrationTaskContext

public SprintMarkerMigrationTaskContext(long rapidViewId,
                                        java.lang.String userWhoInitiatedKey,
                                        boolean reindexTouchedIssues)
Method Detail

getRapidViewId

public long getRapidViewId()

getUserWhoInitiatedKey

public java.lang.String getUserWhoInitiatedKey()

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-2014 Atlassian. All Rights Reserved.