hudson.scm
Class SubversionReleaseChangeLogBuilder

java.lang.Object
  extended by hudson.scm.SubversionReleaseChangeLogBuilder

public final class SubversionReleaseChangeLogBuilder
extends java.lang.Object

Builds changelog.xml for SubversionReleaseSCM.

Author:
Kohsuke Kawaguchi

Field Summary
static boolean debug
           
 
Constructor Summary
SubversionReleaseChangeLogBuilder(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, SubversionReleaseSCM scm)
           
 
Method Summary
 boolean run(java.util.Collection<hudson.scm.SubversionReleaseSCM.External> externals, javax.xml.transform.Result changeLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

SubversionReleaseChangeLogBuilder

public SubversionReleaseChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
                                         hudson.model.BuildListener listener,
                                         SubversionReleaseSCM scm)
                                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

run

public boolean run(java.util.Collection<hudson.scm.SubversionReleaseSCM.External> externals,
                   javax.xml.transform.Result changeLog)
            throws java.io.IOException,
                   java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.