| Package | Description |
|---|---|
| b4j.core |
Provides the core classes that allow interaction with a Bugzilla instance.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultIssue.DefaultLink
Describes a link to another issue
|
| Modifier and Type | Method and Description |
|---|---|
List<IssueLink> |
Issue.getChildren() |
List<IssueLink> |
DefaultIssue.getChildren() |
List<IssueLink> |
Issue.getLinks() |
List<IssueLink> |
DefaultIssue.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Issue.addChild(IssueLink l) |
void |
DefaultIssue.addChild(IssueLink l) |
void |
Issue.addLink(IssueLink l) |
void |
DefaultIssue.addLink(IssueLink l) |
Copyright © 2012. All Rights Reserved.