Class Overview
REST resource for retreiving and validating Statistic Types.
Summary
| Nested Classes |
|
class |
StatisticTypesResource.MapEntry |
|
|
class |
StatisticTypesResource.StatName |
|
|
class |
StatisticTypesResource.StatTypeCollection |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
ALLFIXFOR
Constant Value:
"allFixfor"
public
static
final
String
ALLVERSION
Constant Value:
"allVersion"
public
static
final
String
ASSIGNEES
Constant Value:
"assignees"
public
static
final
String
COMPONENTS
Constant Value:
"components"
public
static
final
String
CREATOR
Constant Value:
"creator"
public
static
final
String
FIXFOR
public
static
final
String
ISSUETYPE
Constant Value:
"issuetype"
public
static
final
String
LABELS
public
static
final
String
PRIORITIES
Constant Value:
"priorities"
public
static
final
String
PROJECT
Constant Value:
"project"
public
static
final
String
REPORTER
Constant Value:
"reporter"
public
static
final
String
RESOLUTION
Constant Value:
"resolution"
public
static
final
String
STATUSES
Constant Value:
"statuses"
public
static
final
String
VERSION
Constant Value:
"version"
Fields
Public Constructors
Public Methods
public
Response
getAxies
()
Retreive all available Statistic Types in JIRA. Both System and Custom Fields.
public
String
getDisplayName
(String field)
Returns the display name for a field
Parameters
| field
| The field to get the displayable name for |
Returns
- A human consumable name for the field
Parameters
| statsMapperKey
| The key for the statsmapper. Usually a customfield id, or one of the constants in this
class |
Returns
- The StatisticsMapper associated with the passed in key.