hudson.plugins.jira
Class MavenJiraIssueUpdater

java.lang.Object
  extended by hudson.maven.MavenReporter
      extended by hudson.plugins.jira.MavenJiraIssueUpdater
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.maven.MavenProjectActionBuilder, hudson.model.Describable<hudson.maven.MavenReporter>, Serializable

public class MavenJiraIssueUpdater
extends hudson.maven.MavenReporter

MavenReporter for JIRA.

Modern plugins don't have to do this — they should simply have JiraIssueUpdater and have its descriptor extend from BuildStepDescriptor, and you can get rid of this class altogether.

In case of the JIRA plugin, however, this is left for a compatibility reason.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class MavenJiraIssueUpdater.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MavenJiraIssueUpdater()
           
 
Method Summary
 boolean end(hudson.maven.MavenBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 hudson.maven.MavenReporterDescriptor getDescriptor()
           
 
Methods inherited from class hudson.maven.MavenReporter
enterModule, getAggregatedProjectAction, getProjectAction, getProjectActions, leaveModule, postBuild, postExecute, preBuild, preExecute, reportGenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenJiraIssueUpdater

public MavenJiraIssueUpdater()
Method Detail

end

public boolean end(hudson.maven.MavenBuild build,
                   hudson.Launcher launcher,
                   hudson.model.BuildListener listener)
            throws InterruptedException,
                   IOException
Overrides:
end in class hudson.maven.MavenReporter
Throws:
InterruptedException
IOException

getDescriptor

public hudson.maven.MavenReporterDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.maven.MavenReporter>
Overrides:
getDescriptor in class hudson.maven.MavenReporter


Copyright © 2004-2012 Hudson. All Rights Reserved.