| Package | Description |
|---|---|
| org.jboss.set.aphrodite.config | |
| org.jboss.set.aphrodite.issue.trackers.common |
| Modifier and Type | Method and Description |
|---|---|
TrackerType |
IssueTrackerConfig.getTracker() |
static TrackerType |
TrackerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackerType[] |
TrackerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IssueTrackerConfig(String url,
String username,
String password,
TrackerType tracker,
int defaultIssueLimit) |
| Modifier and Type | Field and Description |
|---|---|
protected TrackerType |
AbstractIssueTracker.TRACKER_TYPE |
| Constructor and Description |
|---|
AbstractIssueTracker(TrackerType TRACKER_TYPE) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.