Uses of Class
com.atlassian.jira.functest.framework.navigation.issue.AttachmentsBlock.Sort.Direction

Packages that use AttachmentsBlock.Sort.Direction
com.atlassian.jira.functest.framework.navigation.issue   
 

Uses of AttachmentsBlock.Sort.Direction in com.atlassian.jira.functest.framework.navigation.issue
 

Methods in com.atlassian.jira.functest.framework.navigation.issue that return AttachmentsBlock.Sort.Direction
static AttachmentsBlock.Sort.Direction AttachmentsBlock.Sort.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachmentsBlock.Sort.Direction[] AttachmentsBlock.Sort.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.functest.framework.navigation.issue with parameters of type AttachmentsBlock.Sort.Direction
 void DefaultAttachmentsBlock.sort(AttachmentsBlock.Sort.Key key, AttachmentsBlock.Sort.Direction direction)
           
 void AttachmentsBlock.sort(AttachmentsBlock.Sort.Key key, AttachmentsBlock.Sort.Direction direction)
          Sorts the file attachments list on the view issue page for an specific issue.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.