public final class SubversionChangeLogBuilder extends Object
SubversionSCM.| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionChangeLogBuilder.PathContext
This class encapsulates context information for the paths in the change log.
|
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
| Constructor and Description |
|---|
SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
SubversionSCM scm)
Deprecated.
1.34
|
SubversionChangeLogBuilder(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
SVNRevisionState baseline,
hudson.EnvVars env,
hudson.model.TaskListener listener,
SubversionSCM scm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(Collection<SubversionSCM.External> externals,
Result changeLog) |
public SubversionChangeLogBuilder(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
SubversionSCM scm)
throws IOException
IOExceptionpublic SubversionChangeLogBuilder(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
@Nonnull
SVNRevisionState baseline,
hudson.EnvVars env,
hudson.model.TaskListener listener,
SubversionSCM scm)
throws IOException
IOExceptionpublic boolean run(Collection<SubversionSCM.External> externals, Result changeLog) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004–2015. All rights reserved.