Class UnexportCommand

java.lang.Object
hudson.remoting.Command
hudson.remoting.UnexportCommand
All Implemented Interfaces:
Serializable

public class UnexportCommand extends Command
Command that unexports an object.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • UnexportCommand

      @Deprecated public UnexportCommand(int oid)
      Deprecated.
      Use UnexportCommand(int, Throwable)
  • Method Details