Package hudson.cli

Class CreateJobCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.CreateJobCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class CreateJobCommand extends CLICommand
Creates a new job by reading stdin as a configuration XML file.
Author:
Kohsuke Kawaguchi
  • Field Details

  • Constructor Details

    • CreateJobCommand

      public CreateJobCommand()
  • Method Details