Package | Description |
---|---|
org.jenkinsci.plugins.youtrack | |
org.jenkinsci.plugins.youtrack.youtrackapi |
Modifier and Type | Method and Description |
---|---|
void |
YoutrackIssueUpdater.performActions(hudson.scm.SCM scm,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
YouTrackSite youTrackSite,
Iterator<? extends hudson.scm.ChangeLogSet.Entry> changeLogIterator,
YouTrackServer youTrackServer,
User user) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Command |
YouTrackServer.addBuildToBundle(String siteName,
User user,
String bundleName,
String buildName)
Adds a build with the name to the bundle with the given name.
|
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.
|
Command |
YouTrackServer.createIssue(String siteName,
User user,
String project,
String title,
String description,
String command,
File attachment) |
String |
YouTrackServer.getBuildBundleNameForField(User user,
String projectId,
String fieldName) |
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) |
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.
|
List<Issue> |
YouTrackServer.search(User user,
String searchQuery) |
List<Suggestion> |
YouTrackServer.searchSuggestions(User user,
String current) |
Copyright © 2016–2019. All rights reserved.