Class ReadRemoteResultStep.ReadRemoteResultStepDescriptor

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepDescriptor
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
ReadRemoteResultStep

@Extension public static class ReadRemoteResultStep.ReadRemoteResultStepDescriptor extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
  • Constructor Details

    • ReadRemoteResultStepDescriptor

      public ReadRemoteResultStepDescriptor()
  • Method Details

    • getRequiredContext

      public Set<? extends Class<?>> getRequiredContext()
      Enumerates any kinds of context the StepExecution will treat as mandatory. When StepContext.get(java.lang.Class<T>) is called, the return value may be null in general; if your step cannot trivially handle a null value of a given kind, list that type here. The Pipeline execution engine will then signal a user error before even starting your step if called in an inappropriate context. For example, a step requesting a Launcher may only be run inside a node {…} block.
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getFunctionName

      public String getFunctionName()
      Return a short string that is a valid identifier for programming languages. Follow the pattern [a-z][A-Za-z0-9_]*. Step will be referenced by this name when used in a programming language.
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor