public class MergeBotUpdater
extends hudson.scm.SCM
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeBotUpdater.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
UPDATE_TO_SPEC_PARAMETER_NAME |
| Constructor and Description |
|---|
MergeBotUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkout(hudson.model.Run<?,?> run,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
File changelogFile,
hudson.scm.SCMRevisionState baseline) |
hudson.scm.ChangeLogParser |
createChangeLogParser() |
MergeBotUpdater.DescriptorImpl |
getDescriptor() |
_calcRevisionsFromBuild, _for, _for, all, buildEnvVars, calcRevisionsFromBuild, calcRevisionsFromBuild, checkout, compareRemoteRevisionWith, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPollingpublic static final String UPDATE_TO_SPEC_PARAMETER_NAME
public hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.SCMpublic MergeBotUpdater.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCMpublic void checkout(@Nonnull hudson.model.Run<?,?> run, @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.SCMIOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.