public static final enum

AttachmentsBlock.Sort.Direction

extends Enum<E extends Enum<E>>
implements AttachmentsBlock.Sort
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.functest.framework.navigation.issue.AttachmentsBlock.Sort.Direction

Class Overview

Represents a sort direction used when sorting the attachments list on the view issue page.

Summary

Enum Values
AttachmentsBlock.Sort.Direction  ASCENDING   
AttachmentsBlock.Sort.Direction  DESCENDING   
Public Methods
String getContainerSelector()
String getLinkId()
static AttachmentsBlock.Sort.Direction valueOf(String name)
final static Direction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigation.issue.AttachmentsBlock.AttachmentBlockSetting
From interface java.lang.Comparable

Enum Values

public static final AttachmentsBlock.Sort.Direction ASCENDING

public static final AttachmentsBlock.Sort.Direction DESCENDING

Public Methods

public String getContainerSelector ()

public String getLinkId ()

public static AttachmentsBlock.Sort.Direction valueOf (String name)

public static final Direction[] values ()