Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractSCMBridge.ensureBranch(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
String branch) |
boolean |
PretestedIntegrationAction.initialise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
Invoked before the build is started, responsible for preparing the
workspace
|
void |
AbstractSCMBridge.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
This function is called after the SCM plugin has updated the workspace
with remote changes.
|
Modifier and Type | Method and Description |
---|---|
void |
GitBridge.ensureBranch(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
String branch) |
Copyright © 2004–2015. All rights reserved.