com.atlassian.greenhopper.web.rapid.issue.fields
Class EpicLinkFieldEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
          extended by com.atlassian.greenhopper.web.rapid.issue.fields.EpicLinkFieldEntry

public class EpicLinkFieldEntry
extends FieldEntry


Field Summary
 boolean canRemoveEpic
          Can the epic be removed from the issue
 java.lang.String epicColor
          Epic color
 java.lang.String epicKey
          Epic issue key
 java.lang.String text
          Value of the field
 
Fields inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
category, editable, id, label, renderer, type
 
Constructor Summary
EpicLinkFieldEntry()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

epicKey

public java.lang.String epicKey
Epic issue key


epicColor

public java.lang.String epicColor
Epic color


text

public java.lang.String text
Value of the field


canRemoveEpic

public boolean canRemoveEpic
Can the epic be removed from the issue

Constructor Detail

EpicLinkFieldEntry

public EpicLinkFieldEntry()


Copyright © 2007-2014 Atlassian. All Rights Reserved.