hudson.scm
Class BlameSubversionChangeLogBuilder
java.lang.Object
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
|
|
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 |
debug
public static boolean debug
BlameSubversionChangeLogBuilder
public BlameSubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
BlameSubversionSCM scm)
throws IOException
- Throws:
IOException
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.