Class 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>
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • 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