| 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 |
Issue.IssueHandler.getIssue()
The resulting issue object.
|
Issue |
YouTrackServer.getIssue(User user,
String issueId,
String stateField)
Gets an issue by issue id.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2004-2013. All Rights Reserved.