|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SCMRevisionState | |
|---|---|
| hudson.fsp | |
| hudson.scm | Hudson's interface with source code management systems. |
| Uses of SCMRevisionState in hudson.fsp |
|---|
| Methods in hudson.fsp that return SCMRevisionState | |
|---|---|
SCMRevisionState |
WorkspaceSnapshotSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
|
| Methods in hudson.fsp with parameters of type SCMRevisionState | |
|---|---|
protected PollingResult |
WorkspaceSnapshotSCM.compareRemoteRevisionWith(AbstractProject project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
|
| Uses of SCMRevisionState in hudson.scm |
|---|
| Fields in hudson.scm declared as SCMRevisionState | |
|---|---|
SCMRevisionState |
PollingResult.baseline
Baseline of the comparison. |
static SCMRevisionState |
SCMRevisionState.NONE
|
SCMRevisionState |
PollingResult.remote
Current state of the remote repository. |
| Methods in hudson.scm that return SCMRevisionState | |
|---|---|
SCMRevisionState |
SCM._calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
A pointless function to work around what appears to be a HotSpot problem. |
abstract SCMRevisionState |
SCM.calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
Calculates the SCMRevisionState that represents the state of the workspace of the given build. |
SCMRevisionState |
NullSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build,
Launcher launcher,
TaskListener listener)
|
| Methods in hudson.scm with parameters of type SCMRevisionState | |
|---|---|
protected abstract PollingResult |
SCM.compareRemoteRevisionWith(AbstractProject<?,?> project,
Launcher launcher,
FilePath workspace,
TaskListener listener,
SCMRevisionState baseline)
Compares the current state of the remote repository against the given baseline SCMRevisionState. |
protected PollingResult |
NullSCM.compareRemoteRevisionWith(AbstractProject 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. |
| Constructors in hudson.scm with parameters of type SCMRevisionState | |
|---|---|
PollingResult(SCMRevisionState baseline,
SCMRevisionState remote,
PollingResult.Change change)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||