com.atlassian.jira.web.action.issue
Class CreateIssue.ButtonHolder

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.CreateIssue.ButtonHolder
Enclosing class:
CreateIssue

public static class CreateIssue.ButtonHolder
extends Object

struct for holding name:value string pairs.


Constructor Summary
CreateIssue.ButtonHolder(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateIssue.ButtonHolder

public CreateIssue.ButtonHolder(String name,
                                String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2002-2014 Atlassian. All Rights Reserved.