| Package | Description |
|---|---|
| selfservice.domain |
| Modifier and Type | Method and Description |
|---|---|
JiraTask.Type |
JiraTask.getIssueType() |
JiraTask.Type |
Action.getType() |
static JiraTask.Type |
JiraTask.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraTask.Type[] |
JiraTask.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JiraTask.Builder |
JiraTask.Builder.issueType(JiraTask.Type issueType) |
void |
Action.setType(JiraTask.Type type) |
| Constructor and Description |
|---|
Action(String jiraKey,
String userId,
String userName,
String userEmail,
JiraTask.Type type,
JiraTask.Status status,
String body,
String idpId,
String spId,
String institutionId,
Date requestDate) |
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.