@PublicApi public class CoreAttributeSpecs extends Object
CoreAttributeSpec
contains the attribute specifications and related constants for the well-known attributes.AttributeSpec
Modifier and Type | Class and Description |
---|---|
static class |
CoreAttributeSpecs.Format |
static class |
CoreAttributeSpecs.Id |
static class |
CoreAttributeSpecs.Param |
Modifier and Type | Field and Description |
---|---|
static AttributeSpec<com.atlassian.jira.user.ApplicationUser> |
ASSIGNEE |
static AttributeSpec<String> |
DESCRIPTION |
static AttributeSpec<String> |
DISPLAYABLE_TEXT
One-line text that can represent this item, for example, in a list.
|
static AttributeSpec<Boolean> |
DONE |
static AttributeSpec<Boolean> |
EDITABLE |
static AttributeSpec<String> |
ICON
A HTML that represents an icon of this item like '<img src="..."/>', or any other HTML.
|
static AttributeSpec<String> |
ID |
static AttributeSpec<com.atlassian.jira.issue.issuetype.IssueType> |
ISSUETYPE |
static AttributeSpec<String> |
ISSUETYPE_ID |
static AttributeSpec<String> |
KEY |
static AttributeSpec<Long> |
ORIGINAL_ESTIMATE |
static AttributeSpec<com.atlassian.jira.issue.priority.Priority> |
PRIORITY |
static AttributeSpec<com.atlassian.jira.project.Project> |
PROJECT |
static AttributeSpec<String> |
PROJECT_ID |
static AttributeSpec<Long> |
REMAINING_ESTIMATE |
static AttributeSpec<com.atlassian.jira.user.ApplicationUser> |
REPORTER |
static AttributeSpec<com.atlassian.jira.issue.status.Status> |
STATUS |
static AttributeSpec<String> |
STATUS_ID |
static AttributeSpec<String> |
SUMMARY |
static AttributeSpec<Long> |
TIME_SPENT |
static AttributeSpec<Long> |
TOTAL_ORIGINAL_ESTIMATE |
static AttributeSpec<Long> |
TOTAL_REMAINING_ESTIMATE |
static AttributeSpec<Long> |
TOTAL_TIME_SPENT |
static AttributeSpec<String> |
URL |
static AttributeSpec<Number> |
VOTES |
static AttributeSpec<Number> |
WATCHES |
public static final AttributeSpec<String> ID
public static final AttributeSpec<String> KEY
public static final AttributeSpec<String> SUMMARY
public static final AttributeSpec<String> DESCRIPTION
public static final AttributeSpec<String> URL
public static final AttributeSpec<String> ICON
public static final AttributeSpec<String> DISPLAYABLE_TEXT
public static final AttributeSpec<Boolean> DONE
public static final AttributeSpec<Boolean> EDITABLE
public static final AttributeSpec<com.atlassian.jira.issue.priority.Priority> PRIORITY
public static final AttributeSpec<com.atlassian.jira.project.Project> PROJECT
public static final AttributeSpec<com.atlassian.jira.user.ApplicationUser> ASSIGNEE
public static final AttributeSpec<com.atlassian.jira.user.ApplicationUser> REPORTER
public static final AttributeSpec<com.atlassian.jira.issue.issuetype.IssueType> ISSUETYPE
public static final AttributeSpec<com.atlassian.jira.issue.status.Status> STATUS
public static final AttributeSpec<String> PROJECT_ID
public static final AttributeSpec<String> ISSUETYPE_ID
public static final AttributeSpec<String> STATUS_ID
public static final AttributeSpec<Number> VOTES
public static final AttributeSpec<Number> WATCHES
public static final AttributeSpec<Long> TIME_SPENT
public static final AttributeSpec<Long> ORIGINAL_ESTIMATE
public static final AttributeSpec<Long> REMAINING_ESTIMATE
public static final AttributeSpec<Long> TOTAL_TIME_SPENT
public static final AttributeSpec<Long> TOTAL_ORIGINAL_ESTIMATE
public static final AttributeSpec<Long> TOTAL_REMAINING_ESTIMATE
Copyright © 2019 ALM Works. All Rights Reserved.