Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractInvisibleRunAction2 - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Deprecated.
- AbstractInvisibleRunAction2() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- ACCESS_MODES_BOX - Static variable in class org.csanchez.jenkins.plugins.kubernetes.volumes.PVCVolumeUtils
- addAliases() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- addAnnotations(List<PodAnnotation>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- addDynamicTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Add a dynamic pod template.
- addEnvVars(List<TemplateEnvVar>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- addImagePullSecrets(List<PodImagePullSecret>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- addTemplate(KubernetesCloud, PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap
-
Adds a template for the corresponding cloud instance.
- addTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Add a new template to the cloud
- addTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- addTemplate(PodTemplate) - Method in interface org.csanchez.jenkins.plugins.kubernetes.PodTemplateGroup
-
Add the template to the group.
- all() - Static method in class org.csanchez.jenkins.plugins.kubernetes.InProvisioning
- all() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputerFactory
-
Returns all registered implementations of
KubernetesComputerFactory
. - all() - Static method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilderFactory
-
Returns all registered implementations of
PlannedNodeBuilderFactory
. - all() - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateFilter
-
Returns a list of all implementations of
PodTemplateFilter
. - allows(Class<T>, ExtensionComponent<T>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.SuppressToolBasedSamples
- always() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
always
:Always
. - Always - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Always() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always
- Always.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- annotateTtl(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- annotateTtl(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- ANNOTATION_LAST_REFRESH - Static variable in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- apply(NodeProvisioner.StrategyState) - Method in class io.jenkins.plugins.kubernetes.NoDelayProvisionerStrategy
- applyAll(KubernetesCloud, List<PodTemplate>, Label) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateFilter
-
Pass the given pod templates list into all filters implementations.
- asYaml(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Serialization2
B
- BACKOFF_EVENTS_LIMIT - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnImagePullBackOff
- build() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
-
Builds the resulting
KubernetesSlave
instance. - build() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
-
Builds the
NodeProvisioner.PlannedNode
instance based on the given inputs. - build() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
-
Create a Pod object from a PodTemplate
- build() - Method in class org.csanchez.jenkins.plugins.kubernetes.StandardPlannedNodeBuilder
- build(KubernetesClient, KubernetesSlave) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- build(KubernetesSlave) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Build a Pod object from a PodTemplate
- build(KubernetesSlave) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
-
Deprecated.
- buildEnvVar() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- buildEnvVar() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- buildEnvVar() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- buildEphemeralVolume(String) - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.EphemeralVolume
- builder() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Returns a new
KubernetesSlave.Builder
instance. - Builder() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- buildPVC(String, String) - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVC
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
-
Deprecated.
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- buildVolume(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
-
Deprecated.
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
-
It's expected to override at least one of
PodVolume.buildVolume(String, String)
orPodVolume.buildVolume(String)
. - buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- buildVolume(String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
C
- cancelQueueItemFor(Pod, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
-
Cancel queue items matching the given pod.
- cancelQueueItemFor(String, String, String, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- canProvision(Cloud.CloudState) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- canTake(Node, Queue.BuildableItem) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesQueueTaskDispatcher
- close() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- close() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- cloud(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- cloud(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- collectAllowedClouds(Set<String>, ItemGroup<?>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
-
Recursively collect all allowed clouds from this folder and its parents.
- combine(Container, Container) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Combines a Container with its parent.
- combine(Pod, Pod) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Combines a Pod with its parent.
- combine(List<Pod>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Combines all given pods together in order.
- combine(ContainerTemplate, ContainerTemplate) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Combines a
ContainerTemplate
with its parent. - combine(PodTemplate, PodTemplate) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Combines a
PodTemplate
with its parent. - COMMAND_FINISHED_TIMEOUT_MS - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
time in milliseconds to wait for checking whether the process immediately returned
- computerLauncher(ComputerLauncher) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- ConfigMapVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- ConfigMapVolume(String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- ConfigMapVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- configure(StaplerRequest, JSONObject) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.DescriptorImpl
- connect() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Connects to Kubernetes.
- Constants - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Created by iocanel on 7/29/16.
- Constants() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.Constants
- CONTAINER_IS_TERMINATED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- CONTAINER_IS_WAITING - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- ContainerEnvVar - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- ContainerEnvVar(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar
-
Deprecated.
- ContainerEnvVar.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- ContainerEnvVar.DescriptorVisibilityFilterImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- ContainerExecDecorator - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
This decorator interacts directly with the Kubernetes exec API to run commands inside a container.
- ContainerExecDecorator() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- ContainerExecDecorator(KubernetesClient, String, String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecDecorator(KubernetesClient, String, String, String, AtomicBoolean, CountDownLatch, CountDownLatch) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecDecorator(KubernetesClient, String, String, String, EnvironmentExpander) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecDecorator(KubernetesClient, String, String, String, EnvironmentExpander, FilePath) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecDecorator(KubernetesClient, String, String, AtomicBoolean, CountDownLatch, CountDownLatch) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecDecorator(KubernetesClient, String, String, AtomicBoolean, CountDownLatch, CountDownLatch, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- ContainerExecProc - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Handle the liveness of the processes executed in containers, wait for them to finish and process exit codes.
- ContainerExecProc(ExecWatch, AtomicBoolean, CountDownLatch, ByteArrayOutputStream) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
-
Deprecated.
- ContainerExecProc(ExecWatch, AtomicBoolean, CountDownLatch, OutputStream, ByteArrayOutputStream) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
-
Deprecated.
- ContainerExecProc(ExecWatch, AtomicBoolean, CountDownLatch, OutputStream, PrintStream) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- ContainerExecProc(ExecWatch, AtomicBoolean, CountDownLatch, Callable<Integer>) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
-
Deprecated.
- ContainerLivenessProbe - Class in org.csanchez.jenkins.plugins.kubernetes
-
Created by fabricio.leotti on 26/04/17.
- ContainerLivenessProbe(String, int, int, int, int, int) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- ContainerLivenessProbe.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- ContainerLogStep - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerLogStep(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- ContainerLogStep.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerLogStepExecution - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerStep - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerStep(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep
- ContainerStep.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerStepExecution - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- ContainerTemplate - Class in org.csanchez.jenkins.plugins.kubernetes
- ContainerTemplate(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
-
Deprecated.
- ContainerTemplate(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- ContainerTemplate(String, String, String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- ContainerTemplate(ContainerTemplate) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- ContainerTemplate.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- createClient() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- createComputer() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- createInstance() - Static method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilderFactory
-
Returns a new instance of
PlannedNodeBuilder
. - createInstance(KubernetesSlave) - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputerFactory
-
Returns a new instance of
KubernetesComputer
. - createLauncher(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- createPVC(KubernetesClient, ObjectMeta) - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVC
- createVolume(KubernetesClient, ObjectMeta) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- createVolume(KubernetesClient, ObjectMeta) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
-
Creates a volume claim.
- createVolume(KubernetesClient, ObjectMeta) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- createVolume(KubernetesClient, ObjectMeta) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
-
Create the workspace volume
- CREATION_FAILED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- CTRL_C - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Constants
D
- Declarative() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Declarative
- decorate(Launcher, Node) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- decorate(OutputStream) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.SecretsMasker
- decorate(KubernetesCloud, Pod) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultNodeSelector
- decorate(KubernetesCloud, Pod) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultRestartPolicy
- decorate(KubernetesCloud, Pod) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultWorkspaceVolume
- decorate(KubernetesCloud, Pod) - Method in interface org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecorator
- decorate(KubernetesCloud, Pod) - Method in class org.csanchez.jenkins.plugins.kubernetes.RestrictedPssSecurityContextInjector
- decorateAll(KubernetesCloud, Pod) - Static method in interface org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecorator
-
Goes through all the
PodDecorator
extensions and decorates the pod. - Default - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Default() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default
- DEFAULT_CONNECT_TIMEOUT_SECONDS - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- DEFAULT_MAX_REQUESTS_PER_HOST - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- DEFAULT_POD_LABELS - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- DEFAULT_READ_TIMEOUT_SECONDS - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- DEFAULT_RETENTION_TIMEOUT_MINUTES - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Default timeout for idle workers that don't correctly indicate exit.
- DEFAULT_SLAVE_JENKINS_CONNECTION_TIMEOUT - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Connection timeout expiration in seconds, default to 1000 seconds
- DEFAULT_WAIT_FOR_POD_SEC - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- DEFAULT_WORKING_DIR - Static variable in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- Default.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Default.FilterImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- defaultInheritFrom - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
-
Only used for snippet generation.
- DefaultInProvisioning - Class in org.csanchez.jenkins.plugins.kubernetes
- DefaultInProvisioning() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.DefaultInProvisioning
- defaultInstanceCap - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- DefaultNodeSelector - Class in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
-
Sets the default node selector to linux if it hasn't been set explicitly in the pod before.
- DefaultNodeSelector() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultNodeSelector
- defaultPodRetention - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- DefaultRestartPolicy - Class in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
-
Sets the restart policy to Never.
- DefaultRestartPolicy() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultRestartPolicy
- defaultStrategy() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.YamlMergeStrategy
- defaultWorkspaceVolume - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- DefaultWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
-
Sets a workspace volume mounted in all containers.
- DefaultWorkspaceVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultWorkspaceVolume
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Merge.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Overrides.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodLabel.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PortMapping.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume.DescriptorImpl
-
Deprecated.
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume.DescriptorImpl
- DescriptorImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume.DescriptorImpl
- DescriptorVisibilityFilterImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar.DescriptorVisibilityFilterImpl
-
Deprecated.
- DescriptorVisibilityFilterImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar.DescriptorVisibilityFilterImpl
-
Deprecated.
- doCheckConnectTimeout(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckDirectConnection(AccessControlled, boolean, String, boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckImage(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- doCheckJenkinsUrl(String, boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckMaxRequestsPerHostStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- doCheckReadTimeout(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckRetentionTimeout(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckServerCertificate(AccessControlled, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckServerUrl(AccessControlled, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckSkipTlsVerify(AccessControlled, boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doCheckTimeout(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection.DescriptorImpl
- doCheckWebSocket(AccessControlled, boolean, boolean, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doConfigSubmit(StaplerRequest, PodTemplateGroup) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- doContainerLog(String, StaplerRequest, StaplerResponse) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- doCreate(StaplerRequest, StaplerResponse) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Creating a new template.
- doDoDelete(PodTemplateGroup) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deletes the template.
- doFillAccessModesItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume.DescriptorImpl
-
Deprecated.
- doFillAccessModesItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume.DescriptorImpl
- doFillAccessModesItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume.DescriptorImpl
-
Deprecated.
- doFillAccessModesItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume.DescriptorImpl
- doFillCloudItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- doFillCloudItems() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- doFillCredentialsIdItems(ItemGroup, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- doFillCredentialsIdItems(Item, String, String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper.DescriptorImpl
- doFillInheritFromItems(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- doFillInheritFromItems(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- doTestConnection(ItemGroup, String, String, String, String, boolean, String, int, int, boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- DynamicPVC - Interface in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Interface containing common code between
DynamicPVCVolume
andDynamicPVCWorkspaceVolume
. - DynamicPVCVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Deprecated.
- DynamicPVCVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- DynamicPVCVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Deprecated.
- DynamicPVCWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
-
Deprecated.Use
GenericEphemeralWorkspaceVolume
instead. - DynamicPVCWorkspaceVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- DynamicPVCWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
-
Deprecated.
E
- EmptyDirVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- EmptyDirVolume(String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.EmptyDirVolume
-
Deprecated.
- EmptyDirVolume(String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- EmptyDirVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- EmptyDirWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- EmptyDirWorkspaceVolume(Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- EmptyDirWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- emptyToNull(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- EphemeralVolume - Interface in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Interface containing common code between
GenericEphemeralVolume
andGenericEphemeralWorkspaceVolume
. - equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- equals(Object) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- execute(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection.PeriodicGarbageCollection
- EXIT - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Constants
F
- Factory() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.SecretsMasker.Factory
- FAILED_TIMEOUT - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- FastProvisioning() - Constructor for class io.jenkins.plugins.kubernetes.NoDelayProvisionerStrategy.FastProvisioning
- filter(Object, Descriptor) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar.DescriptorVisibilityFilterImpl
-
Deprecated.
- filter(Object, Descriptor) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.FilterImpl
- filter(Object, Descriptor) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default.FilterImpl
- filter(Object, Descriptor) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar.DescriptorVisibilityFilterImpl
-
Deprecated.
- FilterImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.FilterImpl
- FilterImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default.FilterImpl
- FROM_DIRECTIVE - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
G
- GarbageCollection - Class in org.csanchez.jenkins.plugins.kubernetes
-
Manages garbage collection of orphaned pods.
- GarbageCollection() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- GarbageCollection.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- GarbageCollection.PeriodicGarbageCollection - Class in org.csanchez.jenkins.plugins.kubernetes
-
Annotate pods owned by live Kubernetes agents to help with garbage collection.
- GenericEphemeralVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Uses a generic ephemeral volume, that is created before the agent pod is created, and terminated afterwards.
- GenericEphemeralVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- GenericEphemeralVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- GenericEphemeralWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
-
Uses a generic ephemeral volume, that is created before the agent pod is created, and terminated afterwards.
- GenericEphemeralWorkspaceVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- GenericEphemeralWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- get() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits
- get() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap
- get(DynamicContext.DelegatedContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.SecretsMasker.Factory
- getAccessModes() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- getAccessModes() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- getAccessModes() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getAccessModes() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- getAccessModes() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- getAccessModesOrDefault() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getACL() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- getActiveDeadlineSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getActiveDeadlineSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getActiveDeadlineSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getActiveDeadlineSecondsStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getAgentContainer() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getAgentContainer() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getAgentContainer() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getAll(KubernetesCloud) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
- getAllInProvisioning(Label) - Static method in class org.csanchez.jenkins.plugins.kubernetes.InProvisioning
-
Returns the agents names in provisioning according to all implementations of this extension point for the given label.
- getAllowedPodRetentions() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getAllTemplates() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Returns all pod templates for this cloud including the dynamic ones.
- getAnnotations() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getAnnotations() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getArgs() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getArgs() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getAsArgs() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getAsArgs() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getCaCertificate() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- getClaimName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim
- getClaimName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- getClient() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- getCloud() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Deprecated.Please use the strongly typed getKubernetesCloud() instead.
- getCloud() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getCloud() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getCloud() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
-
Returns the
KubernetesCloud
. - getCloudName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getCommand() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getCommand() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getConfigMapName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- getConnectTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getContainerCap() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getContainerCapStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getContainerName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- getContainerPort() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- getContainers() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- getContainers() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getContainers() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getContainers(Pod, Predicate<ContainerStatus>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- getContainerStatus(Pod) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- getContainerTemplate() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
-
Deprecated.
- getContainerTemplates() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getCredentialsId() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- getCredentialsId() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getCustomWorkspace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getDefault() - Static method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
- getDefaultConnectTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDefaultContainer() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getDefaultMode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- getDefaultPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDefaultPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- getDefaultPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getDefaultReadTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDefaultRetentionTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDefaultsProviderTemplate() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getDefaultWaitForPod() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDefaultWorkspaceVolume() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- getDefaultWorkspaceVolume() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getDefaultYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getDescriptionForLogging() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.Use
Serialization.asYaml(build(KubernetesSlave))
instead. - getDescriptor() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Merge.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Overrides.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume.DescriptorImpl
-
Deprecated.
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume.DescriptorImpl
- getDisplayName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume.DescriptorImpl
- getDurationTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- getEffectivePermissions() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.DescriptorImpl
- getEnvironmentExpander() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- getEnvVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getEnvVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getEnvVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getEnvVarsDescriptors() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- getEnvVarsDescriptors() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getExecArgs() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getFailureThreshold() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getFunctionName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep.DescriptorImpl
- getFunctionName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep.DescriptorImpl
- getFunctionName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- getGarbageCollection() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getGlobalVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- getHostNetwork() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getHostPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- getHostPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume
- getHostPort() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- getId() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getIdleMinutes() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getIdleMinutes() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getIdleMinutes() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getIdleMinutesStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getImage() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getImage() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getImagePullSecrets() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getImagePullSecrets() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getInheritFrom() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getInheritFrom() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getInheritFrom() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getInitialDelaySeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getInProvisioning(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.DefaultInProvisioning
- getInProvisioning(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.InProvisioning
-
Returns the agents in provisioning for the current label.
- getInstance() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
- getInstanceCap() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getInstanceCap() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getInstanceCap() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getInstanceCapStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getJenkinsTunnel() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getJenkinsUrl() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getJenkinsUrlOrDie() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getJenkinsUrlOrNull() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Jenkins URL to be used by agents launched by this cloud.
- getJnlpregistry() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getKey() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- getKey() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- getKey() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- getKubernetesCloud() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Returns the cloud instance which created this agent.
- getKubernetesCloudDefault() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
-
Returns the default
PodRetention
for aKubernetesCloud
instance. - getLabel() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getLabel() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getLabel() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- getLabel() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getLabelDigestFunction() - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Digest function that is used to compute the kubernetes label "jenkins/label-digest" Not used for security.
- getLabelExpression() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getLabels() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- getLabelSet() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getLabelsMap() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getLimitBytes() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- getList(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.PodTemplateSourceImpl
- getList(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap.PodTemplateSourceImpl
- getList(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
-
The list of
PodTemplate
contributed by this implementation. - getListener() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getListenerOrNull() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getLivenessProbe() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getMatchingTemplates(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.Use
KubernetesCloud.getTemplatesFor(Label)
instead. - getMaxRequestsPerHost() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getMaxRequestsPerHostStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getMedium() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- getMedium() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- getMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- getMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
- getMountPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.UsagePermission
-
Called from Jelly.
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateContext
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.NamespaceAction
-
Deprecated.
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateContext
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getNamespace() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getNamespaces() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- getNamespaceSet() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- getNodeContext() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- getNodeProperties() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getNodeSelector() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getNodeSelector() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getNodeSelector() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getNodeUsageMode() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getNodeUsageMode() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getNumExecutors() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- getOptional() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- getOptional() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- getOptional() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- getParentTemplateList() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateAction
-
Deprecated.
- getParentTemplates() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateAction
-
Deprecated.
- getPeriodSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getPermittedClouds() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
- getPod() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getPodEvents() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- getPodLabels() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Labels for all pods started by the plugin
- getPodName() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getPodName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- getPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Gets the global pod retention policy for the plugin.
- getPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getPodRetention() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getPodRetention(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getPodTemplateDefault() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
-
Returns the default
PodRetention
for aPodTemplate
instance. - getPodTemplateGroupUrl() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getPodTemplateGroupUrl() - Method in interface org.csanchez.jenkins.plugins.kubernetes.PodTemplateGroup
- getPorts() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getProblem() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
-
The last problem that occurred, if any.
- getPvcName(String) - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVC
- getPvcName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- getPvcName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- getReadOnly() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- getReadOnly() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- getReadOnly() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim
- getReadOnly() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- getReadOnly() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- getReadTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getRecurrencePeriod() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection.PeriodicGarbageCollection
- getRemoteFs() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getRemoteFS() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getRequestsSize() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- getRequestsSize() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- getRequestsSize() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getRequestsSize() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- getRequestsSize() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- getRequestsSizeOrDefault() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getRequiredContext() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep.DescriptorImpl
- getRequiredContext() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep.DescriptorImpl
- getRequiredContext() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- getRequiredGlobalConfigPagePermission() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- getRequiredGlobalConfigPagePermission() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate.DescriptorImpl
- getResolvedYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getResourceLimitCpu() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceLimitCpu() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getResourceLimitEphemeralStorage() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceLimitMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceLimitMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getResourceMap() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getResourceRequestCpu() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceRequestCpu() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getResourceRequestEphemeralStorage() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceRequestMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getResourceRequestMemory() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- getRetentionTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getRootPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getRun() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- getRun() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getRunAsGroup() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getRunAsGroup() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getRunAsGroup() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getRunAsGroupAsLong() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getRunAsGroupAsLong() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getRunAsUser() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getRunAsUser() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getRunAsUser() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getRunAsUserAsLong() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getRunAsUserAsLong() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getRunContextEnvVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- getRunListener() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Makes a best effort to find the build log corresponding to this agent.
- getSchedulerName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getSchedulerName() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getSchedulerName() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getSecret() - Method in class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl
-
Deprecated.
- getSecretKey() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- getSecretName() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- getSecretName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- getServerAddress() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- getServerAddress() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- getServerCertificate() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getServerPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- getServerPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- getServerUrl() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- getServerUrl() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getServiceAccount() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getServiceAccount() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getServiceAccount() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getShell() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getShell() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep
- getShortDescription() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesQueueTaskDispatcher.KubernetesCloudNotAllowed
- getShowRawYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getSinceSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- getSlaveConnectTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getSlaveConnectTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getSlaveConnectTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getSlaveConnectTimeoutStr() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getStderr() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- getStdin() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- getStdout() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- getStorageClassName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- getStorageClassName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- getStorageClassName() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getStorageClassName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- getStorageClassName() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- getStorageClassNameOrDefault() - Method in interface org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
- getSubPath() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- getSuccessThreshold() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getSupplementalGroups() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getSupplementalGroups() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getSupplementalGroups() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getTailingLines() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- getTemplate() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getTemplate() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
-
Returns the
PodTemplate
. - getTemplate(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Gets
PodTemplate
that has the matchingLabel
. - getTemplate(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getTemplateById(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getTemplateByLabel(Label, Collection<PodTemplate>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Gets the
PodTemplate
byLabel
. - getTemplateByName(String, Collection<PodTemplate>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Gets the
PodTemplate
by name. - getTemplateDescriptor() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getTemplateId() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getTemplateOrNull() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- getTemplates() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getTemplates() - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- getTemplates(KubernetesCloud) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap
-
Returns a read-only view of the templates available for the corresponding cloud instance.
- getTemplatesFor(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Gets all PodTemplates that have the matching
Label
. - getTerminatedContainers(Pod) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- getTerminationGracePeriodSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getTimeout() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- getTimeoutSeconds() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- getToken(String, String, boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl
-
Deprecated.
- getUnwrappedTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Unwraps the given pod template.
- getValidity(KubernetesCloud) - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider
-
Compute the hash of connection properties of the given cloud.
- getValue() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- getValue() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- getValue() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- getVolumes() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getVolumes() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getWaitForPodSec() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- getWaitingContainers(Pod) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
- getWatchers() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
- getWorkingDir() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate.DescriptorImpl
- getWorkingDir() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- getWorkingDir() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getWorkingDir() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- getWorkingDir() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getWorkspaceVolume() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getWorkspaceVolume() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getWorkspaceVolume() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getYamlFile() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- getYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- getYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getYamls() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- getYamlsPod() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
H
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- hashCode() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- HostPathVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- HostPathVolume(String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.HostPathVolume
-
Deprecated.
- HostPathVolume(String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- HostPathVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- HostPathWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- HostPathWorkspaceVolume(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.HostPathWorkspaceVolume
- HostPathWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- hpiRunInit() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
I
- IMAGE_PULL_BACK_OFF - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnImagePullBackOff
- InProvisioning - Class in org.csanchez.jenkins.plugins.kubernetes
-
Collects the Kubernetes agents currently in provisioning.
- InProvisioning() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.InProvisioning
- invalidate(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider
- invalidateAll() - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider
- io.jenkins.plugins.kubernetes - package io.jenkins.plugins.kubernetes
- isAddMasterProxyEnvVars() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isAdvanced() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep.DescriptorImpl
- isAgentInjection() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- isAgentInjection() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- isAgentInjection() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isAlive() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- isAllowed(KubernetesSlave, Job) - Static method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
- isAlwaysPullImage() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- isAlwaysPullImage() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- isApplicable(CredentialsProvider) - Method in class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl.DescriptorImpl
-
Deprecated.
- isApplicable(AbstractProject<?, ?>) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper.DescriptorImpl
- isCapOnlyOnAlivePods() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- isCapOnlyOnAlivePods() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- isDirectConnection() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isGranted() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.UsagePermission
- isHandleNonKubernetes() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition
- isHostNetwork() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isHostNetworkSet() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isInherited() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.UsagePermission
- isInheritYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- isInheritYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- isInheritYamlMergeStrategy() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isInstantiable() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.DescriptorImpl
- isLaunching() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- isLaunchSupported() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- isNullOrEmpty(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- isNullOrEmpty(List<?>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- isPrivileged() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- isPrivileged() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- isReadonly() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.UsagePermission
- isReadonlyFromUi() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isRestrictedPssSecurityContext() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isReturnLog() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- isShowRawYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- isShowRawYaml() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- isSkipTlsVerify() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isTtyEnabled() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- isUsageRestricted() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isUseJenkinsProxy() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- isWebSocket() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
J
- JENKINS_LABEL - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- JENKINS_LABEL_DIGEST - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- JNLP_NAME - Static variable in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- join() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
K
- KeyValueEnvVar - Class in org.csanchez.jenkins.plugins.kubernetes.model
- KeyValueEnvVar(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- KeyValueEnvVar.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.model
- kill() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- KubectlBuildWrapper - Class in org.csanchez.jenkins.plugins.kubernetes
- KubectlBuildWrapper(String, String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- KubectlBuildWrapper.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesAgentErrorCondition - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Qualifies
node
blocks associated withKubernetesSlave
to be retried if the node was deleted. - KubernetesAgentErrorCondition() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition
- KubernetesAgentErrorCondition.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesClientProvider - Class in org.csanchez.jenkins.plugins.kubernetes
-
Manages the Kubernetes client creation per cloud
- KubernetesClientProvider.SaveableListenerImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesCloud - Class in org.csanchez.jenkins.plugins.kubernetes
-
Kubernetes cloud provider.
- KubernetesCloud(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- KubernetesCloud(String, List<? extends PodTemplate>, String, String, String, String, int, int, int) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- KubernetesCloud(String, KubernetesCloud) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Copy constructor.
- KubernetesCloud_kubernetesServerUrlIsNotSecure() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.kubernetesServerUrlIsNotSecure
:HTTPS secure URLs are mandatory in FIPS mode.
. - KubernetesCloud_serverCertificateIsNotApprovedInFIPSMode(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateIsNotApprovedInFIPSMode
:Certificate is not valid: {0}
. - KubernetesCloud_serverCertificateKeyEmpty() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeyEmpty
:Certificate is mandatory in FIPS mode.
. - KubernetesCloud_serverCertificateKeySize() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeySize
:Invalid key size, at least 2048 is needed in FIPS mode.
. - KubernetesCloud_serverCertificateKeySizeEC() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeySizeEC
:Invalid curve size, at least 224 is needed in FIPS mode.
. - KubernetesCloud_serverCertificateNotACertificate() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateNotACertificate
:Provided PEM doesn't contain a certificate.
. - KubernetesCloud_skipTlsVerifyNotAllowedInFIPSMode() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
. - KubernetesCloud.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesCloud.PodTemplateSourceImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesCloudNotAllowed(KubernetesCloud, Job) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesQueueTaskDispatcher.KubernetesCloudNotAllowed
- KubernetesCloudNotAllowed_Description(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
. - KubernetesComputer - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesComputer(KubernetesSlave) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- KubernetesComputerFactory - Class in org.csanchez.jenkins.plugins.kubernetes
-
A factory of
KubernetesComputer
instances. - KubernetesComputerFactory() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputerFactory
- KubernetesDeclarativeAgent - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesDeclarativeAgent() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- KubernetesDeclarativeAgent(String, ContainerTemplate) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
-
Deprecated.
- KubernetesDeclarativeAgent_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Messages
-
Key
KubernetesDeclarativeAgent.displayName
:Run inside a Kubernetes pod
. - KubernetesDeclarativeAgent.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesFactoryAdapter - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- KubernetesFactoryAdapter(String, String, String, boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- KubernetesFactoryAdapter(String, String, String, String, boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- KubernetesFactoryAdapter(String, String, String, String, boolean, int, int) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- KubernetesFactoryAdapter(String, String, String, String, boolean, int, int, int, boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- KubernetesFactoryAdapter(String, String, String, String, ItemGroup, boolean, int, int, int, boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- KubernetesFolderProperty - Class in org.csanchez.jenkins.plugins.kubernetes
-
Provides folder level Kubernetes configuration.
- KubernetesFolderProperty() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
-
Constructor.
- KubernetesFolderProperty_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesFolderProperty.displayName
:Kubernetes
. - KubernetesFolderProperty.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Descriptor class.
- KubernetesFolderProperty.UsagePermission - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesLauncher - Class in org.csanchez.jenkins.plugins.kubernetes
-
Launches on Kubernetes the specified
KubernetesComputer
instance. - KubernetesLauncher() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- KubernetesLauncher(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- KubernetesProvisioningLimits - Class in org.csanchez.jenkins.plugins.kubernetes
-
Implements provisioning limits for clouds and pod templates
- KubernetesProvisioningLimits() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits
- KubernetesProvisioningLimits.NodeListenerImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesQueueTaskDispatcher - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesQueueTaskDispatcher() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesQueueTaskDispatcher
- KubernetesQueueTaskDispatcher.KubernetesCloudNotAllowed - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesSamples - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesSamples.Declarative - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesSamples.Maven - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesSamples.SuppressToolBasedSamples - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesSamples.Windows - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- KubernetesSlave - Class in org.csanchez.jenkins.plugins.kubernetes
- KubernetesSlave(String, PodTemplate, String, String, String, ComputerLauncher, RetentionStrategy) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- KubernetesSlave(PodTemplate, String, String, String, RetentionStrategy) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Deprecated.Use
KubernetesSlave.Builder
instead. - KubernetesSlave(PodTemplate, String, KubernetesCloud, Label) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Deprecated.Use
KubernetesSlave.Builder
instead. - KubernetesSlave(PodTemplate, String, KubernetesCloud, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Deprecated.Use
KubernetesSlave.Builder
instead. - KubernetesSlave(PodTemplate, String, KubernetesCloud, String, RetentionStrategy) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
-
Deprecated.Use
KubernetesSlave.Builder
instead. - KubernetesSlave_AgentIsProvisionedFromTemplate(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
. - KubernetesSlave_HomeWarning() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the agent container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
. - KubernetesSlave.Builder - Class in org.csanchez.jenkins.plugins.kubernetes
-
Builds a
KubernetesSlave
instance. - KubernetesSlave.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
L
- label(Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- label(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- label_error(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
label.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
. - LABEL_KUBERNETES_CONTROLLER - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
- launch(SlaveComputer, TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- LAUNCH_FAILED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- LOGGER - Static variable in interface org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVC
- logLastLines(Pod, KubernetesClient) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodUtils
M
- Maven() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Maven
- maybeActivate() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
- merge(List<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Merge
- merge(List<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Overrides
- merge(List<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.YamlMergeStrategy
- merge(WorkspaceVolume, WorkspaceVolume) - Static method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
- Merge - Class in org.csanchez.jenkins.plugins.kubernetes.pod.yaml
- Merge() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Merge
- Merge.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.yaml
- Messages - Class in org.csanchez.jenkins.plugins.kubernetes
-
Generated localization support class.
- Messages - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Generated localization support class.
- Messages - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
Generated localization support class.
- Messages() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.Messages
- Messages() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.Messages
- Messages() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
- metricNameForPodStatus(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- MetricNames - Class in org.csanchez.jenkins.plugins.kubernetes
- MetricNames() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- MINIMUM_GC_TIMEOUT - Static variable in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
N
- name() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Declarative
- name() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Maven
- name() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Windows
- name(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- NamespaceAction - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Deprecated.
- NamespaceAction(Run) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.NamespaceAction
-
Deprecated.
- never() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
never
:Never
. - Never - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Never() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never
- Never.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- newInstance() - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilderFactory
-
Creates a new instance of
PlannedNodeBuilder
. - newInstance(KubernetesSlave) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputerFactory
-
Creates a new instance of
KubernetesComputer
. - newInstance(StaplerRequest, JSONObject) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud.DescriptorImpl
- NEWLINE - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Constants
- NfsVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- NfsVolume(String, String, Boolean, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.NfsVolume
-
Deprecated.
- NfsVolume(String, String, Boolean, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.NfsVolume
- NfsVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- NfsWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- NfsWorkspaceVolume(String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.NfsWorkspaceVolume
- NfsWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- nodeDescription(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- NoDelayProvisionerStrategy - Class in io.jenkins.plugins.kubernetes
-
Implementation of
NodeProvisioner.Strategy
which will provision a new node immediately as a task enter the queue. - NoDelayProvisionerStrategy() - Constructor for class io.jenkins.plugins.kubernetes.NoDelayProvisionerStrategy
- NoDelayProvisionerStrategy.FastProvisioning - Class in io.jenkins.plugins.kubernetes
-
Ping the nodeProvisioner as a new task enters the queue.
- NodeListenerImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits.NodeListenerImpl
- NonConfigurableKubernetesCloud - Class in org.csanchez.jenkins.plugins.kubernetes
- NonConfigurableKubernetesCloud(String, KubernetesCloud) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- NonConfigurableKubernetesCloud_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
NonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
. - NonConfigurableKubernetesCloud.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- NonConfigurableKubernetesCloud.FilterImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- numExecutors(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
O
- offline() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
offline
:Kubernetes agent is going offline
. - on_Failure() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
on_Failure
:On Failure
. - onAttached(Run<?, ?>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- onBeforeShutdown() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.ReaperShutdownListener
- onChange(Saveable, XmlFile) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider.SaveableListenerImpl
- onChange(Saveable, XmlFile) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.ReaperSaveableListener
- onDeleted(Node) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits.NodeListenerImpl
- onEnterBuildable(Queue.BuildableItem) - Method in class io.jenkins.plugins.kubernetes.NoDelayProvisionerStrategy.FastProvisioning
- onEvent(Watcher.Action, KubernetesSlave, Pod, Set<String>) - Method in interface org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.Listener
-
Handle Pod event.
- onEvent(Watcher.Action, KubernetesSlave, Pod, Set<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.RemoveAgentOnPodDeleted
- onEvent(Watcher.Action, KubernetesSlave, Pod, Set<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnContainerTerminated
- onEvent(Watcher.Action, KubernetesSlave, Pod, Set<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnImagePullBackOff
- onEvent(Watcher.Action, KubernetesSlave, Pod, Set<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnPodFailed
- OnFailure - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- OnFailure() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure
- OnFailure.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- onLoad(Run<?, ?>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- onResume() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStepExecution
-
Re-inject the dynamic template when resuming the pipeline
- OpenShiftBearerTokenCredentialImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- OpenShiftBearerTokenCredentialImpl(CredentialsScope, String, String, String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.OpenShiftBearerTokenCredentialImpl
-
Deprecated.
- OpenShiftTokenCredentialImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.Use
StringCredentials
- OpenShiftTokenCredentialImpl(CredentialsScope, String, String, Secret) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.OpenShiftTokenCredentialImpl
-
Deprecated.
- OpenShiftTokenCredentialImpl.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- org.csanchez.jenkins.plugins.kubernetes - package org.csanchez.jenkins.plugins.kubernetes
- org.csanchez.jenkins.plugins.kubernetes.model - package org.csanchez.jenkins.plugins.kubernetes.model
- org.csanchez.jenkins.plugins.kubernetes.pipeline - package org.csanchez.jenkins.plugins.kubernetes.pipeline
- org.csanchez.jenkins.plugins.kubernetes.pod.decorator - package org.csanchez.jenkins.plugins.kubernetes.pod.decorator
- org.csanchez.jenkins.plugins.kubernetes.pod.retention - package org.csanchez.jenkins.plugins.kubernetes.pod.retention
- org.csanchez.jenkins.plugins.kubernetes.pod.yaml - package org.csanchez.jenkins.plugins.kubernetes.pod.yaml
- org.csanchez.jenkins.plugins.kubernetes.volumes - package org.csanchez.jenkins.plugins.kubernetes.volumes
- org.csanchez.jenkins.plugins.kubernetes.volumes.workspace - package org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- Overrides - Class in org.csanchez.jenkins.plugins.kubernetes.pod.yaml
- Overrides() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Overrides
- Overrides.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pod.yaml
P
- parseFromYaml(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- PeriodicGarbageCollection() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection.PeriodicGarbageCollection
- PersistentVolumeClaim - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- PersistentVolumeClaim(String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.PersistentVolumeClaim
- PersistentVolumeClaim.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- PersistentVolumeClaimWorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- PersistentVolumeClaimWorkspaceVolume(String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.PersistentVolumeClaimWorkspaceVolume
- PersistentVolumeClaimWorkspaceVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
- PlannedNodeBuilder - Class in org.csanchez.jenkins.plugins.kubernetes
-
A builder of
NodeProvisioner.PlannedNode
implementations for Kubernetes. - PlannedNodeBuilder() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- PlannedNodeBuilderFactory - Class in org.csanchez.jenkins.plugins.kubernetes
-
A factory of
PlannedNodeBuilder
instances. - PlannedNodeBuilderFactory() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilderFactory
- POD_ANNOTATION_BUILD_URL - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStepExecution
- POD_ANNOTATION_RUN_URL - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStepExecution
- PodAnnotation - Class in org.csanchez.jenkins.plugins.kubernetes
- PodAnnotation(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- PodAnnotation.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- PodDecorator - Interface in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
-
Allows to alter a pod definition after it has been built from the yaml and DSL/GUI configuration.
- PodDecoratorException - Exception in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
-
A fatal exception raised by a
PodDecorator
implementation. - PodDecoratorException(String) - Constructor for exception org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecoratorException
- PodDecoratorException(String, Throwable) - Constructor for exception org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecoratorException
- PodEnvVar - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodEnvVar(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar
-
Deprecated.
- PodEnvVar.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodEnvVar.DescriptorVisibilityFilterImpl - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodImagePullSecret - Class in org.csanchez.jenkins.plugins.kubernetes
- PodImagePullSecret(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- PodImagePullSecret.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- PodLabel - Class in org.csanchez.jenkins.plugins.kubernetes
- PodLabel(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- PodLabel.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- PodOfflineCause - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
OfflineCause
for Kubernetes Pods. - PodOfflineCause(Localizable) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodOfflineCause
-
Create new pod offline cause.
- PodOfflineCause_ContainerFailed(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.ContainerFailed
:Pod failed because container terminated (Reason: {0}, Container: {1})
. - PodOfflineCause_ImagePullBackoff(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.ImagePullBackoff
:Pod failed to start due to image pull failure (Reason: {0}, Image: {1})
. - PodOfflineCause_PodDeleted() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.PodDeleted
:Pod deleted
. - PodOfflineCause_PodFailed(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.PodFailed
:Pod failed (Reason: {0}, Message: {1})
. - PodRetention - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
PodRetention
instances determine if the Kubernetes pod running a Jenkins agent should be deleted after Jenkins terminates the agent. - PodRetention() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
- PodRetentionDescriptor - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
A
Descriptor
for anyPodRetention
implementation. - PodRetentionDescriptor() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetentionDescriptor
- PODS_CREATED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- PODS_LAUNCHED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- PODS_TERMINATED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- podTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- PodTemplate - Class in org.csanchez.jenkins.plugins.kubernetes
-
Kubernetes Pod Template
- PodTemplate() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- PodTemplate(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- PodTemplate(String, List<? extends PodVolume>) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- PodTemplate(PodTemplate) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- PodTemplate.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- PodTemplateAction - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Deprecated.
- PodTemplateBuilder - Class in org.csanchez.jenkins.plugins.kubernetes
-
Helper class to build Pods from PodTemplates
- PodTemplateBuilder(PodTemplate) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
-
Deprecated.
- PodTemplateBuilder(PodTemplate, KubernetesSlave) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
- PodTemplateContext - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Context object for PodTemplate during pipeline execution
- PodTemplateContext(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateContext
- PodTemplateFilter - Class in org.csanchez.jenkins.plugins.kubernetes
-
Filters a pod template according to criteria.
- PodTemplateFilter() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateFilter
- PodTemplateGroup - Interface in org.csanchez.jenkins.plugins.kubernetes
-
A group of pod templates that can be saved together.
- PodTemplateLabelFilter - Class in org.csanchez.jenkins.plugins.kubernetes
-
Implementation of
PodTemplateFilter
filtering pod templates matching the right label. - PodTemplateLabelFilter() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateLabelFilter
- PodTemplateMap - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
A map of
KubernetesCloud
-> List ofPodTemplate
instances. - PodTemplateMap() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap
- PodTemplateMap.PodTemplateSourceImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- PodTemplateSource - Class in org.csanchez.jenkins.plugins.kubernetes
-
A source of pod templates.
- PodTemplateSource() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateSource
- PodTemplateSourceImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.PodTemplateSourceImpl
- PodTemplateSourceImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap.PodTemplateSourceImpl
- PodTemplateStep - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- PodTemplateStep() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- PodTemplateStep.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- PodTemplateStepExecution - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- PodTemplateToolLocation - Class in org.csanchez.jenkins.plugins.kubernetes
-
Pod Template Tool Location This class extends Jenkins DescribableList as implemented in Slave Class.
- PodTemplateToolLocation() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateToolLocation
- PodTemplateToolLocation(Saveable) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateToolLocation
- PodTemplateToolLocation(Saveable, Collection<? extends NodeProperty<?>>) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateToolLocation
- PodTemplateToolLocation(DescribableList.Owner) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateToolLocation
- PodTemplateUtils - Class in org.csanchez.jenkins.plugins.kubernetes
- PodTemplateUtils() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- PodUtils - Class in org.csanchez.jenkins.plugins.kubernetes
- PodVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
-
Base class for all Kubernetes volume types
- PodVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.PodVolume
-
Deprecated.
- PodVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
- podVolumeExists(String, List<PodVolumes.PodVolume>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes
-
Deprecated.Use
PodVolume.podVolumeExists(String,List)
instead - podVolumeExists(String, List<PodVolume>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
- PodVolumes - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodVolumes() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes
-
Deprecated.
- PodVolumes.EmptyDirVolume - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodVolumes.HostPathVolume - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodVolumes.NfsVolume - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodVolumes.PodVolume - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- PodVolumes.SecretVolume - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- pop() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.NamespaceAction
-
Deprecated.
- pop() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateAction
-
Deprecated.
- PortMapping - Class in org.csanchez.jenkins.plugins.kubernetes
- PortMapping(String, Integer) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- PortMapping(String, Integer, Integer) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- PortMapping.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes
- preLaunch(Computer, TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
- provision(Cloud.CloudState, int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- PROVISION_FAILED - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- PROVISION_NODES - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- ProvisionedVolume - Interface in org.csanchez.jenkins.plugins.kubernetes.volumes
- push(Run<?, ?>, Class<? extends AbstractInvisibleRunAction2>, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- push(Run<?, ?>, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.NamespaceAction
-
Deprecated.
- push(Run<?, ?>, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateAction
-
Deprecated.
- push(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.NamespaceAction
-
Deprecated.
- push(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateAction
-
Deprecated.
- PVCVolumeUtils - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- PVCVolumeUtils() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.PVCVolumeUtils
R
- REACHED_GLOBAL_CAP - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- REACHED_POD_CAP - Static variable in class org.csanchez.jenkins.plugins.kubernetes.MetricNames
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.EmptyDirVolume
-
Deprecated.
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.HostPathVolume
-
Deprecated.
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.NfsVolume
-
Deprecated.
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.SecretVolume
-
Deprecated.
- readResolve() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- Reaper - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
Checks for deleted pods corresponding to
KubernetesSlave
and ensures the node is removed from Jenkins too. - Reaper() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
- Reaper.Listener - Interface in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
Listener called when a Kubernetes event related to a Kubernetes agent happens.
- Reaper.ReaperSaveableListener - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
SaveableListener
that will update cloud watchers when Jenkins configuration is updated. - Reaper.ReaperShutdownListener - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
-
Only useful for tests which shutdown Jenkins without terminating the JVM.
- Reaper.RemoveAgentOnPodDeleted - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Reaper.TerminateAgentOnContainerTerminated - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Reaper.TerminateAgentOnImagePullBackOff - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- Reaper.TerminateAgentOnPodFailed - Class in org.csanchez.jenkins.plugins.kubernetes.pod.retention
- ReaperSaveableListener() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.ReaperSaveableListener
- ReaperShutdownListener() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.ReaperShutdownListener
- reconfigure(StaplerRequest, JSONObject) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- reconfigure(StaplerRequest, JSONObject) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
- reconfigure(StaplerRequest, JSONObject) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- register(KubernetesCloud, PodTemplate, int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits
-
Register executors
- RemoveAgentOnPodDeleted() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.RemoveAgentOnPodDeleted
- removeDynamicTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Remove a dynamic pod template.
- removeTemplate(KubernetesCloud, PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateMap
- removeTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Remove a
- removeTemplate(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- removeTemplate(PodTemplate) - Method in interface org.csanchez.jenkins.plugins.kubernetes.PodTemplateGroup
-
Removes the template from the group.
- replaceTemplate(PodTemplate, PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- replaceTemplate(PodTemplate, PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.NonConfigurableKubernetesCloud
- replaceTemplate(PodTemplate, PodTemplate) - Method in interface org.csanchez.jenkins.plugins.kubernetes.PodTemplateGroup
-
Replaces the old template with the new template.
- Resources - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- Resources() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.Resources
- RestrictedPssSecurityContextInjector - Class in org.csanchez.jenkins.plugins.kubernetes
-
PodDecorator
allowing to inject in all containers asecurityContext
allowing to use therestricted
Pod Security Standard. - RestrictedPssSecurityContextInjector() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.RestrictedPssSecurityContextInjector
- retentionStrategy(RetentionStrategy) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave.Builder
- RFC1123_error(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
RFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
. - run - Variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- run() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecProc
- run() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStepExecution
S
- sanitizeLabel(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Sanitizes the input string to create a valid Kubernetes label.
- save() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Empty implementation of Saveable interface.
- SaveableListenerImpl() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesClientProvider.SaveableListenerImpl
- script() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Windows
- SecretEnvVar - Class in org.csanchez.jenkins.plugins.kubernetes.model
-
Environment variables created from kubernetes secrets.
- SecretEnvVar(String, String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- SecretEnvVar.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.model
- SecretsMasker - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
-
Looks for pod/container secrets and hides them from display.
- SecretsMasker.Factory - Class in org.csanchez.jenkins.plugins.kubernetes.pipeline
- SecretVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- SecretVolume(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.PodVolumes.SecretVolume
-
Deprecated.
- SecretVolume(String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- SecretVolume(String, String, String, Boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- SecretVolume.DescriptorImpl - Class in org.csanchez.jenkins.plugins.kubernetes.volumes
- Serialization2 - Class in org.csanchez.jenkins.plugins.kubernetes
-
Use Jackson for serialization to continue support octal notation `0xxx`.
- ServiceAccountCredential - Class in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- ServiceAccountCredential(CredentialsScope, String, String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.ServiceAccountCredential
-
Deprecated.
- setAcceptingTasks(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- setAccessModes(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- setAccessModes(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- setAccessModes(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- setAccessModes(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- setActiveDeadlineSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setActiveDeadlineSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setActiveDeadlineSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setActiveDeadlineSecondsStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setAddMasterProxyEnvVars(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setAgentContainer(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setAgentContainer(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setAgentContainer(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setAgentInjection(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setAgentInjection(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setAgentInjection(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setAlwaysPullImage(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setAlwaysPullImage(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setAnnotations(List<PodAnnotation>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setAnnotations(List<PodAnnotation>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setArgs(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setArgs(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setCapOnlyOnAlivePods(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- setCapOnlyOnAlivePods(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setClient(KubernetesClient) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- setCloud(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setCloud(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setCommand(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setCommand(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setConnectTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setContainerCap(Integer) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setContainerCapStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setContainerName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setContainerPort(Integer) - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- setContainers(List<ContainerTemplate>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setContainers(List<ContainerTemplate>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setContainerTemplate(ContainerTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setContainerTemplates(List<ContainerTemplate>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setCredentialsId(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setCustomWorkspace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setDefaultContainer(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setDefaultsProviderTemplate(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setDirectConnection(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setEnvironmentExpander(EnvironmentExpander) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setEnvVars(List<TemplateEnvVar>) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setEnvVars(List<TemplateEnvVar>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setEnvVars(List<TemplateEnvVar>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setExecArgs(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setFailureThreshold(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setGarbageCollection(GarbageCollection) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setGlobalVars(EnvVars) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setHandleNonKubernetes(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition
- setHostNetwork(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setHostNetwork(Boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setHostPort(Integer) - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- setIdleMinutes(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setIdleMinutes(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setIdleMinutes(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setIdleMinutesStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setImage(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setImagePullSecrets(List<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setImagePullSecrets(List<PodImagePullSecret>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setInheritFrom(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setInheritFrom(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setInheritFrom(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setInheritYamlMergeStrategy(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setInheritYamlMergeStrategy(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setInheritYamlMergeStrategy(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setInitialDelaySeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setInstanceCap(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setInstanceCap(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setInstanceCap(Integer) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setInstanceCapStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setJenkinsTunnel(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setJenkinsUrl(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setJnlpregistry(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setKey(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- setKey(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- setKey(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- setKubernetesClient(KubernetesClient) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- setLabel(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setLabel(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setLabel(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setLabels(Map<String, String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Deprecated.
- setLaunching(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- setLimitBytes(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- setListener(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setLivenessProbe(ContainerLivenessProbe) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setMaxRequestsPerHost(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setMaxRequestsPerHostStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setMountPath(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- setMountPath(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- setName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- setName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setNamespace(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setNamespaces(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- setNodeContext(KubernetesNodeContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setNodeProperties(List<? extends NodeProperty<?>>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setNodeSelector(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setNodeSelector(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setNodeSelector(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setNodeUsageMode(Node.Mode) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setNodeUsageMode(Node.Mode) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setNodeUsageMode(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setNodeUsageMode(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setOptional(Boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- setPeriodSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setPermittedClouds(Collection<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty
- setPodLabels(List<PodLabel>) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Set Pod labels for all pods started by the plugin.
- setPodName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
-
Deprecated.
- setPodRetention(PodRetention) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
-
Set the global pod retention policy for the plugin.
- setPodRetention(PodRetention) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setPodRetention(PodRetention) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setPodRetention(PodRetention) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setPorts(List<PortMapping>) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setPrivileged(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setPrivileged(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setProblem(Throwable) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher
- setReadonlyFromUi(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setReadTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setRemoteFs(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setRequestsSize(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- setRequestsSize(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- setRequestsSize(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- setRequestsSize(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- setResourceLimitCpu(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceLimitCpu(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setResourceLimitEphemeralStorage(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceLimitMemory(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceLimitMemory(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setResourceRequestCpu(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceRequestCpu(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setResourceRequestEphemeralStorage(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceRequestMemory(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setResourceRequestMemory(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
-
Deprecated.
- setRestrictedPssSecurityContext(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setRetentionTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setReturnLog(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- setRun(Run<?, ?>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- setRun(Run<?, ?>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setRunAsGroup(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setRunAsGroup(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setRunAsGroup(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setRunAsUser(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setRunAsUser(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setRunAsUser(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setRunContextEnvVars(EnvVars) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setSchedulerName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setSchedulerName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setSchedulerName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setSecretKey(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- setSecretName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- setServerCertificate(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setServerUrl(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setServiceAccount(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setServiceAccount(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setServiceAccount(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setShell(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setShell(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator
- setShell(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep
- setShowRawYaml(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setShowRawYaml(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setShowRawYaml(Boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setSinceSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- setSkipTlsVerify(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setSlaveConnectTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setSlaveConnectTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setSlaveConnectTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setSlaveConnectTimeoutStr(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setStorageClassName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.DynamicPVCVolume
-
Deprecated.
- setStorageClassName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.GenericEphemeralVolume
- setStorageClassName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.DynamicPVCWorkspaceVolume
-
Deprecated.
- setStorageClassName(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.GenericEphemeralWorkspaceVolume
- setSubPath(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.ConfigMapVolume
- setSuccessThreshold(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setSupplementalGroups(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setSupplementalGroups(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setSupplementalGroups(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setTailingLines(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- setTemplates(List<PodTemplate>) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setTerminationGracePeriodSeconds(Long) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setTimeout(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- setTimeoutSeconds(int) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- setTtyEnabled(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setUp(SimpleBuildWrapper.Context, Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubectlBuildWrapper
- setUsageRestricted(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setUseJenkinsProxy(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setValue(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- setValue(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- setValue(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- setVolumes(List<PodVolume>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setVolumes(List<PodVolume>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setWaitForPodSec(Integer) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setWebSocket(boolean) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- setWorkingDir(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- setWorkingDir(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setWorkingDir(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setWorkspaceVolume(WorkspaceVolume) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setWorkspaceVolume(WorkspaceVolume) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setWorkspaceVolume(WorkspaceVolume) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setYaml(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setYaml(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setYaml(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setYamlFile(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setYamlMergeStrategy(YamlMergeStrategy) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesDeclarativeAgent
- setYamlMergeStrategy(YamlMergeStrategy) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- setYamlMergeStrategy(YamlMergeStrategy) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- setYamls(List<String>) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- shouldDeletePod(KubernetesCloud, Supplier<Pod>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always
- shouldDeletePod(KubernetesCloud, Supplier<Pod>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default
- shouldDeletePod(KubernetesCloud, Supplier<Pod>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never
- shouldDeletePod(KubernetesCloud, Supplier<Pod>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure
- shouldDeletePod(KubernetesCloud, Supplier<Pod>) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
-
Determines if a agent pod should be deleted after the Jenkins build completes.
- SPACE - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Constants
- stack - Variable in class org.csanchez.jenkins.plugins.kubernetes.pipeline.AbstractInvisibleRunAction2
-
Deprecated.
- StandardPlannedNodeBuilder - Class in org.csanchez.jenkins.plugins.kubernetes
-
The default
PlannedNodeBuilder
implementation, in case there is other registered. - StandardPlannedNodeBuilder() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.StandardPlannedNodeBuilder
- start() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStepExecution
- start() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStepExecution
- start(StepContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStep
- start(StepContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep
- start(StepContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep
- stop(Throwable) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerLogStepExecution
- stop(Throwable) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStepExecution
- substitute(String, Map<String, String>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Deprecated.
- substitute(String, Map<String, String>, String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Deprecated.check if it is null or empty in the caller method, then use
PodTemplateUtils.substitute(String,Map)
- SUBSTITUTE_ENV - Static variable in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- substituteEnv(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
Deprecated.Potentially insecure; a no-op by default.
- SuppressToolBasedSamples() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.SuppressToolBasedSamples
T
- takesImplicitBlockArgument() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerStep.DescriptorImpl
- takesImplicitBlockArgument() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep.DescriptorImpl
- taskAccepted(Executor, Queue.Task) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- taskCompleted(Executor, Queue.Task, long) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- template(PodTemplate) - Method in class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
- TemplateEnvVar - Class in org.csanchez.jenkins.plugins.kubernetes.model
- TemplateEnvVar(String) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- TerminateAgentOnContainerTerminated() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnContainerTerminated
- TerminateAgentOnImagePullBackOff() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnImagePullBackOff
- TerminateAgentOnPodFailed() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper.TerminateAgentOnPodFailed
- terminationReasons(String) - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Reaper
-
Get any reason(s) why a node was terminated by a listener.
- test(Throwable, StepContext) - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesAgentErrorCondition
- title() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Declarative
- title() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Maven
- title() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Windows
- TokenProducer - Interface in org.csanchez.jenkins.plugins.kubernetes
-
Deprecated.
- toLocalObjectReference() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- toPort() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerEnvVar
-
Deprecated.
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.ContainerTemplate
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.GarbageCollection
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesComputer
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
-
Deprecated.
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.KeyValueEnvVar
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.SecretEnvVar
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.model.TemplateEnvVar
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Always
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Default
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Never
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.OnFailure
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.PodRetention
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Merge
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.Overrides
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.YamlMergeStrategy
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodEnvVar
-
Deprecated.
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodImagePullSecret
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodLabel
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplate
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.PortMapping
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.EmptyDirVolume
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.HostPathVolume
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.SecretVolume
- toString() - Method in class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.EmptyDirWorkspaceVolume
- transform(KubernetesCloud, PodTemplate, Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateFilter
-
Transforms a pod template definition.
- transform(KubernetesCloud, PodTemplate, Label) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateLabelFilter
- type() - Method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.SecretsMasker.Factory
U
- unmarshal(InputStream, Class<T>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Serialization2
- unregister(KubernetesCloud, PodTemplate, int) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesProvisioningLimits
-
Unregisters executors, when an agent is terminated
- UsagePermission(String, boolean, boolean) - Constructor for class org.csanchez.jenkins.plugins.kubernetes.KubernetesFolderProperty.UsagePermission
V
- validateContainerName(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- validateImage(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
-
TODO perhaps enforce https://docs.docker.com/engine/reference/commandline/tag/#extended-description
- validateLabel(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- validateYamlContainerNames(String) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- validateYamlContainerNames(List<String>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateUtils
- volumeMountExists(String, Iterable<VolumeMount>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.volumes.PodVolume
- volumeMountExists(String, List<VolumeMount>) - Static method in class org.csanchez.jenkins.plugins.kubernetes.PodVolumes
-
Deprecated.Use
PodVolumes.volumeMountExists(String, List)
instead
W
- Windows() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pipeline.KubernetesSamples.Windows
- withSlave(KubernetesSlave) - Method in class org.csanchez.jenkins.plugins.kubernetes.PodTemplateBuilder
- WORKSPACE_VOLUME_PREDICATE - Static variable in class org.csanchez.jenkins.plugins.kubernetes.pod.decorator.DefaultWorkspaceVolume
- WorkspaceVolume - Class in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
-
Base class for all Kubernetes workspace volume types
- WorkspaceVolume() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.volumes.workspace.WorkspaceVolume
Y
- YamlMergeStrategy - Class in org.csanchez.jenkins.plugins.kubernetes.pod.yaml
- YamlMergeStrategy() - Constructor for class org.csanchez.jenkins.plugins.kubernetes.pod.yaml.YamlMergeStrategy
_
- __default() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
_default
:Default
. - _always() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
always
:Always
. - _default() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
_default
:Default
. - _KubernetesCloud_kubernetesServerUrlIsNotSecure() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.kubernetesServerUrlIsNotSecure
:HTTPS secure URLs are mandatory in FIPS mode.
. - _KubernetesCloud_serverCertificateIsNotApprovedInFIPSMode(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateIsNotApprovedInFIPSMode
:Certificate is not valid: {0}
. - _KubernetesCloud_serverCertificateKeyEmpty() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeyEmpty
:Certificate is mandatory in FIPS mode.
. - _KubernetesCloud_serverCertificateKeySize() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeySize
:Invalid key size, at least 2048 is needed in FIPS mode.
. - _KubernetesCloud_serverCertificateKeySizeEC() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateKeySizeEC
:Invalid curve size, at least 224 is needed in FIPS mode.
. - _KubernetesCloud_serverCertificateNotACertificate() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.serverCertificateNotACertificate
:Provided PEM doesn't contain a certificate.
. - _KubernetesCloud_skipTlsVerifyNotAllowedInFIPSMode() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloud.skipTlsVerifyNotAllowedInFIPSMode
:Skipping TLS verification is not allowed in FIPS mode
. - _KubernetesCloudNotAllowed_Description(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesCloudNotAllowed.Description
:Kubernetes cloud {0} is not allowed for folder containing job {1}
. - _KubernetesDeclarativeAgent_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pipeline.Messages
-
Key
KubernetesDeclarativeAgent.displayName
:Run inside a Kubernetes pod
. - _KubernetesFolderProperty_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesFolderProperty.displayName
:Kubernetes
. - _KubernetesSlave_AgentIsProvisionedFromTemplate(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesSlave.AgentIsProvisionedFromTemplate
:Agent {0} is provisioned from template {1}
. - _KubernetesSlave_HomeWarning() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
KubernetesSlave.HomeWarning
:[WARNING] HOME is set to / in the agent container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesn't have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
. - _label_error(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
label.error
:Labels must follow required specs - https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set: {0}
. - _never() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
never
:Never
. - _NonConfigurableKubernetesCloud_displayName() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
NonConfigurableKubernetesCloud.displayName
:Kubernetes (predefined settings)
. - _offline() - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
offline
:Kubernetes agent is going offline
. - _on_Failure() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
on_Failure
:On Failure
. - _PodOfflineCause_ContainerFailed(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.ContainerFailed
:Pod failed because container terminated (Reason: {0}, Container: {1})
. - _PodOfflineCause_ImagePullBackoff(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.ImagePullBackoff
:Pod failed to start due to image pull failure (Reason: {0}, Image: {1})
. - _PodOfflineCause_PodDeleted() - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.PodDeleted
:Pod deleted
. - _PodOfflineCause_PodFailed(Object, Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.pod.retention.Messages
-
Key
PodOfflineCause.PodFailed
:Pod failed (Reason: {0}, Message: {1})
. - _RFC1123_error(Object) - Static method in class org.csanchez.jenkins.plugins.kubernetes.Messages
-
Key
RFC1123.error
:Container Names MUST match RFC 1123 - They can only contain lowercase letters, numbers or dashes: {0}
. - _terminate(TaskListener) - Method in class org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
GenericEphemeralVolume
instead.