| 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,
boolean notify)
Apply a command to an issue.
|
boolean |
YouTrackServer.comment(User user,
Issue issue,
String comment,
String group,
boolean silent)
Adds a comment to the issue with currently logged in user.
|
List<BuildBundle> |
YouTrackServer.getBuildBundles(User user) |
List<Field> |
YouTrackServer.getFields(User user) |
List<Group> |
YouTrackServer.getGroups(User user) |
Issue |
YouTrackServer.getIssue(User user,
String issueId,
String stateField)
Gets an issue by issue id.
|
List<Project> |
YouTrackServer.getProjects(User user)
Gets all projects that the given user can see.
|
StateBundle |
YouTrackServer.getStateBundleForField(User user,
String fieldName) |
List<StateBundle> |
YouTrackServer.getStateBundles(User user) |
StateBundle |
YouTrackServer.getStateBundleWithName(User user,
String stateBundleName)
Gets a state bundle for the given name filled with the state values/
|
User |
YouTrackServer.getUserByEmail(User user,
String email)
Get a YouTrack user from the e-mail address.
|
Copyright © 2004-2013. All Rights Reserved.