public class MultiKubectlBuildStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiKubectlBuildStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
List<KubectlCredential> |
kubectlCredentials |
| Constructor and Description |
|---|
MultiKubectlBuildStep(List<KubectlCredential> kubectlCredentials) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundSetter public List<KubectlCredential> kubectlCredentials
@DataBoundConstructor public MultiKubectlBuildStep(List<KubectlCredential> kubectlCredentials)
Copyright © 2016–2020. All rights reserved.