Package | Description |
---|---|
org.codehaus.swizzle.jira |
Modifier and Type | Method and Description |
---|---|
User |
Issue.getAssignee() |
User |
Filter.getAuthor()
the username of this filter's owner
|
User |
Issue.getReporter() |
User |
Jira.getUser(String username)
Returns a user's information given a username
|
Modifier and Type | Method and Description |
---|---|
List<User> |
Issue.getVoters()
This data is not available via interface except scraping the html from the web interface.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicIssueFiller.fill(User dest) |
void |
Issue.setAssignee(User assignee) |
void |
Filter.setAuthor(User author) |
void |
Issue.setReporter(User reporter) |
Copyright © 2018 The Codehaus Foundation. All rights reserved.