public interface RequiresTaskInformation<T extends Serializable>
RequiresTaskInformation will be told about the
TaskDescriptor that describes the task.| Modifier and Type | Method and Description |
|---|---|
void |
setTaskDescriptor(TaskDescriptor<T> taskDescriptor)
Called to give the task its
TaskDescriptor. |
void setTaskDescriptor(TaskDescriptor<T> taskDescriptor)
TaskDescriptor. This will be called before the
tasks starts running. The passed descriptor is live and may change during the life of the task.taskDescriptor - the task's descriptor. It will not be null. The descriptor is live and may change
during the life of the task.Copyright © 2002-2022 Atlassian. All Rights Reserved.