public abstract class ChangeComparator extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ChangeComparator() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ChangeComparator> |
all() |
PollingResult.Change |
compare(MercurialSCM scm,
Launcher launcher,
TaskListener listener,
MercurialTagAction baseline,
PrintStream output,
Node node,
FilePath repository,
AbstractProject<?,?> project)
Deprecated.
|
PollingResult.Change |
compare(MercurialSCM scm,
Launcher launcher,
TaskListener listener,
MercurialTagAction baseline,
PrintStream output,
Node node,
FilePath repository,
Job<?,?> project)
Override to customize the compare functionality.
|
public static ExtensionList<ChangeComparator> all()
public PollingResult.Change compare(MercurialSCM scm, Launcher launcher, TaskListener listener, MercurialTagAction baseline, PrintStream output, Node node, FilePath repository, Job<?,?> project) throws IOException, InterruptedException
IOException
InterruptedException
@Deprecated public PollingResult.Change compare(MercurialSCM scm, Launcher launcher, TaskListener listener, MercurialTagAction baseline, PrintStream output, Node node, FilePath repository, AbstractProject<?,?> project) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2022. All rights reserved.