hudson.scm
Class SubversionChangeLogBuilder

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

public final class SubversionChangeLogBuilder
extends Object

Builds changelog.xml for SubversionSCM.

Author:
Kohsuke Kawaguchi

Field Summary
static boolean debug
           
 
Constructor Summary
SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, SubversionSCM scm)
          Deprecated. 1.34
SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build, hudson.EnvVars env, hudson.model.BuildListener listener, SubversionSCM scm)
           
 
Method Summary
 boolean run(Collection<SubversionSCM.External> externals, 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

SubversionChangeLogBuilder

public SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
                                  hudson.model.BuildListener listener,
                                  SubversionSCM scm)
                           throws IOException
Deprecated. 1.34

Throws:
IOException

SubversionChangeLogBuilder

public SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
                                  hudson.EnvVars env,
                                  hudson.model.BuildListener listener,
                                  SubversionSCM scm)
                           throws IOException
Throws:
IOException
Since:
1.34
Method Detail

run

public boolean run(Collection<SubversionSCM.External> externals,
                   Result changeLog)
            throws IOException,
                   InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2013. All Rights Reserved.