Package hudson.scm
Class SubversionChangeLogBuilder
java.lang.Object
hudson.scm.SubversionChangeLogBuilder
Builds
changelog.xml
for SubversionSCM
.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This class encapsulates context information for the paths in the change log. -
Field Summary
-
Constructor Summary
ConstructorDescriptionSubversionChangeLogBuilder
(AbstractBuild<?, ?> build, BuildListener listener, SubversionSCM scm) Deprecated.1.34SubversionChangeLogBuilder
(Run<?, ?> build, FilePath workspace, SVNRevisionState baseline, EnvVars env, TaskListener listener, SubversionSCM scm) -
Method Summary
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
SubversionChangeLogBuilder
public SubversionChangeLogBuilder(AbstractBuild<?, ?> build, BuildListener listener, SubversionSCM scm) throws IOExceptionDeprecated.1.34- Throws:
IOException
-
SubversionChangeLogBuilder
public SubversionChangeLogBuilder(Run<?, ?> build, FilePath workspace, @NonNull SVNRevisionState baseline, EnvVars env, TaskListener listener, SubversionSCM scm) throws IOException- Throws:
IOException
- Since:
- 1.34
-
-
Method Details
-
run
public boolean run(@NonNull Map<String, List<SubversionSCM.External>> externalsMap, Result changeLog) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-