public final enum

TaskAnchorType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.task.TaskAnchorType

Class Overview

The type of task anchor

Summary

Enum Values
TaskAnchorType  COMMENT  Specifies a task anchored to a comment  
Public Methods
static TaskAnchorType valueOf(String name)
final static TaskAnchorType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TaskAnchorType COMMENT

Specifies a task anchored to a comment

Public Methods

public static TaskAnchorType valueOf (String name)

public static final TaskAnchorType[] values ()