Class SecretsMasker.Factory
java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
org.csanchez.jenkins.plugins.kubernetes.pipeline.SecretsMasker.Factory
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.steps.DynamicContext
- Enclosing class:
- SecretsMasker
@Extension
public static final class SecretsMasker.Factory
extends org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.steps.DynamicContext
org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext, org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T extends Object>
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed
get
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
type
- Specified by:
type
in classorg.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
-
get
protected org.jenkinsci.plugins.workflow.log.TaskListenerDecorator get(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context) throws IOException, InterruptedException - Specified by:
get
in classorg.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
- Throws:
IOException
InterruptedException
-