Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Class and Description |
---|---|
class |
SCMBridgeDescriptor<T extends AbstractSCMBridge>
Descriptor for SCM Bridges
|
Modifier and Type | Field and Description |
---|---|
AbstractSCMBridge |
PretestedIntegrationBuildWrapper.scmBridge
The SCM Bridge used for this project.
|
Modifier and Type | Method and Description |
---|---|
AbstractSCMBridge |
SCMBridgeDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<AbstractSCMBridge,SCMBridgeDescriptor<AbstractSCMBridge>> |
AbstractSCMBridge.all() |
static hudson.DescriptorExtensionList<AbstractSCMBridge,SCMBridgeDescriptor<AbstractSCMBridge>> |
AbstractSCMBridge.all() |
hudson.model.Descriptor<AbstractSCMBridge> |
AbstractSCMBridge.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IntegrationStrategyDescriptor.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
Constructor and Description |
---|
PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge)
Constructor for the Build Wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
GitBridge
The Git SCM Bridge.
|
Modifier and Type | Method and Description |
---|---|
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SquashCommitStrategy.DescriptorImpl.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
boolean |
AccumulatedCommitStrategy.DescriptorImpl.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
Copyright © 2004–2016. All rights reserved.