|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SCM
hudson.scm.NullSCM
org.jvnet.hudson.test.FakeChangeLogSCM
public class FakeChangeLogSCM
Fake SCM implementation that can report arbitrary commits from arbitrary users.
| Nested Class Summary | |
|---|---|
static class |
FakeChangeLogSCM.ChangelogAction
|
static class |
FakeChangeLogSCM.EntryImpl
|
static class |
FakeChangeLogSCM.FakeChangeLogParser
|
static class |
FakeChangeLogSCM.FakeChangeLogSet
|
| Nested classes/interfaces inherited from class hudson.scm.NullSCM |
|---|
hudson.scm.NullSCM.DescriptorImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
FakeChangeLogSCM()
|
|
| Method Summary | |
|---|---|
FakeChangeLogSCM.EntryImpl |
addChange()
|
boolean |
checkout(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath remoteDir,
hudson.model.BuildListener listener,
File changeLogFile)
|
hudson.scm.ChangeLogParser |
createChangeLogParser()
|
| Methods inherited from class hudson.scm.NullSCM |
|---|
calcRevisionsFromBuild, compareRemoteRevisionWith |
| Methods inherited from class hudson.scm.SCM |
|---|
_calcRevisionsFromBuild, _for, all, buildEnvVars, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, nullify, poll, pollChanges, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FakeChangeLogSCM()
| Method Detail |
|---|
public FakeChangeLogSCM.EntryImpl addChange()
public boolean checkout(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath remoteDir,
hudson.model.BuildListener listener,
File changeLogFile)
throws IOException,
InterruptedException
checkout in class hudson.scm.NullSCMIOException
InterruptedExceptionpublic hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.NullSCM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||