public class KubectlBuildWrapper extends SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
KubectlBuildWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
BuildWrapper.Environment
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
KubectlBuildWrapper(String serverUrl,
String credentialsId,
String caCertificate) |
Modifier and Type | Method and Description |
---|---|
String |
getCaCertificate() |
String |
getCredentialsId() |
String |
getServerUrl() |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUp
all, getProjectAction, setUp
getDescriptor
public String getServerUrl()
public String getCredentialsId()
public String getCaCertificate()
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp
in class SimpleBuildWrapper
IOException
InterruptedException
Copyright © 2016–2019. All rights reserved.