com.pyxis.greenhopper.jira.fields
Class LastComment
java.lang.Object
com.pyxis.greenhopper.jira.fields.AbstractIssueField
com.pyxis.greenhopper.jira.fields.AbstractTextAreaField
com.pyxis.greenhopper.jira.fields.LastComment
- All Implemented Interfaces:
- IssueField
public final class LastComment
- extends AbstractTextAreaField
| 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 |
LastComment(com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext)
|
| Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField |
equals, getCssType, getId, getIdAsLong, 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 |
LastComment
public LastComment(com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext)
getDisplayTemplate
public java.lang.String getDisplayTemplate()
- Specified by:
getDisplayTemplate in interface IssueField- Overrides:
getDisplayTemplate in class AbstractTextAreaField
canEdit
public boolean canEdit(BoardIssue boardIssue)
getDisplayValue
public java.lang.String getDisplayValue(BoardIssue boardIssue)
getValue
public java.lang.Object getValue(BoardIssue boardIssue)
getTooltipValue
public java.lang.String getTooltipValue(BoardIssue boardIssue)
getDefaultDisplayValue
public java.lang.String getDefaultDisplayValue(BoardIssue boardIssue)
getDefaultValue
public java.lang.Object getDefaultValue(BoardIssue boardIssue)
updateValue
public void updateValue(BoardIssue boardIssue,
java.lang.String newValue)
throws GreenHopperException,
java.lang.Exception
- Throws:
GreenHopperException
java.lang.Exception
doValidate
public void doValidate(BoardIssue boardIssue,
java.lang.String newValue)
throws GreenHopperException
- Specified by:
doValidate in class AbstractIssueField
- Throws:
GreenHopperException
Copyright © 2007-2012 Atlassian. All Rights Reserved.