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
- Enclosing class:
- ReadRemoteResultStep
@Extension
public static class ReadRemoteResultStep.ReadRemoteResultStepDescriptor
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a short string that is a valid identifier for programming languages.Enumerates any kinds of context theStepExecutionwill treat as mandatory.Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiateMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
ReadRemoteResultStepDescriptor
public ReadRemoteResultStepDescriptor()
-
-
Method Details
-
getRequiredContext
Enumerates any kinds of context theStepExecutionwill treat as mandatory. WhenStepContext.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 anode {…}block.- Specified by:
getRequiredContextin classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
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:
getFunctionNamein classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-