Package hudson.plugins.jira
package hudson.plugins.jira
-
ClassesClassDescriptionHelper class for vary credentials operations.It's little hackish.Jira issues related to the build.Remembers Jira IDs that need to be updated later, when we get a successful build.
ChangeLogAnnotator
that picks up Jira issue IDs.When a build fails it creates jira issues.Adds Jira related environment variables to the buildDescriptor forJiraEnvironmentVariableBuilder
.Provides folder level Jira configuration.Descriptor class.Build step that will mass-update all issues matching a JQL query, using the specified workflow action name (e.g., "Resolve Issue", "Close Issue").Descriptor forJiraIssueUpdateBuilder
.Parses build changelog for Jira issue IDs and then updates Jira issues accordingly.JiraJobAction is to store a reference to theJiraIssue
that represents work being done for aWorkflowJob
(branch or PR) belonging to aMultiBranchProject
Any branches with the whole key in the name or after a prefix will have this action attached.Resolve user email by searching his userId as username in Jira.Deprecated.Created by Reda on 18/12/2014.Connection to Jira.Jira Session factory implementationYou must get instance of this only by using the staticJiraSite.get(hudson.model.Job<?, ?>)
orJiraSite.getSitesFromFolders(ItemGroup)
methods The constructors are only used by JenkinsDeprecated.Replaced byJiraVersionCreatorBuilder
.A build step which creates new Jira version.Generated localization support class.used by JiraReleaseVersionUpdaterBuilder to mark a version as released
JiraReleaseVersionUpdaterBuilder
which can be used as a PostBuild step with conditional triggering.Kept for backward compatibility.