Package | Description |
---|---|
hudson.fsp | |
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.scm |
Hudson's interface with source code management systems.
|
Modifier and Type | Method and Description |
---|---|
SCMRevisionState |
WorkspaceSnapshotSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
protected PollingResult |
WorkspaceSnapshotSCM.compareRemoteRevisionWith(AbstractProject project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline) |
Modifier and Type | Method and Description |
---|---|
void |
SCMListener.onCheckout(Run<?,?> build,
SCM scm,
FilePath workspace,
TaskListener listener,
File changelogFile,
SCMRevisionState pollingBaseline)
Should be called immediately after
SCM#checkout(Run, Launcher, FilePath, TaskListener, File) is called. |
Modifier and Type | Field and Description |
---|---|
SCMRevisionState |
PollingResult.baseline
Baseline of the comparison.
|
static SCMRevisionState |
SCMRevisionState.NONE |
SCMRevisionState |
PollingResult.remote
Current state of the remote repository.
|
Modifier and Type | Method and Description |
---|---|
SCMRevisionState |
SCM._calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
Deprecated.
|
SCMRevisionState |
SCM.calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
Deprecated.
|
SCMRevisionState |
NullSCM.calcRevisionsFromBuild(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
SCMRevisionState |
SCM.calcRevisionsFromBuild(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener)
Calculates the
SCMRevisionState that represents the state of the workspace of the given build. |
Modifier and Type | Method and Description |
---|---|
void |
NullSCM.checkout(Run<?,?> build,
Launcher launcher,
FilePath workspace,
TaskListener listener,
File changelogFile,
SCMRevisionState baseline) |
void |
SCM.checkout(Run<?,?> build,
Launcher launcher,
FilePath workspace,
TaskListener listener,
File changelogFile,
SCMRevisionState baseline)
Obtains a fresh workspace of the module(s) into the specified directory
of the specified machine.
|
protected PollingResult |
SCM.compareRemoteRevisionWith(AbstractProject<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
Deprecated.
|
PollingResult |
NullSCM.compareRemoteRevisionWith(Job<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline) |
PollingResult |
SCM.compareRemoteRevisionWith(Job<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
Compares the current state of the remote repository against the given baseline
SCMRevisionState . |
PollingResult |
SCM.poll(AbstractProject<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
Convenience method for the caller to handle the backward compatibility between pre 1.345 SCMs.
|
Constructor and Description |
---|
PollingResult(SCMRevisionState baseline,
SCMRevisionState remote,
PollingResult.Change change) |
Copyright © 2018. All rights reserved.