| Package | Description |
|---|---|
| net.rcarz.jiraclient.agile |
| Modifier and Type | Class and Description |
|---|---|
class |
Board
Represents an Agile Board.
|
class |
Comment
Represents an Agile Comment.
|
class |
Epic
Represents an Agile Epic.
|
class |
Issue
Represents an Agile Issue.
|
class |
IssueType
Represents an Agile IssueType.
|
class |
Priority
Represents an Agile Priority.
|
class |
Project
Represents an Agile Project.
|
class |
Resolution
Represents an Agile Resolution.
|
class |
Sprint
Represents an Agile Sprint.
|
class |
Status
Represents an Agile Status.
|
class |
TimeTracking
Represents an Agile TimeTracking.
|
class |
User
Represents an Agile User.
|
class |
Worklog
Represents an Agile Worklog.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends AgileResource> |
AgileResource.getResource(Class<T> type,
Object r,
RestClient restclient)
Gets an Agile resource from the given object.
|
protected static <T extends AgileResource> |
AgileResource.getResourceArray(Class<T> type,
Object ra,
RestClient restclient,
String listName)
Gets a list of GreenHopper resources from the given object.
|
Copyright © 2022. All rights reserved.