@PublicApi
public interface RenderableField
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the identifier for this RenderableField.
|
String |
getValueFromIssue(Issue issue)
Gets the value stored for this field on the provided issue.
|
boolean |
isRenderable()
Defines if a field determines itself as renderable.
|
String getId()
String getValueFromIssue(Issue issue)
issue
- identifies the issue that will contain the value for this field.boolean isRenderable()
Copyright © 2002-2016 Atlassian. All Rights Reserved.