public class ContainerExecDecorator extends LauncherDecorator implements Serializable, Closeable
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ContainerExecDecorator() |
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
AtomicBoolean alive,
CountDownLatch started,
CountDownLatch finished)
Deprecated.
|
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
AtomicBoolean alive,
CountDownLatch started,
CountDownLatch finished,
String namespace)
Deprecated.
|
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
String namespace)
Deprecated.
|
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
String path,
AtomicBoolean alive,
CountDownLatch started,
CountDownLatch finished)
Deprecated.
|
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
String namespace,
org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander)
Deprecated.
|
ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client,
String podName,
String containerName,
String namespace,
org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander,
FilePath ws)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
Launcher |
decorate(Launcher launcher,
Node node) |
io.fabric8.kubernetes.client.KubernetesClient |
getClient()
Deprecated.
|
String |
getContainerName() |
org.jenkinsci.plugins.workflow.steps.EnvironmentExpander |
getEnvironmentExpander() |
EnvVars |
getGlobalVars() |
String |
getNamespace()
Deprecated.
|
org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesNodeContext |
getNodeContext() |
String |
getPodName()
Deprecated.
|
EnvVars |
getRunContextEnvVars() |
String |
getShell() |
FilePath |
getWs()
Deprecated.
unused
|
void |
setClient(io.fabric8.kubernetes.client.KubernetesClient client)
Deprecated.
|
void |
setContainerName(String containerName) |
void |
setEnvironmentExpander(org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander) |
void |
setGlobalVars(EnvVars globalVars) |
void |
setKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient client)
Deprecated.
|
void |
setNamespace(String namespace)
Deprecated.
|
void |
setNodeContext(org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesNodeContext nodeContext) |
void |
setPodName(String podName)
Deprecated.
|
void |
setRunContextEnvVars(EnvVars rcVars) |
void |
setShell(String shell) |
void |
setWs(FilePath ws) |
all
public ContainerExecDecorator()
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, String namespace, org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander, FilePath ws)
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, String namespace, org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander)
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, String namespace)
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, AtomicBoolean alive, CountDownLatch started, CountDownLatch finished, String namespace)
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, AtomicBoolean alive, CountDownLatch started, CountDownLatch finished)
@Deprecated public ContainerExecDecorator(io.fabric8.kubernetes.client.KubernetesClient client, String podName, String containerName, String path, AtomicBoolean alive, CountDownLatch started, CountDownLatch finished)
@Deprecated public io.fabric8.kubernetes.client.KubernetesClient getClient()
@Deprecated public void setClient(io.fabric8.kubernetes.client.KubernetesClient client)
@Deprecated public String getPodName()
@Deprecated public void setPodName(String podName)
@Deprecated public String getNamespace()
@Deprecated public void setNamespace(String namespace)
public String getContainerName()
public void setContainerName(String containerName)
public org.jenkinsci.plugins.workflow.steps.EnvironmentExpander getEnvironmentExpander()
public void setEnvironmentExpander(org.jenkinsci.plugins.workflow.steps.EnvironmentExpander environmentExpander)
public EnvVars getGlobalVars()
public void setGlobalVars(EnvVars globalVars)
public void setRunContextEnvVars(EnvVars rcVars)
public EnvVars getRunContextEnvVars()
@Deprecated public FilePath getWs()
public void setWs(FilePath ws)
public String getShell()
public void setShell(String shell)
public org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesNodeContext getNodeContext()
public void setNodeContext(org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesNodeContext nodeContext)
public Launcher decorate(Launcher launcher, Node node)
decorate
in class LauncherDecorator
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
@Deprecated public void setKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient client)
Copyright © 2016–2019. All rights reserved.