IssueCollection
IssueCollection class
Issue collection.
Methods
| Name | Description |
|---|---|
| add(issue) | Add the issue in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(issue) | Remove the issue from the collection. |
| removeAt() |
add(issue)
Add the issue in the collection.
| Parameter | Type | Description |
|---|---|---|
| issue | Issue |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(issue)
Remove the issue from the collection.
| Parameter | Type | Description |
|---|---|---|
| issue | Issue |