| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
static User |
User.createWithEmail(String email) |
static User |
User.createWithUsername(String name) |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
Issue.getAssignee() |
Optional<User> |
Issue.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Issue.setAssignee(User assignee) |
void |
Issue.setReporter(User reporter) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.