public class FileSystemSCM
extends hudson.scm.SCM
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemSCM.DescriptorImpl |
| Constructor and Description |
|---|
FileSystemSCM(String dir) |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.SCMRevisionState |
calcRevisionsFromBuild(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Dummy implementation.
|
void |
checkout(hudson.model.Run<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
File changelogFile,
hudson.scm.SCMRevisionState baseline) |
hudson.scm.PollingResult |
compareRemoteRevisionWith(hudson.model.Job<?,?> project,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
hudson.scm.SCMRevisionState baseline)
Dummy implementation.
|
hudson.scm.ChangeLogParser |
createChangeLogParser() |
FileSystemSCM.DescriptorImpl |
getDescriptor() |
String |
getDir() |
_calcRevisionsFromBuild, _for, _for, all, buildEnvironment, buildEnvVars, calcRevisionsFromBuild, checkout, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling@DataBoundConstructor public FileSystemSCM(String dir)
public String getDir()
public hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.SCMpublic void checkout(@NonNull
hudson.model.Run<?,?> build,
@NonNull
hudson.Launcher launcher,
@NonNull
hudson.FilePath workspace,
@NonNull
hudson.model.TaskListener listener,
@CheckForNull
File changelogFile,
@CheckForNull
hudson.scm.SCMRevisionState baseline)
throws IOException,
InterruptedException
checkout in class hudson.scm.SCMIOExceptionInterruptedExceptionpublic hudson.scm.SCMRevisionState calcRevisionsFromBuild(@NonNull
hudson.model.Run<?,?> build,
@Nullable
hudson.FilePath workspace,
@Nullable
hudson.Launcher launcher,
@NonNull
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
calcRevisionsFromBuild in class hudson.scm.SCMIOExceptionInterruptedExceptionpublic hudson.scm.PollingResult compareRemoteRevisionWith(@NonNull
hudson.model.Job<?,?> project,
@Nullable
hudson.Launcher launcher,
@Nullable
hudson.FilePath workspace,
@NonNull
hudson.model.TaskListener listener,
@NonNull
hudson.scm.SCMRevisionState baseline)
throws IOException,
InterruptedException
compareRemoteRevisionWith in class hudson.scm.SCMIOExceptionInterruptedExceptionpublic FileSystemSCM.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCMCopyright © 2004–2020. All rights reserved.