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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
toString()
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:Command
Should provide concise information useful forChannel.Listener
.
-
UnexportCommand(int, Throwable)