Class NuGetCommandDescriptor

All Implemented Interfaces:
Saveable, OnMaster, org.jenkinsci.plugins.structs.describable.CustomDescribableModel
Direct Known Subclasses:
Delete.DescriptorImpl, Locals.DescriptorImpl, Push.DescriptorImpl

public abstract class NuGetCommandDescriptor extends CommandDescriptor
A descriptor for a subcommand of dotnet nuget.
  • Constructor Details

    • NuGetCommandDescriptor

      protected NuGetCommandDescriptor()
      Creates a new .NET NuGet command descriptor instance.

      This version works when you follow the common convention, where a descriptor is written as the static nested class of the describable class.

    • NuGetCommandDescriptor

      protected NuGetCommandDescriptor(@NonNull Class<? extends NuGetCommand> clazz)
      Creates a new .NET NuGet command descriptor instance for a specific class.
      Parameters:
      clazz - The class implementing the command described by this descriptor instance.