com.pyxis.greenhopper.jira.fields
Class IssueKey

java.lang.Object
  extended by com.pyxis.greenhopper.jira.fields.AbstractIssueField
      extended by com.pyxis.greenhopper.jira.fields.AbstractTextField
          extended by com.pyxis.greenhopper.jira.fields.AbstractReadOnlyField
              extended by com.pyxis.greenhopper.jira.fields.IssueKey
All Implemented Interfaces:
IssueField, IssueTextField

public class IssueKey
extends AbstractReadOnlyField


Field Summary
static java.lang.String LABEL
           
 
Fields inherited from class com.pyxis.greenhopper.jira.fields.AbstractReadOnlyField
READONLY
 
Fields inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField
GREENHOPPER_PLUGIN, GROUP_PICKER, id, idLong, label, log, MULTI_GROUP_PICKER, MULTI_SELECT, MULTI_USER_PICKER, NUMBER, SELECT, TEXT, TEXT_AREA, TEXT_FIELD, USER_PICKER
 
Constructor Summary
IssueKey()
           
 
Method Summary
 java.lang.String getDisplayValue(BoardIssue boardIssue)
           
 java.lang.String getTooltipValue(BoardIssue boardIssue)
           
 java.lang.Object getValue(BoardIssue boardIssue)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractReadOnlyField
canEdit, doValidate, getCreateTemplate, getDefaultDisplayValue, getDefaultValue, getEditTemplate, getType, isNumeric, updateValue
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractTextField
getDisplayTemplate, getInputType, getValueFromString, lines, weight
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField
equals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, getUpdateTemplate, hashCode, isClickable, isCorner, isCustomField, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values
Constructor Detail

IssueKey

public IssueKey()
Method Detail

getDisplayValue

public java.lang.String getDisplayValue(BoardIssue boardIssue)

getTooltipValue

public java.lang.String getTooltipValue(BoardIssue boardIssue)

getValue

public java.lang.Object getValue(BoardIssue boardIssue)


Copyright © 2007-2011 Atlassian. All Rights Reserved.