com.pyxis.greenhopper.jira.fields
Class StatusField

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.StatusField
All Implemented Interfaces:
IssueField, IssueTextField

public final class StatusField
extends AbstractReadOnlyField


Field Summary
 
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
StatusField()
           
 
Method Summary
 java.lang.String getDisplayValue(BoardIssue boardIssue)
           
 java.lang.String getLink(BoardIssue boardIssue, java.lang.String value)
           
 java.lang.String getTooltipValue(BoardIssue boardIssue)
           
 java.lang.Object getValue(BoardIssue boardIssue)
           
 boolean isClickable(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, getTransitionTemplate, getUpdateTemplate, hashCode, isCorner, isCustomField, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusField

public StatusField()
Method Detail

getDisplayValue

public java.lang.String getDisplayValue(BoardIssue boardIssue)

getValue

public java.lang.Object getValue(BoardIssue boardIssue)

getTooltipValue

public java.lang.String getTooltipValue(BoardIssue boardIssue)

isClickable

public boolean isClickable(BoardIssue boardIssue)
Specified by:
isClickable in interface IssueField
Overrides:
isClickable in class AbstractIssueField

getLink

public java.lang.String getLink(BoardIssue boardIssue,
                                java.lang.String value)
Specified by:
getLink in interface IssueField
Overrides:
getLink in class AbstractIssueField


Copyright © 2007-2013 Atlassian. All Rights Reserved.