jenkins.plugins.tracpublisher
Class TracIssueUpdater

java.lang.Object
  extended by jenkins.plugins.tracpublisher.TracIssueUpdater

public class TracIssueUpdater
extends Object

Encapsulates the updating of Trac issues from Jenkins. An instance is meant to service only a single publish. Subsequent requests should create a new instance per operation.

Author:
batkinson

Constructor Summary
TracIssueUpdater(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String rpcAddress, String username, String password)
           
 
Method Summary
 void updateIssues()
          Updates the issues based on the state of the updater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TracIssueUpdater

public TracIssueUpdater(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.BuildListener listener,
                        String rpcAddress,
                        String username,
                        String password)
Method Detail

updateIssues

public void updateIssues()
                  throws MalformedURLException
Updates the issues based on the state of the updater. Calling this method more than once has undefined behavior.

Throws:
MalformedURLException


Copyright © 2004-2012. All Rights Reserved.