| Package | Description |
|---|---|
| org.jenkinsci.plugins.youtrack.youtrackapi |
| Modifier and Type | Method and Description |
|---|---|
User |
User.UserRefHandler.getUser()
Gets the first user found.
|
User |
YouTrackServer.getUserByEmail(User user,
String email)
Get a YouTrack user from the e-mail address.
|
User |
YouTrackServer.login(String username,
String password)
Logs in a user.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
YouTrackServer.addBuildToBundle(User user,
String bundleName,
String buildName)
Adds a build with the name to the bundle with the given name.
|
boolean |
YouTrackServer.applyCommand(User user,
Issue issue,
String command,
String comment,
User runAs)
Apply a command to an issue.
|
boolean |
YouTrackServer.comment(User user,
Issue issue,
String comment)
Adds a comment to the issue with currently logged in user.
|
Issue |
YouTrackServer.getIssue(User user,
String issueId)
Gets an issue by issue id.
|
List<Project> |
YouTrackServer.getProjects(User user)
Gets all projects that the given user can see.
|
User |
YouTrackServer.getUserByEmail(User user,
String email)
Get a YouTrack user from the e-mail address.
|
Copyright © 2004-2013. All Rights Reserved.