public class KubectlBuildWrapper
extends jenkins.tasks.SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
KubectlBuildWrapper.CleanupDisposer |
static class |
KubectlBuildWrapper.DescriptorImpl |
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer| Modifier and Type | Field and Description |
|---|---|
String |
caCertificate |
String |
contextName |
String |
credentialsId |
String |
serverUrl |
| Constructor and Description |
|---|
KubectlBuildWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment) |
@DataBoundSetter public String serverUrl
@DataBoundSetter public String credentialsId
@DataBoundSetter public String caCertificate
@DataBoundSetter public String contextName
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment)
throws IOException,
InterruptedException
setUp in class jenkins.tasks.SimpleBuildWrapperIOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.