|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntegationFailedExeception | |
|---|---|
| org.jenkinsci.plugins.pretestedintegration | |
| org.jenkinsci.plugins.pretestedintegration.scm.git | |
| Uses of IntegationFailedExeception in org.jenkinsci.plugins.pretestedintegration |
|---|
| Methods in org.jenkinsci.plugins.pretestedintegration that throw IntegationFailedExeception | |
|---|---|
boolean |
PretestedIntegrationAction.initialise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
Invoked before the build is started, responsible for preparing the workspace |
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
protected void |
AbstractSCMBridge.mergeChanges(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Default is to use the selected integration strategy |
void |
AbstractSCMBridge.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
This function is called after the SCM plugin has updated the workspace with remote changes. |
| Uses of IntegationFailedExeception in org.jenkinsci.plugins.pretestedintegration.scm.git |
|---|
| Methods in org.jenkinsci.plugins.pretestedintegration.scm.git that throw IntegationFailedExeception | |
|---|---|
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||