| Package | Description |
|---|---|
| org.jenkinsci.plugins.youtrack | |
| org.jenkinsci.plugins.youtrack.youtrackapi |
| Constructor and Description |
|---|
YouTrackSaveFixedIssues(List<Issue> issues)
Constructs the action with the given set of issue ids.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
YouTrackServer.getIssue(User user,
String issueId,
String stateField)
Gets an issue by issue id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
YouTrackServer.search(User user,
String searchQuery) |
| Modifier and Type | Method and Description |
|---|---|
Command |
YouTrackServer.applyCommand(String siteName,
User user,
Issue issue,
String command,
String comment,
String group,
User runAs,
boolean notify)
Apply a command to an issue.
|
Command |
YouTrackServer.comment(String siteName,
User user,
Issue issue,
String comment,
String group,
boolean silent)
Adds a comment to the issue with currently logged in user.
|
Copyright © 2016–2019. All rights reserved.