@Extension(optional=true)
public class PretestedIntegrationJobDslExtension
extends javaposse.jobdsl.plugin.ContextExtensionPoint
| Constructor and Description |
|---|
PretestedIntegrationJobDslExtension() |
| Modifier and Type | Method and Description |
|---|---|
Object |
pretestedIntegration()
Method to configure the Pretested Integration publisher
|
Object |
pretestedIntegration(String strategy,
String branch,
String repository)
Method to configure the Pretested Integration wrapper.
|
@RequiresPlugin(id="pretested-integration",
minimumVersion="3.0.0")
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.scm.GitExtensionContext.class)
public Object pretestedIntegration(String strategy,
String branch,
String repository)
strategy - the Integration Strategy to usebranch - the Integration Branchrepository - the repository@RequiresPlugin(id="pretested-integration",
minimumVersion="3.0.0")
@DslExtensionMethod(context=javaposse.jobdsl.dsl.helpers.publisher.PublisherContext.class)
public Object pretestedIntegration()
Copyright © 2016–2022. All rights reserved.