hudson.scm
Class BlameSubversionChangeLogBuilder

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

public final class BlameSubversionChangeLogBuilder
extends Object

Builds changelog.xml for BlameSubversionSCM. Modify: changed by tang

Author:
tang,Kohsuke Kawaguchi

Field Summary
static boolean debug
           
 
Constructor Summary
BlameSubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, BlameSubversionSCM scm)
           
 
Method Summary
 boolean run(Collection<hudson.scm.BlameSubversionSCM.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

BlameSubversionChangeLogBuilder

public BlameSubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
                                       hudson.model.BuildListener listener,
                                       BlameSubversionSCM scm)
                                throws IOException
Throws:
IOException
Method Detail

run

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


Copyright © 2004-2012 Hudson. All Rights Reserved.