public class OntrackBranchSetupStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OntrackBranchSetupStep.DescriptorImpl |
Constructor and Description |
---|
OntrackBranchSetupStep(String project,
String branch,
String script) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getBindings() |
String |
getBranch() |
String |
getProject() |
String |
getScript() |
boolean |
isLogging() |
void |
setBindings(Map<String,Object> bindings) |
void |
setLogging(boolean logging) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2016–2023. All rights reserved.