Class | Description |
---|---|
AbstractSCMBridge |
Abstract class representing an SCM bridge.
|
IntegrationStrategy |
Abstract class representing a strategy to apply when merging pretested commits into the integration integrationBranch.
|
IntegrationStrategyDescriptor<T extends IntegrationStrategy> |
Abstract class representing a Descriptor of an Integration Strategy
|
PretestedIntegrationJobDslExtension |
ExtensionPoint used to support the Jenkins Job DSL
Example:
job("generated") {
scm {
git {
remote {
name("origin")
url("some.repo.somewhere.git")
}
extensions {
pretestedIntegration("ACCUMULATED","master","origin")
}
}
}
}
|
PretestedIntegrationPostCheckout |
The publisher determines what will happen when the build has been run.
|
PretestedIntegrationPostCheckout.DescriptorImpl |
Descriptor Implementation for PretestedIntegrationPostCheckout
|
SCMBridgeDescriptor<T extends AbstractSCMBridge> |
Descriptor for SCM Bridges
|
Copyright © 2016–2022. All rights reserved.