com.pyxis.greenhopper.jira.fields
Class GlobalRankField

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.CustomFieldReadOnly
                  extended by com.pyxis.greenhopper.jira.fields.GlobalRankField
All Implemented Interfaces:
CustomIssueField, IssueField, IssueTextField

public class GlobalRankField
extends CustomFieldReadOnly


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
GlobalRankField(RankService rankService, RankableFactory rankableFactory, com.atlassian.jira.issue.fields.CustomField field)
           
 
Method Summary
 java.lang.String getCreateTemplate()
           
 com.atlassian.jira.issue.fields.CustomField getCustomField()
           
 java.lang.String getDisplayValue(BoardIssue boardIssue)
           
 java.lang.Object getValue(BoardIssue boardIssue)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.CustomFieldReadOnly
canEdit, getEditTemplate, getTooltipValue, isCustomField
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractReadOnlyField
doValidate, getDefaultDisplayValue, getDefaultValue, 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, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pyxis.greenhopper.jira.fields.IssueField
getCssType, getDefaultDisplayValue, getDefaultValue, getDisplayTemplate, getId, getIdAsLong, getInputType, getJsonDisplayTemplate, getLabel, getLink, getUpdateTemplate, getValueFromString, isClickable, isCorner, lines, updateValue, validate, weight
 

Constructor Detail

GlobalRankField

public GlobalRankField(RankService rankService,
                       RankableFactory rankableFactory,
                       com.atlassian.jira.issue.fields.CustomField field)
Method Detail

getDisplayValue

public java.lang.String getDisplayValue(BoardIssue boardIssue)
Specified by:
getDisplayValue in interface IssueField
Overrides:
getDisplayValue in class CustomFieldReadOnly

getValue

public java.lang.Object getValue(BoardIssue boardIssue)
Specified by:
getValue in interface IssueField
Overrides:
getValue in class CustomFieldReadOnly

getCreateTemplate

public java.lang.String getCreateTemplate()
Specified by:
getCreateTemplate in interface IssueField
Overrides:
getCreateTemplate in class AbstractReadOnlyField

getCustomField

public com.atlassian.jira.issue.fields.CustomField getCustomField()
Specified by:
getCustomField in interface CustomIssueField
Overrides:
getCustomField in class CustomFieldReadOnly


Copyright © 2007-2012 Atlassian. All Rights Reserved.