Package | Description |
---|---|
hudson.fsp | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.scm |
Hudson's interface with source code management systems.
|
jenkins.triggers |
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 |
---|---|
PollingResult |
AbstractProject.poll(TaskListener listener)
Checks if there's any update in SCM, and returns true if any is found.
|
PollingResult |
SCMedItem.poll(TaskListener listener)
Deprecated.
Checks if there's any update in SCM, and returns true if any is found.
|
Modifier and Type | Method and Description |
---|---|
static void |
SCMPollListener.firePollingSuccess(AbstractProject<?,?> project,
TaskListener listener,
PollingResult result) |
void |
SCMPollListener.onPollingSuccess(AbstractProject<?,?> project,
TaskListener listener,
PollingResult result)
Called when the polling successfully concluded.
|
Modifier and Type | Field and Description |
---|---|
static PollingResult |
PollingResult.BUILD_NOW
Constant that uses
PollingResult.Change.INCOMPARABLE which forces an immediate build. |
static PollingResult |
PollingResult.NO_CHANGES
Constant to indicate no changes in the remote repository.
|
static PollingResult |
PollingResult.SIGNIFICANT |
Modifier and Type | Method and Description |
---|---|
protected PollingResult |
SCM.compareRemoteRevisionWith(AbstractProject<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
Deprecated.
|
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 |
NullSCM.compareRemoteRevisionWith(Job<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline) |
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.
|
Modifier and Type | Method and Description |
---|---|
PollingResult |
SCMTriggerItem.poll(TaskListener listener)
Checks if there is any update in SCM.
|
Copyright © 2016. All rights reserved.