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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
    get(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context)
     
    protected Class<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed

    get

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • type

      protected Class<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator> type()
      Specified by:
      type in class org.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 class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<org.jenkinsci.plugins.workflow.log.TaskListenerDecorator>
      Throws:
      IOException
      InterruptedException