Class EphemeralContainerEnvironmentContributor
java.lang.Object
hudson.model.EnvironmentContributor
io.jenkins.plugins.kubernetes.ephemeral.EphemeralContainerEnvironmentContributor
- All Implemented Interfaces:
ExtensionPoint
This extension doesn't actually add any env vars. It is a placeholder to contribute to
/env-vars.html
. The env vars are added via EphemeralContainerKubernetesComputer
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.EnvironmentContributor
EnvironmentContributor.EnvVarsHtml
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.EnvironmentContributor
all, buildEnvironmentFor, buildEnvironmentFor
-
Constructor Details
-
EphemeralContainerEnvironmentContributor
public EphemeralContainerEnvironmentContributor()
-