Uses of Class
com.atlassian.jira.pageobjects.pages.viewissue.CommentType

Packages that use CommentType
com.atlassian.jira.pageobjects.dialogs   
com.atlassian.jira.pageobjects.pages.viewissue   
 

Uses of CommentType in com.atlassian.jira.pageobjects.dialogs
 

Methods in com.atlassian.jira.pageobjects.dialogs with parameters of type CommentType
 void IssueActionsUtil.addComment(String comment, ActionTrigger trigger, CommentType expectedType)
           
 

Uses of CommentType in com.atlassian.jira.pageobjects.pages.viewissue
 

Methods in com.atlassian.jira.pageobjects.pages.viewissue that return CommentType
static CommentType CommentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommentType[] CommentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.