Class Restore.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
io.jenkins.plugins.dotnet.commands.CommandDescriptor
io.jenkins.plugins.dotnet.commands.tool.ToolCommandDescriptor
io.jenkins.plugins.dotnet.commands.tool.Restore.DescriptorImpl
- All Implemented Interfaces:
- Saveable,- OnMaster,- org.jenkinsci.plugins.structs.describable.CustomDescribableModel
- Enclosing class:
- Restore
@Extension
@Symbol("dotnetToolRestore")
public static final class Restore.DescriptorImpl
extends ToolCommandDescriptor
A descriptor for "
dotnet tool restore" build steps.- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new "dotnet tool restore" build step descriptor instance.
- 
Method SummaryModifier and TypeMethodDescriptionorg.jenkinsci.plugins.structs.describable.UninstantiatedDescribablecustomUninstantiate(org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable ud) Gets the display name for this build step (as used in the project configuration UI).protected booleanisApplicableToFreeStyleProjects(DotNetConfiguration configuration) Determines whether this command should be made available to freestyle projects.Methods inherited from class io.jenkins.plugins.dotnet.commands.CommandDescriptordoAutoCompleteFramework, doAutoCompleteFrameworksString, doAutoCompleteRuntime, doAutoCompleteRuntimesString, doCheckCharset, doCheckFramework, doCheckFrameworksString, doCheckRuntime, doCheckRuntimesString, doFillCharsetItems, doFillSdkItems, doFillVerbosityItems, getMoreOptions, isApplicableMethods inherited from class hudson.tasks.BuildStepDescriptorfilterMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMapMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.plugins.structs.describable.CustomDescribableModelcustomInstantiate
- 
Constructor Details- 
DescriptorImplpublic DescriptorImpl()Creates a new "dotnet tool restore" build step descriptor instance.
 
- 
- 
Method Details- 
customUninstantiate@NonNull public org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable customUninstantiate(@NonNull org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable ud) 
- 
getDisplayNameGets the display name for this build step (as used in the project configuration UI).- Overrides:
- getDisplayNamein class- Descriptor<Builder>
- Returns:
- This build step's display name.
 
- 
isApplicableToFreeStyleProjectsDescription copied from class:CommandDescriptorDetermines whether this command should be made available to freestyle projects.- Overrides:
- isApplicableToFreeStyleProjectsin class- CommandDescriptor
- Parameters:
- configuration- The applicable configuration.
- Returns:
- truewhen the command should be available for use in freestyle projects;- falseotherwise.
 
 
-