public abstract class KubeConfigWriterFactory extends Object
| Constructor and Description |
|---|
KubeConfigWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KubeConfigWriter |
get(String serverUrl,
String credentialsId,
String caCertificate,
String contextName,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.Run<?,?> build) |
static KubeConfigWriter |
get(String serverUrl,
String credentialsId,
String caCertificate,
String contextName,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, @Nonnull String caCertificate, @Nonnull String contextName, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.Run<?,?> build)
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, @Nonnull String caCertificate, @Nonnull String contextName, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.