hudson.scm
Class SubversionChangeLogBuilder
java.lang.Object
hudson.scm.SubversionChangeLogBuilder
public final class SubversionChangeLogBuilder
- extends Object
Builds changelog.xml for SubversionSCM.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
static boolean |
debug
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static boolean debug
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
run
public boolean run(Collection<SubversionSCM.External> externals,
Result changeLog)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
Copyright © 2004-2013. All Rights Reserved.