Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Class and Description |
---|---|
class |
SCMBridgeDescriptor<T extends AbstractSCMBridge> |
Modifier and Type | Field and Description |
---|---|
AbstractSCMBridge |
PretestedIntegrationBuildWrapper.scmBridge |
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) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IntegrationStrategyDescriptor.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
Constructor and Description |
---|
PretestedIntegrationAction(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge scmBridge) |
PretestedIntegrationBuildWrapper(AbstractSCMBridge scmBridge) |
Modifier and Type | Class and Description |
---|---|
class |
GitBridge |
Modifier and Type | Method and Description |
---|---|
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
Modifier and Type | Method and Description |
---|---|
boolean |
SquashCommitStrategy.DescriptorImpl.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
boolean |
AccumulatedCommitStrategy.DescriptorImpl.isApplicable(Class<? extends AbstractSCMBridge> bridge) |
Copyright © 2004–2015. All rights reserved.