Package hudson.remoting
Class UnexportCommand
java.lang.Object
hudson.remoting.Command
hudson.remoting.UnexportCommand
- All Implemented Interfaces:
Serializable
Command that unexports an object.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtoString()Should provide concise information useful forChannel.Listener.Methods inherited from class hudson.remoting.Command
getCreationStackTrace, readFrom
-
Constructor Details
-
UnexportCommand
Deprecated.UseUnexportCommand(int, Throwable)
-
-
Method Details
-
execute
-
toString
Description copied from class:CommandShould provide concise information useful forChannel.Listener.
-
UnexportCommand(int, Throwable)